summaryrefslogtreecommitdiff
path: root/python/qpid/messaging/driver.py
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-17/+2
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-1/+5
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-1/+4
* 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
* 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-171-1/+1
* changed python clients durable default to FalseRafael H. Schloming2011-03-161-1/+1
* Eliminates duplicate ExchangeBind when x-bindings are present.Jonathan Robie2011-01-071-1/+4
* fixed bug in management of incoming executed setRafael H. Schloming2010-10-191-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-091-4/+37
* 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-141-8/+17
* eliminate spurious error logging and reconnect attemptsRafael H. Schloming2010-07-131-1/+1
* fixed missign import and added test case for reconnect_urlsRafael H. Schloming2010-07-131-0/+1
* convert ttl from seconds to millisecondsRafael H. Schloming2010-07-081-2/+6
* added accessor for auth_usernameRafael H. Schloming2010-06-301-0/+1
* 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-251-0/+2
* added full support for unreliable, at-least-once, and at-most-once reliabilit...Rafael H. Schloming2010-06-241-18/+41
* reset reconnect delay after successful connectRafael H. Schloming2010-06-171-0/+1
* don't always set the sync bit on sendRafael H. Schloming2010-06-161-4/+10
* performance tweaks for receive: added configurable threshold for issuing cred...Rafael H. Schloming2010-06-161-3/+16
* fixed a hang in commit and added testDoubleCommitRafael H. Schloming2010-04-131-0/+1
* added more complete exception handling/hierarchyRafael H. Schloming2010-04-131-18/+33
* candidate fix for testReconnectRafael H. Schloming2010-04-091-2/+2
* removed Message.toRafael H. Schloming2010-04-091-6/+0
* clean up pipes from driver side in case nobody is waiting for the errorRafael H. Schloming2010-04-091-2/+7
* Changes to connection lifecycle methods and Connection parameters:Rafael H. Schloming2010-04-091-13/+12
* added option to disable reconnect logging; fixed reconnect test to not loop f...Rafael H. Schloming2010-04-011-6/+8
* updated reconnect option names to match C++ APIRafael H. Schloming2010-04-011-1/+5
* added SSL support to APIRafael H. Schloming2010-03-311-13/+21
* fixed resource leakage on repeated connection open/closeRafael H. Schloming2010-03-231-0/+3
* Several updates to address options including:Rafael H. Schloming2010-03-231-69/+85
* added support for reject/releaseRafael H. Schloming2010-03-111-17/+53
* added priority and ttl message propertiesRafael H. Schloming2010-03-041-0/+6
* temporary workaround for problem log statementRafael H. Schloming2010-02-261-1/+2
* fixed reconnectRafael H. Schloming2010-02-261-4/+4
* split engine into a separate classRafael H. Schloming2010-02-261-105/+119
* move reconnect logic away from engine portion of the driverRafael H. Schloming2010-02-251-44/+81
* removed redundant state flagRafael H. Schloming2010-02-221-3/+1
* removed redundant notifyRafael H. Schloming2010-02-221-1/+0
* start to split engine logic from transport logicRafael H. Schloming2010-02-221-48/+57
* moved Pattern into driverRafael H. Schloming2010-02-191-1/+15