summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Add thread-local store of request contextMark McLoughlin2013-08-095-3/+64
* | | Merge "Add a context serialization hook"Jenkins2013-08-129-16/+68
|\ \ \ | |_|/ |/| |
| * | Add a context serialization hookMark McLoughlin2013-08-099-16/+68
| |/
* | Merge "Fix handling expected exceptions in rabbit driver"Jenkins2013-08-122-1/+16
|\ \
| * | Fix handling expected exceptions in rabbit driverMark McLoughlin2013-08-112-1/+16
* | | Fix capitalization, it's OpenStackAndreas Jaeger2013-08-111-1/+1
|/ /
* | Merge "Removes a redundant version_is_compatible function"Jenkins2013-08-091-16/+3
|\ \
| * | Removes a redundant version_is_compatible functionZhongyue Luo2013-08-091-16/+3
| |/
* | Merge "Add some docs on target version numbers"Jenkins2013-08-091-0/+47
|\ \ | |/ |/|
| * Add some docs on target version numbersMark McLoughlin2013-08-041-0/+47
* | Document how call() handles remote exceptionsMark McLoughlin2013-08-071-0/+18
* | Add a per-transport allow_remote_exmods APIMark McLoughlin2013-08-079-48/+73
* | Expose RemoteError exception in the public APIMark McLoughlin2013-08-075-23/+47
* | Implement failure replies in the fake driverMark McLoughlin2013-08-072-3/+35
* | Add API for expected endpoint exceptionsMark McLoughlin2013-08-079-8/+118
* | Add a driver method specifically for sending notificationsMark McLoughlin2013-08-077-27/+55
* | Enforce target preconditions outside of driversMark McLoughlin2013-08-076-32/+28
* | Add comments to ReplyWaiter.wait()Mark McLoughlin2013-08-071-5/+17
* | Remove some FIXMEs and debug loggingMark McLoughlin2013-08-071-4/+0
* | Remove unused IncomingMessage.done()Mark McLoughlin2013-08-074-14/+0
* | Implement wait_for_reply timeout in rabbit driverMark McLoughlin2013-08-074-34/+50
* | Use testtools.TestCase assertion methodsMark McLoughlin2013-08-078-39/+38