summaryrefslogtreecommitdiff
path: root/python/qpid/messaging
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-162-8/+31
* performance tweaks for receive: added configurable threshold for issuing cred...Rafael H. Schloming2010-06-162-5/+21
* 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
* fixed a hang in commit and added testDoubleCommitRafael H. Schloming2010-04-131-0/+1
* added more complete exception handling/hierarchyRafael H. Schloming2010-04-133-51/+137
* candidate fix for testReconnectRafael H. Schloming2010-04-091-2/+2
* Sender.pending() -> Sender.unsettled(); Receiver.pending() -> Receiver.availa...Rafael H. Schloming2010-04-091-3/+17
* removed Message.toRafael H. Schloming2010-04-092-14/+4
* clean up pipes from driver side in case nobody is waiting for the errorRafael H. Schloming2010-04-091-2/+7
* cleanup waiter pipes on errorRafael H. Schloming2010-04-091-0/+1
* Changes to connection lifecycle methods and Connection parameters:Rafael H. Schloming2010-04-095-67/+140
* 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-013-17/+19
* updated reconnect option names to match C++ APIRafael H. Schloming2010-04-012-2/+14
* added SSL support to APIRafael H. Schloming2010-03-313-14/+134
* updated address docsRafael H. Schloming2010-03-301-14/+16
* fixed resource leakage on repeated connection open/closeRafael H. Schloming2010-03-232-1/+6
* provide default codec for unknown content typesRafael H. Schloming2010-03-231-3/+5
* Several updates to address options including:Rafael H. Schloming2010-03-232-83/+112
* added support for reject/releaseRafael H. Schloming2010-03-114-22/+78
* added priority and ttl message propertiesRafael H. Schloming2010-03-042-2/+11
* 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-262-107/+122
* 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-192-16/+15
* added util subpackage with auto_update_backups and update_backupsRafael H. Schloming2010-02-181-0/+56
* split messaging.py into multiple files and made qpid.messaging a packageRafael H. Schloming2010-02-187-0/+2316