summaryrefslogtreecommitdiff
path: root/oslo_messaging/rpc/server.py
Commit message (Expand)AuthorAgeFilesLines
* Support overriding class for get_rpc_* helper functions14.2.0Tobias Urdin2023-01-231-2/+5
* remove unicode from codexuanyandong2021-01-031-1/+1
* Remove the deprecated blocking executorHervé Beraud2020-02-181-2/+2
* Don't log NoSuchMethod for special non-existing methodsOleg Bondarev2020-01-231-3/+9
* Revert "Add RPC incoming and reply log"10.4.1Kenneth Giusti2019-12-091-18/+0
* Add RPC incoming and reply logLIU Yulong2019-10-211-0/+18
* Add the mandatory flag for direct send10.2.0Gabriele2019-08-211-5/+14
* Remove log translation and i18nHervé Beraud2019-04-241-4/+3
* Update hacking versionZhijunWei2019-01-211-6/+6
* Issue blocking ACK for RPC requests from the consumer threadKenneth Giusti2018-07-111-0/+3
* Fix default value of RPC dispatcher access_policyzhangxuanyuan2017-09-241-12/+1
* Warn when wrong transport instance is usedRajath Agasthya2017-09-111-0/+5
* Add monkey_patch to demo code.zhiCHang19902017-07-111-0/+7
* deprecated blocking executorMehdi Abaakouk2017-06-041-8/+4
* Add get_rpc_transport callAndrew Smith2017-05-121-4/+4
* Trivial: Add executor 'threading' in docstringChangBo Guo(gcb)2017-03-201-2/+2
* Move decorator updated_kwarg_default_value to right placeChangBo Guo(gcb)2017-03-071-0/+11
* fix one typojolie2016-12-211-1/+1
* Fix a typo in server.pymelissaml2016-10-081-1/+1
* Fixups to the inline documentationKenneth Giusti2016-09-121-24/+38
* Allow dispatcher to restrict endpoint methods.Paul Vinciguerra2016-08-301-2/+29
* Remove logging from serialize_remote_exceptionGevorg Davoian2016-05-191-5/+4
* Improves exception handling and loggingDmitriy Ukhlov2016-04-261-13/+20
* Refactor base interfacesDmitriy Ukhlov2016-04-201-10/+8
* Refactor driver's listener interfaceDmitriy Ukhlov2016-04-051-2/+3
* Move server related logic from dispatchersDmitriy Ukhlov2016-03-301-2/+46
* Fixing the server example codeBANASHANKAR KALEBELAGUNDI VEERA2015-11-101-2/+10
* Fix typo in rpc/server.py and notify/listener.pyDaisuke Fujita2015-10-091-1/+1
* Update Oslo imports to remove namespace packageDoug Hellmann2015-01-211-1/+1
* Move files out of the namespace packageDoug Hellmann2015-01-121-0/+152