summaryrefslogtreecommitdiff
path: root/qpid/python
Commit message (Expand)AuthorAgeFilesLines
* QPID-2261: fix path to modules.qmfv2Kenneth Anthony Giusti2010-01-256-32/+50
* Move the QMFv2 implementation to its own directory.Kenneth Anthony Giusti2010-01-2511-0/+6558
* QPID-2261: check in the qmf python tests.Kenneth Anthony Giusti2010-01-215-0/+1425
* QPID-2261: Checkpoint initial (brain-dead) event implementation.Kenneth Anthony Giusti2010-01-214-36/+361
* JIRA QPID-2261Kenneth Anthony Giusti2010-01-205-132/+351
* QPID-2261 - Branch patch from Ken GiustiTed Ross2010-01-155-402/+995
* QPID-2261 - Patch from Ken Giusti committed to the qmfv2 branch.Ted Ross2010-01-115-1526/+1199
* QPID-2261 - Ken G's patch applied to the qmfv2 branchTed Ross2009-12-225-308/+740
* Rebased the qmfv2 branch to trunk version 892277.Ted Ross2009-12-188-40/+104
* QPID-2261 - Applied patch from Ken GiustiTed Ross2009-12-165-261/+624
* QPID-2261 - Branch patch from Ken GiustiTed Ross2009-12-143-89/+427
* QPID-2261 - Patch from Ken GiustiTed Ross2009-12-105-0/+3191
* QPID-2245 patch (applied to qmfv2 branch).Ted Ross2009-12-102-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
* fixed unicode and hex escapes to allow a-fA-F, and added testsRafael H. Schloming2009-11-132-7/+39
* changed address syntax to permit more complex subjects, added escaping, impro...Rafael H. Schloming2009-11-134-65/+209
* No need to import from testrunner; allows this to run on Windows as well.Stephen D. Huston2009-11-131-1/+2
* QPID-2198 - Moved SASL wrapper out of the cpp area and removed "qpid" from it...Ted Ross2009-11-121-2/+2
* replace gethostbyname() with getaddrinfo(), which supports IPv6 addresses and...Nuno Santos2009-11-121-1/+1
* switched SUBJECT and TO to use a qpid prefixRafael H. Schloming2009-11-121-4/+7
* replace gethostbyname() with getaddrinfo(), which supports IPv6 addresses and...Nuno Santos2009-11-122-3/+3
* removed listeners in favor of next_receiverRafael H. Schloming2009-11-122-60/+40
* Removed "finally" clause from top-level try which is incompatible with older ...Ted Ross2009-11-111-2/+0
* Added full SASL authentication and security layer for the Python client.Ted Ross2009-11-115-26/+126
* Moved brokertest.py to python directory.Alan Conway2009-11-101-0/+393
* permit hash and star as part of the addressRafael H. Schloming2009-11-103-2/+37