summaryrefslogtreecommitdiffstats
path: root/openstack/common/rpc/impl_zmq.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Allow rpc drivers to always be importedMark McLoughlin2013-01-151-2/+7
* | Merge "Rework zmq setup and cleanup"Jenkins2013-01-151-26/+18
|\|
| * Rework zmq setup and cleanupMark McLoughlin2013-01-151-26/+18
* | Merge "Fix zmq socket.close() with eventlet 0.9.17"Jenkins2013-01-151-3/+7
|\ \ | |/ |/|
| * Fix zmq socket.close() with eventlet 0.9.17Eric Windisch2013-01-131-3/+7
* | Merge "reusable ZmqProxy service initialization"Jenkins2013-01-151-0/+33
|\ \
| * | reusable ZmqProxy service initializationEric Windisch2013-01-131-0/+33
| |/
* | Merge "call() to accept serialize and force_envelope"Jenkins2013-01-151-3/+6
|\ \ | |/ |/|
| * call() to accept serialize and force_envelopeEric Windisch2013-01-101-3/+6
* | zmq-receiver msg forwarding in greenthreadsEric Windisch2013-01-101-20/+48
|/
* Merge "rpc method arguments should be dict, not list"Jenkins2013-01-081-2/+2
|\
| * rpc method arguments should be dict, not listEric Windisch2013-01-081-2/+2