summaryrefslogtreecommitdiff
path: root/python/qpid
Commit message (Expand)AuthorAgeFilesLines
* added SSL support to APIRafael H. Schloming2010-03-316-24/+156
* 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-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
* split engine into a separate classRafael H. Schloming2010-02-262-107/+122
* move reconnect logic away from engine portion of the driverRafael H. Schloming2010-02-251-44/+81
* removed redundant state flagRafael H. Schloming2010-02-221-3/+1
* removed redundant notifyRafael H. Schloming2010-02-221-1/+0
* start to split engine logic from transport logicRafael H. Schloming2010-02-221-48/+57
* moved Pattern into driverRafael H. Schloming2010-02-192-16/+15
* remove extra dots from filenames so as not to confuse windowsRafael H. Schloming2010-02-186-5/+6
* added util subpackage with auto_update_backups and update_backupsRafael H. Schloming2010-02-181-0/+56
* fixed importsRafael H. Schloming2010-02-182-1/+1
* split messaging.py into multiple files and made qpid.messaging a packageRafael H. Schloming2010-02-1812-410/+559
* fixed subject defaulting and added testRafael H. Schloming2010-02-172-2/+21
* only cache addresses that existRafael H. Schloming2010-02-171-1/+2
* added caching for resolved addressesRafael H. Schloming2010-02-171-18/+69
* filled out some missing api-docRafael H. Schloming2010-02-171-5/+5
* added support for browsingRafael H. Schloming2010-02-172-28/+66
* fixed address syntax error in docsRafael H. Schloming2010-02-171-1/+1
* tweaks to linkRafael H. Schloming2010-02-171-13/+12
* combined duplicate logic between link_in/link_outRafael H. Schloming2010-02-171-131/+115
* fixed spurious delay in testRafael H. Schloming2010-02-171-2/+7
* changed sender/receiver to be synchronous by default when invoked on a connec...Rafael H. Schloming2010-02-163-36/+58
* capture and report socket errorsRafael H. Schloming2010-02-161-2/+4
* more futzing with setup.py; pulled specs into python/qpid packageRafael H. Schloming2010-02-1510-112/+16227
* moved tests/*.py underneath qpid/tests/*.pyRafael H. Schloming2010-02-057-0/+1401
* added reconnect_delay, reconnect_limit, and backups option to ConnectionRafael H. Schloming2010-01-292-15/+39
* correctly default service attributeRafael H. Schloming2010-01-271-4/+2
* Test for management + cluster: run management tools in parallel with regular ...Alan Conway2010-01-271-32/+85
* changed mechanisms from string to listRafael H. Schloming2010-01-271-1/+2