summaryrefslogtreecommitdiff
path: root/oslo_messaging/_drivers/amqp1_driver/controller.py
Commit message (Expand)AuthorAgeFilesLines
* amqp1: fix race when reconnectingJohn Eckersberg2021-12-151-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-041-6/+1
* Do not use threading.EventJohn Eckersberg2019-12-181-2/+3
* Remove log translation and i18nHervé Beraud2019-04-241-21/+20
* Update hacking versionZhijunWei2019-01-211-9/+9
* Don't use monotonic with Python >=3.3Andy Smith2018-12-031-1/+6
* Remove deprecated amqp1 optionsSteve Kowalik2018-09-051-13/+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-281-11/+44
* 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-131-6/+10
|/
* Add "ssl" option for amqp driverJuan Antonio Osorio Robles2017-04-031-0/+3
* [AMQP 1.0] Fix SSL client authenticationKenneth Giusti2017-01-131-5/+0
* [AMQP 1.0] Resend messages that are released or modifiedKenneth Giusti2017-01-091-51/+106
* [AMQP 1.0] Propagate authentication errors to callerKenneth Giusti2017-01-031-31/+37
* [AMQP 1.0] Simplify the I/O event loop codeKenneth Giusti2016-12-051-10/+10
* Periodically purge sender link cacheAndrew Smith2016-12-011-15/+54
* [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-061-51/+36
* Remove debug logs from fast pathKenneth Giusti2016-10-031-7/+0
* [AMQP 1.0] Make the default settlement behavior configurableKenneth Giusti2016-08-241-2/+2
* Merge "[AMQP 1.0] small fixes to improve timer scalability" into feature/amqp...Jenkins2016-08-171-2/+2
|\
| * [AMQP 1.0] small fixes to improve timer scalabilityKenneth Giusti2016-08-151-2/+2
* | Merge "[AMQP 1.0] Add link credit configuration options" into feature/amqp-di...Jenkins2016-08-161-35/+33
|\ \
| * | [AMQP 1.0] Add link credit configuration optionsKenneth Giusti2016-08-031-35/+33
* | | Merge "Remove the max_send_retries option" into feature/amqp-dispatch-routerJenkins2016-08-061-4/+1
|\ \ \ | |_|/ |/| |
| * | Remove the max_send_retries optionKenneth Giusti2016-08-011-4/+1
| |/
* | Merge "Set the default link property to allow message acks" into feature/amqp...Jenkins2016-08-021-1/+1
|\ \ | |/ |/|
| * Set the default link property to allow message acksKenneth Giusti2016-07-251-1/+1
* | Merge "Fix a timer leak in the AMQP 1.0 driver" into feature/amqp-dispatch-ro...Jenkins2016-07-291-4/+2
|\ \
| * | Fix a timer leak in the AMQP 1.0 driverKenneth Giusti2016-07-221-4/+2
| |/
* | [AMQP 1.0] Cancel response treatment for detached linkAndrew Smith2016-07-281-2/+5
|/
* Re-factor the AMQP 1.0 addressing semanticsKenneth Giusti2016-07-061-106/+137
* [AMQP 1.0] Add acknowledge and requeue handling for incoming messageAndrew Smith2016-07-011-5/+34
* Refactor AMQP 1.0 command task to support timersKenneth Giusti2016-06-141-151/+264
* Refactor link management to support link recoveryKenneth Giusti2016-06-131-164/+420
* [AMQP 1.0] Randomize host list connection attemptsAndrew Smith2016-05-261-1/+2
* Reorganize the AMQP 1.0 driver source filesKenneth Giusti2016-05-131-0/+747