summaryrefslogtreecommitdiff
path: root/qpid/python/qpid/driver.py
Commit message (Expand)AuthorAgeFilesLines
* split messaging.py into multiple files and made qpid.messaging a packageRafael H. Schloming2010-02-181-1035/+0
* fixed subject defaulting and added testRafael H. Schloming2010-02-171-2/+8
* only cache addresses that existRafael H. Schloming2010-02-171-1/+2
* added caching for resolved addressesRafael H. Schloming2010-02-171-18/+69
* added support for browsingRafael H. Schloming2010-02-171-28/+44
* tweaks to linkRafael H. Schloming2010-02-171-13/+12
* combined duplicate logic between link_in/link_outRafael H. Schloming2010-02-171-131/+115
* changed sender/receiver to be synchronous by default when invoked on a connec...Rafael H. Schloming2010-02-161-0/+4
* added reconnect_delay, reconnect_limit, and backups option to ConnectionRafael H. Schloming2010-01-291-14/+35
* correctly default service attributeRafael H. Schloming2010-01-271-4/+2
* changed mechanisms from string to listRafael H. Schloming2010-01-271-1/+2
* default service to hostRafael H. Schloming2010-01-271-2/+3
* added API support for saslwrapperRafael H. Schloming2010-01-271-6/+37
* fixed subject overrideRafael H. Schloming2010-01-261-4/+3
* verify that bindings are only specified for queuesRafael H. Schloming2010-01-251-3/+11
* corrected validation againRafael H. Schloming2010-01-251-2/+1
* corrected validationRafael H. Schloming2010-01-251-2/+2
* made bindings additive, improved message level loggingRafael H. Schloming2010-01-221-23/+43
* added boolean literals to java & python address parser; added validation to p...Rafael H. Schloming2010-01-221-9/+39
* fixed bug in destination/receiver correlationRafael H. Schloming2010-01-191-13/+19
* added connection and session address to log statementsRafael H. Schloming2010-01-191-6/+7
* 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