summaryrefslogtreecommitdiff
path: root/python/qpid/messaging/endpoints.py
Commit message (Expand)AuthorAgeFilesLines
* QPID-5975: HA extra/missing messages when running qpid-txtest2 in a loop with...Alan Conway2014-08-281-2/+8
* NO-JIRA: Fix timeout on python messaging.Session.commit and rollbackAlan Conway2014-08-221-3/+5
* [QPID-5852]: connection.opened() returns True after unsuccessful connection (...Pavel Moravec2014-07-241-1/+2
* QPID-5894: force cert checking if user specifically asks to verify the remote...Ken Giusti2014-07-181-0/+2
* [QPID-5823]: Python client should create a node with name starting '\#'Pavel Moravec2014-07-071-1/+3
* [QPID-5852]: [Python client] connection.opened() returns True after unsuccess...Pavel Moravec2014-06-261-0/+3
* QPID-5836: [Python client] Report error when encountering unrecognized connec...Pavel Moravec2014-06-261-41/+50
* QPID-5823: (reverting commit r1602820) Python client should create a node wit...Pavel Moravec2014-06-161-0/+8
* QPID-5823: Python client should create a node with name starting '\#'Pavel Moravec2014-06-161-8/+0
* Revert "QPID-5812: python high level API client receiver.fetch(timeout=N) blo...Andrew Stitcher2014-06-121-1/+1
* QPID-5812: python high level API client receiver.fetch(timeout=N) blocks fore...Pavel Moravec2014-06-121-1/+1
* QPID-5203: if session error exists, simply return from session close (also re...Gordon Sim2013-10-301-7/+5
* QPID-5139: Add timeout argument to python messaging.Session.commit.Alan Conway2013-10-291-2/+2
* QPID-5203 Python client unexpected exception after ACL denialPavel Moravec2013-10-221-4/+7
* QPID-5154: Further corrections to the Connection API doc; a patch from Ernie ...Justin Ross2013-09-231-8/+3
* NO-JIRA: Corrections for the python API doc; a patch from Ernie AllenJustin Ross2013-06-251-10/+14
* NO-JIRA: Added connection timeout to python client, used in brokertests.Alan Conway2013-05-291-4/+3
* QPID-4774: Honor reconnect_timeout in Connection; a patch from Ernie AllenJustin Ross2013-05-021-3/+8
* NO-JIRA: Trivial python client fix, pass timeout in Sender.send.Alan Conway2013-05-011-1/+1
* QPID-2453: Allow the session to keep operating after content codec errors; a ...Justin Ross2013-04-231-3/+15
* QPID-4140: Use the session.acked list to determine the number of unsettled me...Justin Ross2013-04-231-1/+1
* NO-JIRA: add SSL test that verifies hostname in certificateKen Giusti2013-03-221-0/+5
* QPID-4377: Pass down the timeout argument; patch from Ernie AllenJustin Ross2012-10-171-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