summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Properly handle transport URL config on the client1.3.0a1Mark McLoughlin2013-10-252-14/+25
* Updated from global requirementsOpenStack Jenkins2013-10-241-1/+1
* Merge "Properly handle transport:///vhost URL"Jenkins2013-10-242-14/+18
|\
| * Properly handle transport:///vhost URLMark McLoughlin2013-10-232-14/+18
* | Merge "Replace assertEquals with assertEqual"Jenkins2013-10-235-7/+7
|\ \
| * | Replace assertEquals with assertEqualZhongyue Luo2013-10-235-7/+7
| |/
* | Updated from global requirementsOpenStack Jenkins2013-10-231-1/+1
|/
* Merge "Make rpc_backend default to 'rabbit'"Jenkins2013-10-211-2/+2
|\
| * Make rpc_backend default to 'rabbit'Mark McLoughlin2013-10-181-2/+2
* | Updated from global requirementsOpenStack Jenkins2013-10-201-1/+1
|/
* Merge "Add third element to RPC versions for backports"Jenkins2013-10-152-0/+61
|\
| * Add third element to RPC versions for backportsDavanum Srinivas2013-10-142-0/+61
* | Apply six for metaclassDavanum Srinivas2013-10-145-13/+16
* | Fix rpc client docsMark McLoughlin2013-10-131-1/+1
|/
* Updated from global requirementsOpenStack Jenkins2013-10-101-1/+1
* Remove cruft from setup.cfgMonty Taylor2013-10-041-6/+0
* Updated from global requirementsOpenStack Jenkins2013-10-013-15/+14
* Fixes a typo in the address string syntaxKenneth Giusti2013-09-181-1/+1
* Implement the server side of ZmqDriverMark McLoughlin2013-08-281-8/+82
* Add zmq-receiverMark McLoughlin2013-08-284-0/+60
* Implement the client side of ZmqDriverMark McLoughlin2013-08-281-3/+71
* Import zmq driver code with minimal modificationsMark McLoughlin2013-08-284-0/+1399
* Merge "Remove check_for_lock support in RPCClient"1.2.0a11Jenkins2013-08-262-84/+10
|\
| * Remove check_for_lock support in RPCClientMark McLoughlin2013-08-262-84/+10
* | Merge "Don't include msg_id or reply_q in casts"Jenkins2013-08-262-9/+9
|\ \
| * | Don't include msg_id or reply_q in castsMark McLoughlin2013-08-262-9/+9
| |/
* | Merge "Fix race-condition in rabbit reply processing"Jenkins2013-08-262-3/+114
|\ \
| * | Fix race-condition in rabbit reply processingMark McLoughlin2013-08-262-3/+114
| |/
* | Fix error message if message handler failsMark McLoughlin2013-08-261-1/+1
|/
* Add a Notifier.prepare() method1.2.0a10Mark McLoughlin2013-08-212-8/+70
* Fix dictionary changed size during iteration1.2.0a9Davanum Srinivas2013-08-171-1/+1
* Fix transport URL parsing bug1.2.0a8Mark McLoughlin2013-08-182-1/+10
* Fix rabbit driver handling of None, etc. replies1.2.0a7Mark McLoughlin2013-08-172-8/+22
* Merge "Bumps hacking to 0.7.0"1.2.0a6Jenkins2013-08-171-1/+1
|\
| * Bumps hacking to 0.7.0Zhongyue Luo2013-08-161-1/+1
* | Merge "Remove ConfFixture from toplevel public API"Jenkins2013-08-174-4/+10
|\ \
| * | Remove ConfFixture from toplevel public APIMark McLoughlin2013-08-174-4/+10
| |/
* | Merge "Fix fake driver handling of failure replies"Jenkins2013-08-172-4/+17
|\ \
| * | Fix fake driver handling of failure repliesMark McLoughlin2013-08-162-4/+17
| |/
* | Fix transport URL ipv6 parsing supportMark McLoughlin2013-08-162-1/+42
|/
* Fix handling of None, etc. replies1.2.0a5Mark McLoughlin2013-08-152-5/+13
* Merge "Add a unit testing configuration fixture"1.2.0a4Jenkins2013-08-137-22/+106
|\
| * Add a unit testing configuration fixture1.2.0a3Mark McLoughlin2013-08-137-22/+106
* | Add a TransportURL class to the public APIMark McLoughlin2013-08-1210-237/+412
|/
* Ensure namespace package is installed1.2.0a2Mark McLoughlin2013-08-122-0/+3
* Merge "Add transport URL support to rabbit driver"1.2.0a1Jenkins2013-08-122-1/+100
|\
| * Add transport URL support to rabbit driverMark McLoughlin2013-08-122-1/+100
* | Merge "Kill ability to specify exchange in transport URL"Jenkins2013-08-125-88/+22
|\ \ | |/
| * Kill ability to specify exchange in transport URLMark McLoughlin2013-08-125-88/+22
* | Merge "Add thread-local store of request context"Jenkins2013-08-125-3/+64
|\ \