summaryrefslogtreecommitdiff
path: root/oslo_messaging/rpc
Commit message (Expand)AuthorAgeFilesLines
* Add Support For oslo.metricsChing Kuo2021-06-081-17/+36
* remove unicode from codexuanyandong2021-01-031-1/+1
* Add a ping endpoint to RPC dispatcherArnaud Morin2020-08-181-0/+36
* Remove six usageAndreas Jaeger2020-05-112-7/+2
* Remove the deprecated blocking executorHervé Beraud2020-02-181-2/+2
* Don't log NoSuchMethod for special non-existing methodsOleg Bondarev2020-01-231-3/+9
* Do not use threading.EventJohn Eckersberg2019-12-181-1/+3
* 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
* Add transport_options parameterGabriele2019-06-141-16/+23
* Remove log translation and i18nHervé Beraud2019-04-241-4/+3
* Merge "Handle unexpected failures during call monitor heartbeat"Zuul2019-04-221-1/+10
|\
| * Handle unexpected failures during call monitor heartbeatKenneth Giusti2019-02-201-1/+10
* | Update hacking versionZhijunWei2019-01-214-27/+27
|/
* Issue blocking ACK for RPC requests from the consumer threadKenneth Giusti2018-07-111-0/+3
* [rabbitmq] Implement active call monitoringDan Smith2018-05-092-11/+90
* Fix default value of RPC dispatcher access_policyzhangxuanyuan2017-09-242-15/+2
* Warn when wrong transport instance is usedRajath Agasthya2017-09-113-2/+18
* Ensure RPC endpoint target attribute is correctKenneth Giusti2017-08-161-0/+9
* Add monkey_patch to demo code.zhiCHang19902017-07-111-0/+7
* deprecated blocking executorMehdi Abaakouk2017-06-041-8/+4
* Clean up the TransportURL documentationKenneth Giusti2017-06-011-1/+1
* Add get_rpc_transport callAndrew Smith2017-05-124-11/+60
* 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-072-9/+11
* fix one typojolie2016-12-211-1/+1
* Replace six.iteritems() with .items()Li-zhigang2016-11-232-2/+2
* Remove useless logging import statementsChangBo Guo(gcb)2016-11-081-3/+0
* Merge "Removed redundant 'the'"Jenkins2016-10-101-1/+1
|\
| * Removed redundant 'the'melissaml2016-10-081-1/+1
* | Fix a typo in server.pymelissaml2016-10-081-1/+1
|/
* Fixups to the inline documentationKenneth Giusti2016-09-122-61/+112
* Allow dispatcher to restrict endpoint methods.Paul Vinciguerra2016-08-303-7/+114
* Fix problems after refactoring RPC clientGevorg Davoian2016-05-241-3/+3
* Remove logging from serialize_remote_exceptionGevorg Davoian2016-05-191-5/+4
* Merge "Fix bug with version_cap and target.version in RPCClient"Jenkins2016-05-181-7/+4
|\
| * Fix bug with version_cap and target.version in RPCClientGevorg Davoian2016-05-181-7/+4
* | Remove deprecated localcontextMehdi Abaakouk2016-05-181-6/+1
|/
* Merge "Refactor RPC client"Jenkins2016-05-161-41/+56
|\
| * Refactor RPC clientGevorg Davoian2016-04-281-41/+56
* | Improves exception handling and loggingDmitriy Ukhlov2016-04-261-13/+20
|/
* Merge "Update the RPC cast() documentation."Jenkins2016-04-221-3/+7
|\
| * Update the RPC cast() documentation.Kenneth Giusti2016-04-221-3/+7
* | 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-302-43/+55
* Merge "Missing version parameter in can_send_version()"Jenkins2016-03-171-2/+1
|\
| * Missing version parameter in can_send_version()Javeme2016-03-151-2/+1
* | Always delete exc_info tuple, even if reply failsJoshua Harlow2016-03-041-7/+9
|/