summaryrefslogtreecommitdiff
path: root/oslo_messaging/_drivers/amqp1_driver
Commit message (Expand)AuthorAgeFilesLines
* amqp1: fix race when reconnecting12.11.1John Eckersberg2021-11-091-1/+2
* amqp1: Do not reuse _socket_connection on reconnect12.9.1John Eckersberg2021-08-101-1/+1
* remove unicode from codexuanyandong2021-01-031-3/+3
* Remove six usageAndreas Jaeger2020-05-111-14/+12
* Remove monotonic usageSean McGinnis2020-05-042-18/+8
* Do not use threading.EventJohn Eckersberg2019-12-181-2/+3
* Merge "Remove log translation and i18n"Zuul2019-05-041-21/+20
|\
| * Remove log translation and i18nHervé Beraud2019-04-241-21/+20
* | Replace git.openstack.org URLs with opendev.org URLsjacky062019-04-261-4/+4
|/
* Update messaging intermediaries for amqp1 testsAndy Smith2019-03-111-10/+0
* Update hacking versionZhijunWei2019-01-213-18/+16
* Don't use monotonic with Python >=3.3Andy Smith2018-12-032-2/+12
* Remove deprecated amqp1 optionsSteve Kowalik2018-09-052-38/+6
* Merge "Fix the bandit security linter test"Zuul2018-07-041-1/+1
|\
| * Fix the bandit security linter testKenneth Giusti2018-07-021-1/+1
* | Enable RPC call monitoring in AMQP 1.0 driverKenneth Giusti2018-06-131-21/+76
|/
* Add support for virtual hostsKenneth Giusti2017-07-284-46/+126
* Merge "[AMQP 1.0] if RPC call is configured as presettled ignore acks"Jenkins2017-05-171-2/+2
|\
| * [AMQP 1.0] if RPC call is configured as presettled ignore acksKenneth Giusti2017-04-071-2/+2
* | [AMQP 1.0] Add default SASL realm settingKenneth Giusti2017-04-132-6/+14
* | Merge "Deprecate username/password config options in favor of TRANSPORT_URL"Jenkins2017-04-131-0/+6
|\ \ | |/ |/|
| * Deprecate username/password config options in favor of TRANSPORT_URLChangBo Guo(gcb)2017-03-241-0/+6
* | Add "ssl" option for amqp driverJuan Antonio Osorio Robles2017-04-032-0/+9
|/
* Return list of addresses for IPV4 and IPV6Andrew Smith2017-01-191-2/+2
* [AMQP 1.0] Fix SSL client authenticationKenneth Giusti2017-01-132-8/+9
* [AMQP 1.0] Resend messages that are released or modifiedKenneth Giusti2017-01-092-53/+113
* [AMQP 1.0] Propagate authentication errors to callerKenneth Giusti2017-01-032-47/+48
* [AMQP 1.0] Simplify the I/O event loop codeKenneth Giusti2016-12-052-68/+79
* Merge "Periodically purge sender link cache"Jenkins2016-12-052-15/+61
|\
| * Periodically purge sender link cacheAndrew Smith2016-12-012-15/+61
* | [doc] Fix three typosAtsushi SAKAI2016-11-281-2/+2
|/
* [TrivialFix] Fix typo in oslo.messaginghowardlee2016-10-201-1/+1
* Fix typos in addressing.py and setup.cfgHu Yupeng2016-10-171-1/+1
* [AMQP 1.0] Avoid unnecessary thread switch on ackKenneth Giusti2016-10-111-5/+7
* cast() and RPC replies should not block waiting for endpoint to ackKenneth Giusti2016-10-062-52/+37
* Remove debug logs from fast pathKenneth Giusti2016-10-031-7/+0
* Remove default=None when set value in ConfigLuong Anh Tuan2016-09-281-2/+0
* [AMQP 1.0] Make the default settlement behavior configurableKenneth Giusti2016-08-242-3/+17
* Merge remote-tracking branch 'origin/master' into resync-to-masterKenneth Giusti2016-08-171-2/+0
|\
| * Config: no need to set default=NoneChangBo Guo(gcb)2016-06-281-2/+0
* | Merge "[AMQP 1.0] small fixes to improve timer scalability" into feature/amqp...Jenkins2016-08-173-38/+67
|\ \
| * | [AMQP 1.0] small fixes to improve timer scalabilityKenneth Giusti2016-08-153-38/+67
* | | Merge "[AMQP 1.0] Add link credit configuration options" into feature/amqp-di...Jenkins2016-08-162-36/+51
|\ \ \
| * | | [AMQP 1.0] Add link credit configuration optionsKenneth Giusti2016-08-032-36/+51
* | | | Merge "Remove the max_send_retries option" into feature/amqp-dispatch-routerJenkins2016-08-062-11/+1
|\ \ \ \
| * | | | Remove the max_send_retries optionKenneth Giusti2016-08-012-11/+1
| |/ / /
* | | | Log a warning when connected to a routable message busKenneth Giusti2016-08-041-0/+14
| |/ / |/| |
* | | Merge "AMQP 1.0 Driver Architecture Overview Document" into feature/amqp-disp...Jenkins2016-08-031-0/+1144
|\ \ \
| * | | AMQP 1.0 Driver Architecture Overview DocumentAndrew Smith2016-08-021-0/+1144
* | | | Merge "Set the default link property to allow message acks" into feature/amqp...Jenkins2016-08-021-1/+1
|\ \ \ \ | |_|/ / |/| | |