summaryrefslogtreecommitdiffstats
path: root/openstack/common/rpc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add support for heartbeating in the kombu RPC driver"HEADmasterJenkins2013-07-081-0/+4
|\
| * Add support for heartbeating in the kombu RPC driverKiall Mac Innes2013-07-081-0/+4
* | Replace sys.exit by a RPCExceptionMehdi Abaakouk2013-07-021-8/+5
|/
* Merge "Don't reconnect to exclusive fanout consumers."Jenkins2013-06-261-1/+24
|\
| * Don't reconnect to exclusive fanout consumers.Michael Wilson2013-06-121-1/+24
* | Merge "Make AMQP based RPC consumer threads more robust"Jenkins2013-06-262-0/+4
|\ \
| * | Make AMQP based RPC consumer threads more robustRaymond Pekowski2013-06-252-0/+4
* | | rpc: remove some unused serialization codeMark McLoughlin2013-06-251-6/+1
|/ /
* | Merge "Optionally reject messages on exception."Jenkins2013-06-243-16/+44
|\ \
| * | Optionally reject messages on exception.Sandy Walsh2013-06-203-16/+44
| |/
* / Remove unused zmq relay functionalityMark McLoughlin2013-06-171-26/+3
|/
* Allow exceptions to hop up cellsMatthew Sherborne2013-06-121-3/+15
* Merge "Remove the amqp_rpc_single_reply_queue option from Havana"Jenkins2013-06-111-91/+9
|\
| * Remove the amqp_rpc_single_reply_queue option from HavanaRaymond Pekowski2013-06-051-91/+9
* | 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
| |/
* | Merge "Add can_send_version() to RpcProxy."Jenkins2013-06-111-0/+5
|\ \
| * | Add can_send_version() to RpcProxy.Russell Bryant2013-06-111-0/+5
* | | Enable hacking H404 test.Dina Belova2013-06-116-133/+106
|/ /
* | Merge "MatchMakerStub - make it work & add test"Jenkins2013-06-111-1/+1
|\ \ | |/ |/|
| * MatchMakerStub - make it work & add testEric Windisch2013-05-291-1/+1
* | Fix problem with long messages in QpidBen Nemec2013-06-031-0/+47
* | Enable hacking H402 testSergey Lukjanov2013-06-036-67/+67
* | Silence exceptions from qpid connection.close()David Ripton2013-05-311-1/+7
* | 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
| |/
* | Merge "Enable hacking H403 test"Jenkins2013-05-303-5/+9
|\ \
| * | Enable hacking H403 testSergey Lukjanov2013-05-303-5/+9
* | | Merge "Enable hacking H401 test"Jenkins2013-05-301-1/+1
|\| |
| * | Enable hacking H401 testSergey Lukjanov2013-05-301-1/+1
| |/
* / Remove rootwrap from IPC directory creationEric Windisch2013-05-231-11/+10
|/
* Merge "Enable hacking H702 localization test"Jenkins2013-05-211-1/+2
|\
| * Enable hacking H702 localization testJoe Gordon2013-05-201-1/+2
* | Merge "Enable hacking H703: Multiple positional placeholders"Jenkins2013-05-211-2/+3
|\|
| * Enable hacking H703: Multiple positional placeholdersJoe Gordon2013-05-201-2/+3
* | Add generic serialization supportDan Smith2013-05-213-5/+113
* | Allow RPC_API_NAMESPACE on RpcProxy objectsChris Behrens2013-05-201-3/+6
* | Merge "Extract matchmaker_ring to own module"Jenkins2013-05-173-80/+121
|\ \
| * | Extract matchmaker_ring to own moduleEric Windisch2013-05-153-80/+121
| |/
* / Support capping message versions in the client.Russell Bryant2013-05-152-3/+15
|/
* Merge "Removes len() on empty sequence evaluation"Jenkins2013-05-132-3/+3
|\
| * Removes len() on empty sequence evaluationZhongyue Luo2013-05-132-3/+3
* | Merge "python3: use 'as' syntax for exception assignment"Jenkins2013-05-131-1/+1
|\ \ | |/ |/|
| * python3: use 'as' syntax for exception assignmentChuck Short2013-05-131-1/+1
* | Convert unicode for python3 portabilityChuck Short2013-05-061-2/+4
|/
* Ensure that qpid connection is closed.Gary Kotton2013-05-011-6/+7
* Improve Python 3.x compatibilityDirk Mueller2013-04-224-8/+8
* Merge "Replaces standard logging with common logging"Jenkins2013-04-201-1/+1
|\
| * Replaces standard logging with common loggingZhongyue Luo2013-04-091-1/+1
* | Add rpc method namespace support.Russell Bryant2013-04-125-14/+41
|/