summaryrefslogtreecommitdiff
path: root/python/qpid/messaging/endpoints.py
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-1/+1
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-0/+1
* 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-301-1/+12
* QPID-3232: Call _grant() & wakeup() after returned message has been countedGordon Sim2011-04-281-1/+1
* added tcp_nodelay connection optionRafael H. Schloming2011-03-171-0/+1
* QPID-3063: test correct variable in check_close()Gordon Sim2011-03-011-1/+1
* QPID-2910: Small fix for python timeout testsAndrew Donald Kennedy2010-10-241-2/+4
* fixed detach to not hang on session error, fixed the tests to include a timeo...Rafael H. Schloming2010-09-101-0/+1
* fixed bug in flow control logic; added testsRafael H. Schloming2010-08-021-3/+4
* added accessor for auth_usernameRafael H. Schloming2010-06-301-0/+1
* fixed concurrent closeRafael H. Schloming2010-06-301-41/+82
* fix mangling for addresses that are NoneRafael H. Schloming2010-06-281-1/+1
* add uuid prefix to addresses beginning with hash(#)Rafael H. Schloming2010-06-251-0/+8
* added optional timeouts to {connection,session,sender,receiver}.close() as we...Rafael H. Schloming2010-06-251-21/+36
* don't always set the sync bit on sendRafael H. Schloming2010-06-161-4/+21
* performance tweaks for receive: added configurable threshold for issuing cred...Rafael H. Schloming2010-06-161-2/+5
* Don't use guest/guest default username/password, use None instead (this allow...Gordon Sim2010-06-011-2/+2
* added get_errorRafael H. Schloming2010-04-141-0/+24
* added more complete exception handling/hierarchyRafael H. Schloming2010-04-131-26/+25
* Sender.pending() -> Sender.unsettled(); Receiver.pending() -> Receiver.availa...Rafael H. Schloming2010-04-091-3/+17
* cleanup waiter pipes on errorRafael H. Schloming2010-04-091-0/+1
* Changes to connection lifecycle methods and Connection parameters:Rafael H. Schloming2010-04-091-41/+108
* fixed resource leak when close throws an errorRafael H. Schloming2010-04-061-4/+6
* added option to disable reconnect logging; fixed reconnect test to not loop f...Rafael H. Schloming2010-04-011-1/+1
* updated reconnect option names to match C++ APIRafael H. Schloming2010-04-011-1/+9
* added SSL support to APIRafael H. Schloming2010-03-311-1/+6
* updated address docsRafael H. Schloming2010-03-301-14/+16
* fixed resource leakage on repeated connection open/closeRafael H. Schloming2010-03-231-1/+3
* Several updates to address options including:Rafael H. Schloming2010-03-231-14/+27
* added support for reject/releaseRafael H. Schloming2010-03-111-1/+2
* split engine into a separate classRafael H. Schloming2010-02-261-2/+3
* moved Pattern into driverRafael H. Schloming2010-02-191-15/+0
* split messaging.py into multiple files and made qpid.messaging a packageRafael H. Schloming2010-02-181-0/+832