summaryrefslogtreecommitdiff
path: root/python/qpid
Commit message (Expand)AuthorAgeFilesLines
* fixed reconnectRafael H. Schloming2010-02-261-4/+4
* split engine into a separate classRafael H. Schloming2010-02-262-107/+122
* move reconnect logic away from engine portion of the driverRafael H. Schloming2010-02-251-44/+81
* removed redundant state flagRafael H. Schloming2010-02-221-3/+1
* removed redundant notifyRafael H. Schloming2010-02-221-1/+0
* start to split engine logic from transport logicRafael H. Schloming2010-02-221-48/+57
* moved Pattern into driverRafael H. Schloming2010-02-192-16/+15
* remove extra dots from filenames so as not to confuse windowsRafael H. Schloming2010-02-186-5/+6
* added util subpackage with auto_update_backups and update_backupsRafael H. Schloming2010-02-181-0/+56
* fixed importsRafael H. Schloming2010-02-182-1/+1
* split messaging.py into multiple files and made qpid.messaging a packageRafael H. Schloming2010-02-1812-410/+559
* fixed subject defaulting and added testRafael H. Schloming2010-02-172-2/+21
* only cache addresses that existRafael H. Schloming2010-02-171-1/+2
* added caching for resolved addressesRafael H. Schloming2010-02-171-18/+69
* filled out some missing api-docRafael H. Schloming2010-02-171-5/+5
* added support for browsingRafael H. Schloming2010-02-172-28/+66
* fixed address syntax error in docsRafael H. Schloming2010-02-171-1/+1
* tweaks to linkRafael H. Schloming2010-02-171-13/+12
* combined duplicate logic between link_in/link_outRafael H. Schloming2010-02-171-131/+115
* fixed spurious delay in testRafael H. Schloming2010-02-171-2/+7
* changed sender/receiver to be synchronous by default when invoked on a connec...Rafael H. Schloming2010-02-163-36/+58
* capture and report socket errorsRafael H. Schloming2010-02-161-2/+4
* more futzing with setup.py; pulled specs into python/qpid packageRafael H. Schloming2010-02-1510-112/+16227
* moved tests/*.py underneath qpid/tests/*.pyRafael H. Schloming2010-02-057-0/+1401
* added reconnect_delay, reconnect_limit, and backups option to ConnectionRafael H. Schloming2010-01-292-15/+39
* correctly default service attributeRafael H. Schloming2010-01-271-4/+2
* Test for management + cluster: run management tools in parallel with regular ...Alan Conway2010-01-271-32/+85
* 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-273-13/+142
* fixed subject overrideRafael H. Schloming2010-01-262-4/+14
* verify that bindings are only specified for queuesRafael H. Schloming2010-01-253-7/+46
* 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-222-23/+84
* added boolean literals to java & python address parser; added validation to p...Rafael H. Schloming2010-01-225-13/+147
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-0/+6
* removed imports so that the old spec doesn't need to be parsedRafael H. Schloming2010-01-215-6/+2
* only import the subprocess module when neededRafael H. Schloming2010-01-201-1/+3
* modified address test suite to work against external address parserRafael H. Schloming2010-01-202-12/+110
* fixed bug in destination/receiver correlationRafael H. Schloming2010-01-193-20/+51
* added connection and session address to log statementsRafael H. Schloming2010-01-192-7/+9
* Added support for extended properties in the broker test frameworkKim van der Riet2010-01-191-10/+23
* Minor cluster test fixes.Alan Conway2010-01-061-2/+2
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-061-10/+1
* Don't hold up broker initialization for cluster initialization.Alan Conway2010-01-061-5/+25
* QPID-2318Ted Ross2010-01-051-2/+4
* merged documentation and address changes from rnr branchRafael H. Schloming2010-01-053-14/+197
* QPID-2318 - qpid-tool does not seem to issue session acknowledgementsTed Ross2010-01-041-0/+2
* QPID-2292: added the redelivered flag to the message classRafael H. Schloming2009-12-172-0/+2