summaryrefslogtreecommitdiff
path: root/oslo_messaging/server.py
Commit message (Expand)AuthorAgeFilesLines
* Remove six usageAndreas Jaeger2020-05-111-3/+2
* Remove the deprecated blocking executorHervé Beraud2020-02-181-16/+17
* Remove log translation and i18nHervé Beraud2019-04-241-4/+3
* Update hacking versionZhijunWei2019-01-211-7/+7
* Call listener stop only if listener is initializedAndras Kovi2018-08-021-2/+4
* No longer allow redundant calls to server start()Kenneth Giusti2018-07-031-6/+4
* rabbitmq: don't wait for message ack/requeueMehdi Abaakouk2017-11-291-12/+0
* Fix rabbitmq driver with blocking executorMehdi Abaakouk2017-06-081-0/+12
* deprecated blocking executorMehdi Abaakouk2017-06-041-9/+8
* Refactor logic of getting exector's executor_thread_pool_sizeChangBo Guo(gcb)2017-04-031-10/+7
* Trivial: Add executor 'threading' in docstringChangBo Guo(gcb)2017-03-201-2/+2
* Documents recommended executorMehdi Abaakouk2016-05-231-2/+11
* Refactor base interfacesDmitriy Ukhlov2016-04-201-7/+7
* Refactor driver's listener interfaceDmitriy Ukhlov2016-04-051-64/+15
* Move server related logic from dispatchersDmitriy Ukhlov2016-03-301-12/+55
* Move server's logic from executorsdukhlov2016-02-231-20/+72
* fix override_pool_sizegordon chung2016-02-181-2/+2
* Python 3 deprecated the logger.warn method in favor of warningChangBo Guo(gcb)2016-01-211-6/+6
* Improvement of logging acorrding to oslo.i18n guidelineChangBo Guo(gcb)2016-01-071-6/+7
* Cleanup parameter docstringsDavanum Srinivas2015-12-111-24/+0
* Robustify locking in MessageHandlingServerMatthew Booth2015-11-171-68/+282
* Revert "Robustify locking in MessageHandlingServer"Sean Dague2015-11-101-192/+68
* Robustify locking in MessageHandlingServerMatthew Booth2015-10-231-68/+192
* Fix a race calling blocking MessageHandlingServer.start()Matthew Booth2015-10-211-1/+4
* Rename MessageHandlingServer._executor for readabilityMatthew Booth2015-10-211-10/+10
* Small grammar messaging fixJoshua Harlow2015-10-141-1/+1
* Use a condition (and/or a dummy one) instead of a lockMehdi Abaakouk2015-10-131-19/+41
* Fix a typo in server.pyDaisuke Fujita2015-10-091-1/+1
* Enhance start/stop concurrency race condition fixMehdi Abaakouk2015-09-161-41/+32
* Use proper translating helper for loggingDavanum Srinivas2015-08-201-4/+3
* Log warning instead of raising RuntimeErrorDavanum Srinivas2015-08-161-5/+16
* Ensures that some assumptions are true.Mehdi Abaakouk2015-07-301-0/+29
* Use ServiceBase from oslo.service as a parent classSergey Vilgelm2015-07-021-1/+10
* Move files out of the namespace packageDoug Hellmann2015-01-121-0/+150