summaryrefslogtreecommitdiff
path: root/qpid/python/qpid/tests/messaging/endpoints.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qpid-3603-4-rebase' into qpid-3603-5qpid-3603-5Alan Conway2012-02-131-2/+4
* only assert if type is specifiedRafael H. Schloming2011-03-171-1/+4
* added support for address assertionRafael H. Schloming2011-03-171-0/+7
* added tcp_nodelay connection optionRafael H. Schloming2011-03-171-4/+8
* QPID-3063: test correct variable in check_close()Gordon Sim2011-03-011-0/+3
* testReconnect: increase number of bytes read/written before failure.Alan Conway2010-11-151-3/+3
* fixed detach to not hang on session error, fixed the tests to include a timeo...Rafael H. Schloming2010-09-101-1/+1
* added extra assertion to check that deletion of default exchanges doesn't workRafael H. Schloming2010-09-101-0/+1
* fixed bug in flow control logic; added testsRafael H. Schloming2010-08-021-10/+36
* fixed missign import and added test case for reconnect_urlsRafael H. Schloming2010-07-131-0/+7
* fixed concurrent closeRafael H. Schloming2010-06-301-1/+71
* fix timeout tests to not leave queues lying aroundRafael H. Schloming2010-06-251-1/+1
* added optional timeouts to {connection,session,sender,receiver}.close() as we...Rafael H. Schloming2010-06-251-3/+100
* added full support for unreliable, at-least-once, and at-most-once reliabilit...Rafael H. Schloming2010-06-241-0/+27
* Edited to work on Windows; resolves QPID-2510.Stephen D. Huston2010-04-151-2/+3
* added get_errorRafael H. Schloming2010-04-141-0/+8
* fixed a hang in commit and added testDoubleCommitRafael H. Schloming2010-04-131-0/+12
* added more complete exception handling/hierarchyRafael H. Schloming2010-04-131-22/+13
* Sender.pending() -> Sender.unsettled(); Receiver.pending() -> Receiver.availa...Rafael H. Schloming2010-04-091-21/+23
* cleanup waiter pipes on errorRafael H. Schloming2010-04-091-0/+20
* removed duplicates assertion from testReconnectRafael H. Schloming2010-04-091-1/+2
* Changes to connection lifecycle methods and Connection parameters:Rafael H. Schloming2010-04-091-43/+31
* removed testReconnect's redelivered assertionsRafael H. Schloming2010-04-071-4/+5
* 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-011-0/+2
* updated reconnect option names to match C++ APIRafael H. Schloming2010-04-011-0/+75
* added SSL support to APIRafael H. Schloming2010-03-311-9/+10
* Default to "/dev/null" if os.devnull doese not exist. Hopefully now it will w...Rafael H. Schloming2010-03-251-1/+1
* Use portable "/dev/null" to allow this to run on Windows as well.Stephen D. Huston2010-03-251-1/+1
* fixed resource leakage on repeated connection open/closeRafael H. Schloming2010-03-231-1/+24
* Several updates to address options including:Rafael H. Schloming2010-03-231-53/+104
* added support for reject/releaseRafael H. Schloming2010-03-111-16/+55
* made drain work on messages as well as contentRafael H. Schloming2010-03-051-10/+8
* fixed importsRafael H. Schloming2010-02-181-1/+0
* split messaging.py into multiple files and made qpid.messaging a packageRafael H. Schloming2010-02-181-0/+878