summaryrefslogtreecommitdiffstats
path: root/openstack/common/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes an import order nitZhongyue Luo2013-01-161-1/+1
* Merge "Allow rpc drivers to always be imported"Jenkins2013-01-152-10/+20
|\
| * Allow rpc drivers to always be importedMark McLoughlin2013-01-152-10/+20
* | 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 "Add missing parameter to impl_fake notify function."Jenkins2013-01-151-1/+1
|\ \
| * | Add missing parameter to impl_fake notify function.Gary Kotton2013-01-141-1/+1
| |/
* | 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
* | Fix serialization in impl_zmq.Russell Bryant2013-01-071-7/+30
* | Merge "Close kombu.connection.BrokerConnection correctly"Jenkins2013-01-071-1/+1
|\ \
| * | Close kombu.connection.BrokerConnection correctlyHengqing Hu2012-12-281-1/+1
* | | Merge "Fix debug message in multicall of rpc.amqp"Jenkins2013-01-061-1/+1
|\ \ \
| * | | Fix debug message in multicall of rpc.amqpHengqing Hu2012-12-271-1/+1
| |/ /
* | | Merge "Optionally add message envelope to notifications."Jenkins2013-01-066-22/+27
|\ \ \
| * | | Optionally add message envelope to notifications.Russell Bryant2013-01-036-22/+27
* | | | Merge "Ensure proxy callback threads exit during tests"Jenkins2013-01-053-0/+24
|\ \ \ \
| * | | | Ensure proxy callback threads exit during testsMark McLoughlin2013-01-033-0/+24
| | |/ / | |/| |
* | | | Sanitize cells calls.Michael Still2013-01-041-10/+16
| |/ / |/| |
* | | Merge "Add a rpc envelope format version number."Jenkins2013-01-036-59/+149
|\ \ \
| * | | Add a rpc envelope format version number.Russell Bryant2013-01-026-59/+149
| |/ /
* / / Don't use exclusive queues for fanout and directVishvananda Ishaya2012-12-281-4/+4
|/ /
* / Register the control_exchange RPC optionMark McLoughlin2012-12-112-13/+9
|/
* Merge "Allow remote stdlib exceptions to be deserialized"Jenkins2012-12-081-0/+1
|\
| * Allow remote stdlib exceptions to be deserializedMark McLoughlin2012-12-051-0/+1
* | Merge "Allow exceptions to pass over RPC silently"Jenkins2012-12-064-7/+58
|\ \
| * | Allow exceptions to pass over RPC silentlyDan Smith2012-12-064-7/+58
| |/
* / Fix qpid cast_to_server regression.Russell Bryant2012-12-051-0/+7
|/
* Use json instead of jsonutils in rpc.impl_fake.Russell Bryant2012-12-011-2/+7
* Merge "Provide i18n to those messages without _()"Jenkins2012-11-291-2/+2
|\
| * Provide i18n to those messages without _()Davanum Srinivas2012-11-281-2/+2
* | Merge "Qpid H/A cluster support"Jenkins2012-11-291-9/+14
|\ \
| * | Qpid H/A cluster supportEugene Kirpichov2012-11-291-9/+14
| |/
* | Merge "Fixes import order"Jenkins2012-11-291-1/+1
|\ \ | |/ |/|
| * Fixes import orderZhongyue Luo2012-11-281-1/+1
* | Make project pyflakes clean.Monty Taylor2012-11-283-6/+7
|/
* Fix common rpc to use common logging instead of python loggingDavanum Srinivas2012-11-244-4/+4
* updating sphinx documentationJoe Heck2012-11-181-4/+6
* Added initialize_service_hook for rpc.Service.Lianhao Lu2012-11-141-0/+5
* Merge "Fix QPID reconnect issues"Jenkins2012-11-131-44/+26
|\
| * Fix QPID reconnect issuesGary Kotton2012-11-071-44/+26
* | Clean up dictionary use in RPC driversDoug Hellmann2012-11-072-18/+14
|/
* Tweak rpc.queue_get_for to deal with host=None.Russell Bryant2012-11-051-1/+1