summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* removed Makefile and preppy script as they are now subsumed by setup.pyRafael H. Schloming2010-02-152-145/+0
* updated setup.py to backport annotations as well as properly install qpid_con...Rafael H. Schloming2010-02-152-3/+181
* moved qpid-* tools out of qpid/python into qpid/tools; moved qmf library into...Rafael H. Schloming2010-02-1426-13224/+4
* handle Control-CRafael H. Schloming2010-02-132-44/+52
* added count and print formatting options to drainRafael H. Schloming2010-02-131-4/+22
* QPID-2261: add async method call workitemsKenneth Anthony Giusti2010-02-125-74/+471
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-121-0/+21
* QPID-2261: add async query and schema prefetchKenneth Anthony Giusti2010-02-124-61/+840
* Consistent connection names across a cluster.Alan Conway2010-02-052-4/+2
* fixed setup.pyRafael H. Schloming2010-02-051-1/+11
* fixed Makefile to match new location of testsRafael H. Schloming2010-02-051-5/+1
* moved python/models to sandbox/modelsRafael H. Schloming2010-02-056-710/+0
* moved tests/*.py underneath qpid/tests/*.pyRafael H. Schloming2010-02-059-24/+6
* moved protocol tests from qpid/python to qpid/testsRafael H. Schloming2010-02-0525-5851/+3
* QPID-2261: add multi-msg query response support. Fix mailbox code to allow m...Kenneth Anthony Giusti2010-02-045-232/+546
* QPID-2261: 1) remove direct reference to schema in QmfData (use schema id ins...Kenneth Anthony Giusti2010-02-037-200/+327
* QPID-2261: add schema_id to object query target params. Add more testsKenneth Anthony Giusti2010-02-017-170/+549
* Added missing binding_key values to the headers bindings. This allows the bi...Ted Ross2010-02-011-2/+2
* QPID-2365 - Reroute messages from a queue featureTed Ross2010-01-291-0/+69
* removed extraneous cruftRafael H. Schloming2010-01-293-216/+0
* added reconnect_delay, reconnect_limit, and backups option to ConnectionRafael H. Schloming2010-01-295-21/+91
* QPID-2261: Rework query impl to use list-based approachKenneth Anthony Giusti2010-01-287-213/+264
* 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
* QPID-2261: make code compliant with Python PEP-8 styleKenneth Anthony Giusti2010-01-278-106/+104
* QPID-2261: add wait in tests for agent setup to completeKenneth Anthony Giusti2010-01-275-77/+102
* 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
* updated todoRafael H. Schloming2010-01-271-0/+4
* fixed subject overrideRafael H. Schloming2010-01-262-4/+14
* QPID-2261: checkpoint qmfv2 python apiKenneth Anthony Giusti2010-01-266-246/+520
* QPID-2261: merge qmfv2 latest into trunk (revs 902858 & 902894)Kenneth Anthony Giusti2010-01-2512-0/+6576
* 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-222-0/+10
* removed imports so that the old spec doesn't need to be parsedRafael H. Schloming2010-01-216-7/+3
* 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
* Removed import of 'io' module for pre-Python-2.6 compatibilityTed Ross2010-01-081-2/+1
* QPID-2327 - Enhance qpid-config to deal with xml and headers brokersTed Ross2010-01-071-3/+81
* 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