summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-2318Ted Ross2010-01-052-2/+6
* merged documentation and address changes from rnr branchRafael H. Schloming2010-01-055-16/+200
* QPID-2318 - qpid-tool does not seem to issue session acknowledgementsTed Ross2010-01-041-0/+2
* Upped qpid version to 0.7 for next development cycleAndrew Stitcher2010-01-041-1/+1
* QPID-2292: added the redelivered flag to the message classRafael H. Schloming2009-12-172-0/+2
* QPID-2287: added an address option for declaring queues with multiple bindingsRafael H. Schloming2009-12-172-1/+35
* QPID-2286: added list support to address parserRafael H. Schloming2009-12-172-2/+56
* QPID-2285: added a PYTHONPATH to the epydoc command line of the makefile, thi...Rafael H. Schloming2009-12-171-1/+1
* updated todo listRafael H. Schloming2009-12-151-32/+5
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-4/+5
* QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5Ted Ross2009-12-112-39/+9
* split out some of the generic parsing stuff in the address parser, and added ...Rafael H. Schloming2009-12-098-138/+416
* QPID-2253 - Cluster node shuts down with inconsistent error.Alan Conway2009-12-091-7/+2
* QPID-2249 Python Headers Exchange ExampleTed Ross2009-12-086-0/+362
* Fix test race condition that was causing the test to hang.Alan Conway2009-12-021-15/+33
* workaround for ptol failuresRafael H. Schloming2009-12-012-1/+4
* Added a simple workaround for the python client to handle the "text/plain" co...Rajith Muditha Attapattu2009-12-011-0/+2
* Improved error messages in brokertest framework.Alan Conway2009-11-261-12/+43
* Cluster consistency: check for no clean store condition.Alan Conway2009-11-261-2/+2
* Consistency checks for persistent cluster startup.Alan Conway2009-11-251-12/+14
* Change java and python package versions to 0.6Andrew Stitcher2009-11-251-1/+1
* Added flow control to failover_test in cluster_tests.py.Alan Conway2009-11-241-4/+30
* Support for restarting a persistent cluster.Alan Conway2009-11-241-21/+40
* Handle empty (rather than null) content type as sent by c++ clientGordon Sim2009-11-201-0/+1
* In exchange-bound, set queue-not-found correctly even if exchange is not found.Gordon Sim2009-11-191-2/+14
* fix handling of localhost ipv6 address when using getaddrinfoNuno Santos2009-11-182-2/+3
* Improved exception handling in brokertest.Broker.Alan Conway2009-11-181-1/+1
* Provide default for brokertest.py OUTDIR define.Alan Conway2009-11-181-2/+3
* Added cluster option --cluster-size.Alan Conway2009-11-181-16/+10
* Refactor qpid-cluster script with main() to be callable from python.Alan Conway2009-11-181-118/+118
* added another create exchange testRafael H. Schloming2009-11-161-9/+25
* better name for completion actionsRafael H. Schloming2009-11-161-6/+6
* added address support for specifying node type and propertiesRafael H. Schloming2009-11-165-94/+170
* added support for sender/receiver delete, made tests clean up after themselve...Rafael H. Schloming2009-11-143-69/+151
* removed start/stopRafael H. Schloming2009-11-142-133/+40
* used cross-platform file modesRafael H. Schloming2009-11-131-2/+2