summaryrefslogtreecommitdiff
path: root/python/qpid/messaging
Commit message (Expand)AuthorAgeFilesLines
* QPID-6326 Don't automatically search for exchanges and queues with each requestErnest Allen2015-06-121-18/+33
* QPID-6297: Python client should reconnect after network glitchErnest Allen2015-06-101-1/+3
* QPID-6445: Revert the error checking code to *not* close, as this was causing...Ernest Allen2015-03-131-4/+0
* QPID-5799: provide notification callback for received messages.Ken Giusti2015-02-112-1/+20
* [QPID-5823]: Python client should create a node with name starting '\#', allo...Pavel Moravec2015-02-011-2/+5
* NO-JIRA: Fix qpid/python/qpid/messaging/driver.py to work on python 2.4.Alan Conway2014-09-041-2/+3
* QPID-5975: HA extra/missing messages when running qpid-txtest2 in a loop with...Alan Conway2014-08-283-4/+22
* 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-5923: check requested node type when handling deleteGordon Sim2014-07-241-3/+4
* QPID-5921: add missing clause to resolution logic for when only exchange exis...Gordon Sim2014-07-241-0/+5
* QPID-5888: transaction should always be aborted on failoverAlan Conway2014-07-181-0/+6
* QPID-5894: force cert checking if user specifically asks to verify the remote...Ken Giusti2014-07-182-0/+7
* [QPID-5823]: Python client should create a node with name starting '\#'Pavel Moravec2014-07-072-1/+12
* [QPID-5864]: [Python client] Provide better error description when SASL requi...Pavel Moravec2014-07-011-1/+5
* [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-5830: [Python client] Unable to create bindings on already existing brok...Pavel Moravec2014-06-181-15/+20
* QPID-5823: (reverting commit r1602820) Python client should create a node wit...Pavel Moravec2014-06-162-11/+8
* QPID-5823: Python client should create a node with name starting '\#'Pavel Moravec2014-06-162-8/+11
* 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-5773: back out non-functional recv path change from QPID-4872Ken Giusti2014-05-291-16/+7
* QPID-5557: allow disambiguation of node typeGordon Sim2014-02-241-7/+18
* QPID-5428: Heartbeats not in use when attempting to connect with python client.Alan Conway2014-01-091-18/+37
* 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-5183 Python client does not release acquired messages on consumer close ...Pavel Moravec2013-09-271-0/+14
* 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
* 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 implemenationsKen Giusti2013-05-231-1/+1
* QPID-4872: when retrying ssl reads or writes, use previous argumentsKen 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 certificateKen 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.Ken 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 propertyKen Giusti2011-11-171-0/+2