summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with long messages in Qpidfolsom-eolBen Nemec2013-09-022-0/+134
* Normalize_time() always return naive objectYunhong, Jiang2013-03-042-2/+24
* Merge "kombu's fanout_cast_to_server was calling wrong method" into stable/fo...Jenkins2012-11-231-1/+1
|\
| * kombu's fanout_cast_to_server was calling wrong methodChris Behrens2012-11-061-1/+1
* | Merge "Fix a logic error in stable version calculation." into stable/folsomJenkins2012-11-151-3/+5
|\ \
| * | Fix a logic error in stable version calculation.Monty Taylor2012-11-061-3/+5
| |/
* | Merge "Fixes setup compatibility issue on Windows" into stable/folsomJenkins2012-11-151-2/+6
|\ \
| * | Fixes setup compatibility issue on WindowsYaguang Tang2012-11-061-2/+6
| |/
* | Merge "cfg: fix required if option has a dash" into stable/folsomJenkins2012-11-152-1/+9
|\ \
| * | cfg: fix required if option has a dashJulien Danjou2012-11-062-1/+9
| |/
* | Merge "Ensure that the correct repository is used." into stable/folsomJenkins2012-11-151-1/+1
|\ \
| * | Ensure that the correct repository is used.Gary Kotton2012-11-081-1/+1
| |/
* | Fix QPID reconnect issuesGary Kotton2012-11-081-44/+26
|/
* LOG.exception() should only be used in exception handlerJohannes Erdfelt2012-09-261-9/+10
* Revert recent zmq changesMark McLoughlin2012-09-262-107/+20
* Support declare_topic_consumer in impl_zmqEric Windisch2012-09-201-0/+29
* fanout subscriptions in impl_zmqEric Windisch2012-09-202-20/+78
* Change the qpid_heartbeat default to 60 seconds.Russell Bryant2012-09-141-1/+1
* Use pep8 v1.3.3Zhongyue Luo2012-09-1312-47/+88
* Make projects define 'control_exchange'.Russell Bryant2012-09-125-23/+34
* Improve logging of process idStuart McLaren2012-09-111-5/+4
* Add cinder to allowed_rpc_exception_modules.Dan Prince2012-09-051-0/+1
* Code cleanupRay Chen2012-09-041-9/+7
* Update zmq context cleanup to use term.Dan Prince2012-09-041-1/+1
* Allow non-string items in the creds dict.Vishvananda Ishaya2012-09-042-1/+8
* Add nosehtmloutput as a test dependency.Clark Boylan2012-09-041-0/+1
* Fix PEP8 issues.lrqrun2012-09-041-8/+10
* Regarding the mispelling of the Noble Narwhal.Matt Joyce2012-08-311-1/+1
* Remove amqp import from rpc/test_commonEric Windisch2012-08-201-1/+0
* Don't trap then re-raise ImportError.Monty Taylor2012-08-201-1/+1
* Fix spelling typosRongzeZhu2012-08-202-4/+4
* Set default branch in .gitreview to stable/folsomMark McLoughlin2012-08-201-0/+1
* Remove unused importsRongzeZhu2012-08-163-5/+0
* Remove register_opts from client methodsEric Windisch2012-08-151-5/+0
* Merge "Rename FLAGS to CONF; Remove self.conf"Jenkins2012-08-141-16/+14
|\
| * Rename FLAGS to CONF; Remove self.confEric Windisch2012-08-061-16/+14
* | Merge "cfg: clean up None value handling"Jenkins2012-08-131-23/+13
|\ \
| * | cfg: clean up None value handlingMark McLoughlin2012-08-131-23/+13
* | | Merge "Allow set_default and set_override to use None"Jenkins2012-08-132-4/+68
|\ \ \ | |/ /
| * | Allow set_default and set_override to use NoneVishvananda Ishaya2012-08-112-4/+68
* | | Tilde expansion for --config-file and --config-dirMark McLoughlin2012-08-112-6/+51
|/ /
* | Merge "Make receiver spawning in impl_zmq more robust/clean."Jenkins2012-08-101-19/+26
|\ \
| * | Make receiver spawning in impl_zmq more robust/clean.Eric Windisch2012-08-011-19/+26
* | | Support for marshalling datetime while preserving microseconds.SandyWalsh2012-08-102-0/+24
* | | Merge "Add import_opt() method to ConfigOpts"Jenkins2012-08-105-0/+102
|\ \ \ | |_|/ |/| |
| * | Add import_opt() method to ConfigOptsMark McLoughlin2012-07-315-0/+102
* | | Merge "Fix meaningless test case"Jenkins2012-08-061-1/+1
|\ \ \
| * | | Fix meaningless test caseMate Lakat2012-08-061-1/+1
* | | | Add multiple-driver support to the notifier api.Andrew Bogott2012-08-0210-341/+159
|/ / /
* | | Merge "Install a qualified except hook."Jenkins2012-08-022-6/+35
|\ \ \