summaryrefslogtreecommitdiff
path: root/python/qpid/driver.py
Commit message (Collapse)AuthorAgeFilesLines
* QPID-2292: added the redelivered flag to the message classRafael H. Schloming2009-12-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891794 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2287: added an address option for declaring queues with multiple bindingsRafael H. Schloming2009-12-171-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891537 13f79535-47bb-0310-9956-ffa450edef68
* better name for completion actionsRafael H. Schloming2009-11-161-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@880726 13f79535-47bb-0310-9956-ffa450edef68
* added address support for specifying node type and propertiesRafael H. Schloming2009-11-161-89/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@880720 13f79535-47bb-0310-9956-ffa450edef68
* added support for sender/receiver delete, made tests clean up after ↵Rafael H. Schloming2009-11-141-20/+51
| | | | | | themselves, split logging of raw bytes and unencoded ops into distinct categories git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@836200 13f79535-47bb-0310-9956-ffa450edef68
* switched SUBJECT and TO to use a qpid prefixRafael H. Schloming2009-11-121-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@835509 13f79535-47bb-0310-9956-ffa450edef68
* improved request/response performance by using an I/O based condition ↵Rafael H. Schloming2009-10-261-1/+1
| | | | | | instead of the default condition from the python threading module git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@829837 13f79535-47bb-0310-9956-ffa450edef68
* update the broker state so we avoid accidentally generating overlapping drainsRafael H. Schloming2009-10-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@829142 13f79535-47bb-0310-9956-ffa450edef68
* Make ppid optional; it's not available on WindowsStephen D. Huston2009-10-151-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@825359 13f79535-47bb-0310-9956-ffa450edef68
* added check for target and source being NoneRafael H. Schloming2009-10-111-4/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824144 13f79535-47bb-0310-9956-ffa450edef68
* fixed subscription to use subject if presentRafael H. Schloming2009-10-111-3/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824105 13f79535-47bb-0310-9956-ffa450edef68
* catch socket errors on write as well as readRafael H. Schloming2009-10-111-19/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824082 13f79535-47bb-0310-9956-ffa450edef68
* resent linked variable; fixed possible drain failure during reconnectRafael H. Schloming2009-10-111-6/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824024 13f79535-47bb-0310-9956-ffa450edef68
* made addresses not auto-create by default; added error handling and tests ↵Rafael H. Schloming2009-10-101-47/+129
| | | | | | for nonexist/invalid addresses; added logging for aborted connections; fixed spurious reattach git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@823890 13f79535-47bb-0310-9956-ffa450edef68
* added back exchange query on link establishment; added sender.sync()Rafael H. Schloming2009-09-241-49/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@818556 13f79535-47bb-0310-9956-ffa450edef68
* switched API over to select based driver; added address parserRafael H. Schloming2009-09-231-217/+447
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@818075 13f79535-47bb-0310-9956-ffa450edef68
* removed duplicate methodRafael H. Schloming2009-09-041-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@811508 13f79535-47bb-0310-9956-ffa450edef68
* fixed the wait logic for session closeRafael H. Schloming2009-09-041-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@811350 13f79535-47bb-0310-9956-ffa450edef68
* changed Lockable -> Waiter and switched its usage from has-a to is-a; also ↵Rafael H. Schloming2009-09-021-7/+6
| | | | | | fixed some more imports git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810573 13f79535-47bb-0310-9956-ffa450edef68
* fixed importRafael H. Schloming2009-09-021-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810511 13f79535-47bb-0310-9956-ffa450edef68
* split out driver and utility code from messaging.py; added _ to private ↵Rafael H. Schloming2009-09-021-0/+446
methods within messaging.py git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810508 13f79535-47bb-0310-9956-ffa450edef68