summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* add handling for sasl related failures during connection startGordon Sim2010-04-271-1/+10
* correct name of exception to be caughtGordon Sim2010-04-271-1/+1
* brokertest.py: added __str__ methods to Broker and PopenAlan Conway2010-04-161-0/+4
* Hello World example in Python - matches hello_world.cppJonathan Robie2010-04-161-0/+45
* Edited to work on Windows; resolves QPID-2510.Stephen D. Huston2010-04-151-2/+3
* added get_errorRafael H. Schloming2010-04-142-0/+32
* fixed a hang in commit and added testDoubleCommitRafael H. Schloming2010-04-132-0/+13
* Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recoveryKim van der Riet2010-04-131-12/+19
* added more complete exception handling/hierarchyRafael H. Schloming2010-04-134-73/+150
* candidate fix for testReconnectRafael H. Schloming2010-04-091-2/+2
* updated reservations example to match latest changesRafael H. Schloming2010-04-094-25/+10
* Sender.pending() -> Sender.unsettled(); Receiver.pending() -> Receiver.availa...Rafael H. Schloming2010-04-093-26/+42
* removed Message.toRafael H. Schloming2010-04-094-16/+5
* clean up pipes from driver side in case nobody is waiting for the errorRafael H. Schloming2010-04-091-2/+7
* cleanup waiter pipes on errorRafael H. Schloming2010-04-092-0/+21
* removed duplicates assertion from testReconnectRafael H. Schloming2010-04-091-1/+2
* Changes to connection lifecycle methods and Connection parameters:Rafael H. Schloming2010-04-0912-134/+183
* removed testReconnect's redelivered assertionsRafael H. Schloming2010-04-071-4/+5
* fixed resource leak when close throws an errorRafael H. Schloming2010-04-061-4/+6
* Remove non-portable @staticmethod from qpid/datatypes.pyAlan Conway2010-04-061-7/+5
* Added qpid-cluster-store tool to examine & modify cluster store status.Alan Conway2010-04-061-0/+6
* use set from compatRafael H. Schloming2010-04-061-0/+1
* make reconnect test always use plain transportRafael H. Schloming2010-04-011-2/+1
* added option to disable reconnect logging; fixed reconnect test to not loop f...Rafael H. Schloming2010-04-014-17/+21
* updated reconnect option names to match C++ APIRafael H. Schloming2010-04-016-12/+99
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-011-0/+7
* added SSL support to APIRafael H. Schloming2010-03-319-27/+159
* updated address docsRafael H. Schloming2010-03-301-14/+16
* Fix race condition causing deadlock in cluster_tests.py, failover_test.Alan Conway2010-03-261-21/+20
* form compat uuid generation, use a random number generator that is initialize...Rafael H. Schloming2010-03-261-2/+4
* Default to "/dev/null" if os.devnull doese not exist. Hopefully now it will w...Rafael H. Schloming2010-03-251-1/+1
* Re-eneable run_long_cluster_tests.Alan Conway2010-03-251-0/+1
* Use portable "/dev/null" to allow this to run on Windows as well.Stephen D. Huston2010-03-251-1/+1
* Fix resource leaks in cluster_tests, add 5 minute test run to make check-long.Alan Conway2010-03-241-36/+44
* fixed resource leakage on repeated connection open/closeRafael H. Schloming2010-03-235-6/+59
* provide default codec for unknown content typesRafael H. Schloming2010-03-232-3/+9
* Several updates to address options including:Rafael H. Schloming2010-03-236-140/+234
* Minor improvements to brokertest.py.Alan Conway2010-03-221-1/+2
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-121-3/+6
* added support for reject/releaseRafael H. Schloming2010-03-116-44/+148
* QPID-2441: patch from Jan Sarenik that prevents verification failures when ru...Gordon Sim2010-03-101-13/+13
* QPID-2436: Fix cluster update of remote agents.Alan Conway2010-03-081-7/+6
* made drain work on messages as well as contentRafael H. Schloming2010-03-053-32/+44
* fixed message comparison to allow for decrementing of the ttlRafael H. Schloming2010-03-041-1/+4
* Increase timeout for python cluster tests, was timing out prematurely in some...Alan Conway2010-03-041-3/+3
* added priority and ttl message propertiesRafael H. Schloming2010-03-043-2/+17
* Extended cluster_tests.test_management exposes a bug.Alan Conway2010-03-031-7/+1
* Minor improvements to brokertest framework.Alan Conway2010-03-031-26/+83
* temporary workaround for problem log statementRafael H. Schloming2010-02-261-1/+2
* fixed reconnectRafael H. Schloming2010-02-261-4/+4