summaryrefslogtreecommitdiff
path: root/python/qpid/messaging
Commit message (Expand)AuthorAgeFilesLines
* QPID-4903: don't delete subscription queue when closing link if it was explic...Gordon Sim2013-06-061-1/+1
* NO-JIRA: Added connection timeout to python client, used in brokertests.Alan Conway2013-05-291-4/+3
* QPID-4882: use correct exception object for older ssl implemenationsKenneth Anthony Giusti2013-05-231-1/+1
* QPID-4872: when retrying ssl reads or writes, use previous argumentsKenneth Anthony Giusti2013-05-221-6/+28
* 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-233-5/+41
* 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 certificateKenneth Anthony Giusti2013-03-222-2/+74
* QPID-4422: Python Client (0-8..0-9) now allows "instance" client property to ...Keith Wall2012-11-071-17/+2
* QPID-4377: Pass down the timeout argument; patch from Ernie AllenJustin Ross2012-10-171-1/+1
* QPID-4337: add SSL support for older python clients.Kenneth Anthony Giusti2012-09-211-1/+35
* NO-JIRA: Fix parsing of C++ URLs in qpid.messaging.util to handle IPv6 addres...Alan Conway2012-06-121-3/+6
* QPID-3943: Make topic subscriptions unreliable by defaultGordon Sim2012-04-111-1/+5
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-172-1/+5
* 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-302-2/+13
* QPID-3603: Avoid endless reconnect loop in python client.Alan Conway2012-01-251-1/+0
* QPID-3626: fix python client access to timestamp delivery propertyKenneth Anthony Giusti2011-11-171-0/+2
* 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-171-1/+1
* added support for address assertionRafael H. Schloming2011-03-171-1/+7
* added tcp_nodelay connection optionRafael H. Schloming2011-03-173-9/+12
* changed python clients durable default to FalseRafael H. Schloming2011-03-161-1/+1
* QPID-3063: test correct variable in check_close()Gordon Sim2011-03-011-1/+1
* made address parser recognize lowercase true and falseRafael H. Schloming2011-01-131-11/+12
* Eliminates duplicate ExchangeBind when x-bindings are present.Jonathan Robie2011-01-071-1/+4
* added address parser support for NoneRafael H. Schloming2010-11-111-1/+4
* 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 detach to not hang on session error, fixed the tests to include a timeo...Rafael H. Schloming2010-09-101-0/+1
* handle request timeoutRafael H. Schloming2010-09-101-0/+4
* fixed reply-to conversionRafael H. Schloming2010-08-121-5/+13
* fix error reporting for negotiation failure in sasl stubRafael H. Schloming2010-08-111-1/+4
* fixed heartbeatingRafael H. Schloming2010-08-092-4/+40
* fixed bug in flow control logic; added testsRafael H. Schloming2010-08-021-3/+4
* default ports for reconnect_urlsRafael H. Schloming2010-07-141-3/+3
* fixed parsing of failover URLs; fixed driver to notice when reconnect_urls is...Rafael H. Schloming2010-07-142-12/+22
* eliminate spurious error logging and reconnect attemptsRafael H. Schloming2010-07-132-2/+6
* fixed missign import and added test case for reconnect_urlsRafael H. Schloming2010-07-131-0/+1
* fixed payload of None for text/plain messagesRafael H. Schloming2010-07-121-2/+14
* convert ttl from seconds to millisecondsRafael H. Schloming2010-07-082-2/+14
* added accessor for auth_usernameRafael H. Schloming2010-06-302-0/+2
* fixed concurrent closeRafael H. Schloming2010-06-302-41/+91
* 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
* make sure we initialize properties even if application_headers is NoneRafael H. Schloming2010-06-251-1/+1
* added support for x-amqp-0-10.{app-id,content-encoding,routing-key}Rafael H. Schloming2010-06-251-0/+9
* added optional timeouts to {connection,session,sender,receiver}.close() as we...Rafael H. Schloming2010-06-253-21/+43