summaryrefslogtreecommitdiff
path: root/python/qpid
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-2810-59/+148
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-1/+1
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-038-61/+77
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-044-9/+32
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-173-3/+9
* QPID-3175: removed the sasl_mechanisms defaultRafael H. Schloming2012-02-021-1/+1
* QPID-3175: applied patch with a default sasl_mechanisms of ANONYMOUSRafael H. Schloming2012-01-303-2/+15
* qpid-3778Michael Goulish2012-01-271-2/+8
* QPID-3603: Avoid endless reconnect loop in python client.Alan Conway2012-01-251-1/+0
* Backing out change from rev 1235255.Michael Goulish2012-01-251-6/+3
* qpid-3778Michael Goulish2012-01-241-3/+6
* QPID-3629: Changed management of credit windowGordon Sim2011-11-231-0/+1
* QPID-3626: fix python client access to timestamp delivery propertyKenneth Anthony Giusti2011-11-171-0/+2
* QPID-3450: use the loop index checking if a session id is already usedRobert Gemmell2011-08-241-1/+1
* QPID-3407: restore python 2.4 compatibility to allow building CPP tree on RHE...Robert Gemmell2011-08-181-1/+4
* QPID-3407: Change python connection url to allow ipv6 literal style addresses.Andrew Stitcher2011-08-121-7/+27
* QPID-3407: Add IPv6 connections to pythonAndrew Stitcher2011-08-121-6/+11
* QPID-3218: abandon any linking/unlinking if session has been detachedGordon Sim2011-05-261-1/+2
* QPID-3232: Call _grant() & wakeup() after returned message has been countedGordon Sim2011-04-281-1/+1
* only assert if type is specifiedRafael H. Schloming2011-03-172-2/+5
* added support for address assertionRafael H. Schloming2011-03-172-1/+14
* added tcp_nodelay connection optionRafael H. Schloming2011-03-174-13/+20
* changed python clients durable default to FalseRafael H. Schloming2011-03-161-1/+1
* QPID-3130: applied patch for codec performanceRafael H. Schloming2011-03-081-6/+11
* QPID-3063: test correct variable in check_close()Gordon Sim2011-03-012-1/+4
* Move brokertest.py from qpid/python to qpid/cpp.Alan Conway2011-01-211-699/+0
* made address parser recognize lowercase true and falseRafael H. Schloming2011-01-132-17/+23
* Eliminates duplicate ExchangeBind when x-bindings are present.Jonathan Robie2011-01-071-1/+4
* QPID-2956: cluster broker exits with "error deliveryRecord no update message."Alan Conway2010-11-221-3/+3
* QPID-2874 Clustered broker crashes in assertion in cluster/ExpiryPolicy.cppAlan Conway2010-11-181-0/+14
* testReconnect: increase number of bytes read/written before failure.Alan Conway2010-11-151-3/+3
* Fix error in python tests: poll() takes exactly 1 argument (2 given)Alan Conway2010-11-121-2/+6
* added address parser support for NoneRafael H. Schloming2010-11-112-3/+13
* Fix brokertest errors like: "poll() got an unexpected keyword argument '_dead...Alan Conway2010-11-081-2/+2
* Adjust for Windows which can't do Popen w/ close_fds. Also, when tearDown run...Stephen D. Huston2010-11-041-1/+5
* QPID-2916: throw an exception when a data value cannot be encoded correctly a...Kenneth Anthony Giusti2010-10-281-0/+12
* Fix qpid/python/qpid/brokertest.py to get cluster tests working.Alan Conway2010-10-281-21/+19
* Ported to work on Windows; uses subprocess, not popen3. Resolves QPID-2492.Stephen D. Huston2010-10-281-12/+33
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-15/+6
* New cluster: core framework and initial implementation of enqueue logic.Alan Conway2010-10-251-6/+15
* QPID-2910: Small fix for python timeout testsAndrew Donald Kennedy2010-10-241-2/+4
* fixed bug in management of incoming executed setRafael H. Schloming2010-10-191-0/+1
* Fixed qpid-stat to skip rows when the underlying data disappears during execu...Ted Ross2010-09-221-1/+3
* Increase timeout waiting for brokers to be ready.Alan Conway2010-09-201-1/+1
* fixed detach to not hang on session error, fixed the tests to include a timeo...Rafael H. Schloming2010-09-103-2/+6
* handle request timeoutRafael H. Schloming2010-09-101-0/+4
* added extra assertion to check that deletion of default exchanges doesn't workRafael H. Schloming2010-09-101-0/+1
* made qpid.datatypes module use builtin UUID when availableRafael H. Schloming2010-09-102-28/+32
* fixed bool encodingRafael H. Schloming2010-09-092-0/+13
* fixed reply-to conversionRafael H. Schloming2010-08-122-5/+37