summaryrefslogtreecommitdiff
path: root/oslo_messaging/_drivers/amqp1_driver
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |_|/ / |/| | |
| * | | 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
|/ /
* | [AMQP 1.0] Add configuration parameters for send message deadlineAndrew Smith2016-07-071-1/+19
* | Re-factor the AMQP 1.0 addressing semanticsKenneth Giusti2016-07-064-134/+500
* | [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-143-284/+305
* | Refactor link management to support link recoveryKenneth Giusti2016-06-133-168/+461
|/
* [AMQP 1.0] Randomize host list connection attemptsAndrew Smith2016-05-261-1/+2