summaryrefslogtreecommitdiff
path: root/python/qpid/driver.py
Commit message (Expand)AuthorAgeFilesLines
* QPID-2292: added the redelivered flag to the message classRafael H. Schloming2009-12-171-0/+1
* QPID-2287: added an address option for declaring queues with multiple bindingsRafael H. Schloming2009-12-171-1/+13
* better name for completion actionsRafael H. Schloming2009-11-161-6/+6
* added address support for specifying node type and propertiesRafael H. Schloming2009-11-161-89/+101
* added support for sender/receiver delete, made tests clean up after themselve...Rafael H. Schloming2009-11-141-20/+51
* switched SUBJECT and TO to use a qpid prefixRafael H. Schloming2009-11-121-4/+7
* improved request/response performance by using an I/O based condition instead...Rafael H. Schloming2009-10-261-1/+1
* update the broker state so we avoid accidentally generating overlapping drainsRafael H. Schloming2009-10-231-0/+1
* Make ppid optional; it's not available on WindowsStephen D. Huston2009-10-151-1/+6
* added check for target and source being NoneRafael H. Schloming2009-10-111-4/+14
* fixed subscription to use subject if presentRafael H. Schloming2009-10-111-3/+10
* catch socket errors on write as well as readRafael H. Schloming2009-10-111-19/+24
* resent linked variable; fixed possible drain failure during reconnectRafael H. Schloming2009-10-111-6/+15
* made addresses not auto-create by default; added error handling and tests for...Rafael H. Schloming2009-10-101-47/+129
* added back exchange query on link establishment; added sender.sync()Rafael H. Schloming2009-09-241-49/+56
* switched API over to select based driver; added address parserRafael H. Schloming2009-09-231-217/+447
* removed duplicate methodRafael H. Schloming2009-09-041-3/+0
* fixed the wait logic for session closeRafael H. Schloming2009-09-041-0/+1
* changed Lockable -> Waiter and switched its usage from has-a to is-a; also fi...Rafael H. Schloming2009-09-021-7/+6
* fixed importRafael H. Schloming2009-09-021-0/+1
* split out driver and utility code from messaging.py; added _ to private metho...Rafael H. Schloming2009-09-021-0/+446