summaryrefslogtreecommitdiff
path: root/python/qpid/messaging.py
Commit message (Expand)AuthorAgeFilesLines
* QPID-2292: added the redelivered flag to the message classRafael H. Schloming2009-12-171-0/+1
* workaround for ptol failuresRafael H. Schloming2009-12-011-0/+3
* Added a simple workaround for the python client to handle the "text/plain" co...Rajith Muditha Attapattu2009-12-011-0/+2
* Handle empty (rather than null) content type as sent by c++ clientGordon Sim2009-11-201-0/+1
* added support for sender/receiver delete, made tests clean up after themselve...Rafael H. Schloming2009-11-141-5/+8
* removed start/stopRafael H. Schloming2009-11-141-83/+31
* removed listeners in favor of next_receiverRafael H. Schloming2009-11-121-44/+11
* improved request/response performance by using an I/O based condition instead...Rafael H. Schloming2009-10-261-2/+2
* use ewait on message fetch; added optional args to message constructor and im...Rafael H. Schloming2009-10-111-14/+42
* added durable and reconnect options to the testsRafael H. Schloming2009-10-111-5/+9
* resent linked variable; fixed possible drain failure during reconnectRafael H. Schloming2009-10-111-5/+3
* made addresses not auto-create by default; added error handling and tests for...Rafael H. Schloming2009-10-101-7/+30
* added back exchange query on link establishment; added sender.sync()Rafael H. Schloming2009-09-241-11/+17
* switched API over to select based driver; added address parserRafael H. Schloming2009-09-231-3/+10
* fixed the wait logic for session closeRafael H. Schloming2009-09-041-2/+4
* removed final use of catchupRafael H. Schloming2009-09-031-16/+1
* added timeout option to sendRafael H. Schloming2009-09-031-3/+11
* changed Lockable -> Waiter and switched its usage from has-a to is-a; also fi...Rafael H. Schloming2009-09-021-16/+20
* fixed importRafael H. Schloming2009-09-021-1/+0
* split out driver and utility code from messaging.py; added _ to private metho...Rafael H. Schloming2009-09-021-540/+77
* added sync flag to acknowledge and ack_capcity to SessionRafael H. Schloming2009-09-021-3/+16
* added missing names to __all__Rafael H. Schloming2009-09-011-2/+4
* added async send to the API; minor doc updatesRafael H. Schloming2009-08-311-4/+40
* added make doc; modified @synchronized to preserve docstrings and argnamesRafael H. Schloming2009-08-271-8/+18
* added an assertion to check that credit constraints are not violated, and cor...Rafael H. Schloming2009-08-271-1/+3
* fallback to format_exception for python 2.3Rafael H. Schloming2009-08-251-2/+2
* candidate fix for messages sent on unlinked sendersRafael H. Schloming2009-08-241-2/+8
* added some test assertions; modified driver/client interaction for drain; and...Rafael H. Schloming2009-08-241-30/+39
* fixed some more channel attribute errors; eliminated most uses of catchup in ...Rafael H. Schloming2009-08-211-22/+36
* implemented reconnect and separated out the protocol driver from the messagin...Rafael H. Schloming2009-08-201-244/+548
* - removed old and redundent testsRafael H. Schloming2009-08-111-13/+16
* added a ConnectError exceptionRafael H. Schloming2009-07-161-2/+8
* Added commit and rollback to the Session API and streamlined some test utilit...Rafael H. Schloming2009-06-041-6/+58
* added receiver capacity and testsRafael H. Schloming2009-06-021-7/+27
* modified start and stop to function independently of fetch vs listen, added R...Rafael H. Schloming2009-06-021-9/+13
* removed unused attributedRafael H. Schloming2009-06-021-1/+0
* removed another turnary ifRafael H. Schloming2009-06-021-1/+4
* removed another turnary ifRafael H. Schloming2009-06-021-1/+4
* removed another turnary ifRafael H. Schloming2009-06-021-1/+4
* first commit of new messaging API and test harnessRafael H. Schloming2009-06-021-0/+807