summaryrefslogtreecommitdiff
path: root/openstack/common/rpc/impl_zmq.py
Commit message (Expand)AuthorAgeFilesLines
* pep8: fixed multiple violationsIhar Hrachyshka2014-06-201-2/+2
* Remove redundant default=None for config optionsGary Kotton2014-05-261-1/+1
* Update oslo log messages with translation domainsDoug Hellmann2014-02-171-38/+38
* Fix spelling errors in commentsStanislav Kudriashev2013-12-261-1/+1
* Use hacking import_exceptions for gettextutils._Joe Gordon2013-12-201-1/+1
* Replace data structures' attribute with six moduleChang Bo Guo2013-11-291-2/+3
* Unify different names between Python2/3 with six.movesChang Bo Guo2013-11-261-1/+2
* Remove vim headerJoe Gordon2013-11-251-2/+0
* Use localisationDirk Mueller2013-10-171-1/+1
* Make ZeroMQ based RPC consumer threads more robustEric Windisch2013-07-231-0/+1
* Enable H302 hacking checkAnn Kamyshnikova2013-07-101-1/+1
* Remove unused zmq relay functionalityMark McLoughlin2013-06-171-26/+3
* Merge "zmq: remove someone unused code from ZmqClient"Jenkins2013-06-111-5/+3
|\
| * zmq: remove someone unused code from ZmqClientMark McLoughlin2013-06-061-5/+3
* | Enable hacking H404 test.Dina Belova2013-06-111-28/+22
|/
* Enable hacking H402 testSergey Lukjanov2013-06-031-1/+1
* Merge "Use zero-copy in ZeroMQ proxy (zmq-rpc-receiver)"Jenkins2013-05-311-14/+7
|\
| * Use zero-copy in ZeroMQ proxy (zmq-rpc-receiver)Eric Windisch2013-05-231-14/+7
* | Remove rootwrap from IPC directory creationEric Windisch2013-05-231-11/+10
|/
* Extract matchmaker_ring to own moduleEric Windisch2013-05-151-2/+7
* Removes len() on empty sequence evaluationZhongyue Luo2013-05-131-2/+2
* Improve Python 3.x compatibilityDirk Mueller2013-04-221-1/+1
* Add rpc method namespace support.Russell Bryant2013-04-121-2/+3
* Merge "Eliminate multiple contexts in zmq call()"Jenkins2013-03-221-4/+9
|\
| * Eliminate multiple contexts in zmq call()Eric Windisch2013-03-201-4/+9
* | Enable message envelope.Russell Bryant2013-03-211-1/+1
|/
* Sanitize input before creating IPC socket.Eric Windisch2013-03-121-0/+10
* Merge "Preserve exceptions in impl_zmq."Jenkins2013-03-061-8/+9
|\
| * Preserve exceptions in impl_zmq.Russell Bryant2013-03-051-8/+9
* | Simple code cleanupMatthew Sherborne2013-03-061-1/+1
|/
* Merge "Redis-based matchmaker"Jenkins2013-03-011-0/+8
|\
| * Redis-based matchmakerEric Windisch2013-03-011-0/+8
* | Zmq correct envelope param for notify()Eric Windisch2013-02-281-3/+2
* | Zmq notifier topic manip fix.Eric Windisch2013-02-281-1/+1
|/
* Fix IPC direct topic routing.Eric Windisch2013-02-191-11/+17
* Support RPC envelopes in impl_zmqEric Windisch2013-02-191-26/+67
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-171-1/+1
* Merge "Support testing args for LocalhostMatchMaker."Jenkins2013-02-111-2/+3
|\
| * Support testing args for LocalhostMatchMaker.Eric Windisch2013-02-101-2/+3
* | Merge "Only unpack replies on caller."Jenkins2013-02-051-22/+18
|\ \
| * | Only unpack replies on caller.Eric Windisch2013-01-311-22/+18
* | | Merge "Use bytes instead of str"Jenkins2013-02-051-4/+3
|\ \ \ | |/ / | | / | |/ |/|
| * Use bytes instead of strEric Windisch2013-01-311-4/+3
* | Merge "Use importutils for matchmaker import."Jenkins2013-02-021-15/+1
|\ \
| * | Use importutils for matchmaker import.Eric Windisch2013-01-301-15/+1
| |/
* | Merge "Dict args safe processing."Jenkins2013-02-021-8/+9
|\ \ | |/ |/|
| * Dict args safe processing.Eric Windisch2013-01-281-8/+9
* | Fixes "is not", "not in" syntax usage.Zhongyue Luo2013-01-281-1/+1
|/
* Fixes an import order nitZhongyue Luo2013-01-161-1/+1
* Merge "Allow rpc drivers to always be imported"Jenkins2013-01-151-2/+7
|\