summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* QPID-804 : Fix Java Broker Python test failuresRobert Godfrey2008-02-261-9/+9
* Moved c++ to 0-9, based on a spec file with all the WIP stuff removed manuall...Gordon Sim2008-02-191-0/+76
* Merged revisions 594992-595694,595697-596350,596352-596362,596364-598327 via ...Rupert Smith2007-11-302-0/+132
* QPID-678 Test library is to strict. Protocol spec states that additional head...Martin Ritchie2007-11-071-1/+3
* QPID-610 : Fix for Get NO_ACK leak. The Java Client doesn't use get so augmen...Martin Ritchie2007-09-251-7/+44
* added release notesRajith Muditha Attapattu2007-07-201-0/+25
* Fixed failing python tests. The rather annoying way we unsubscribe subscriber...Martin Ritchie2007-05-171-2/+0
* Added test for channel.flowGordon Sim2007-05-091-0/+18
* Fixed cases where open channel was re-opened.Gordon Sim2007-02-211-6/+3
* Proper fix to race condition where connection-close is sent by server. Now ha...Gordon Sim2007-01-231-15/+9
* QPID-275 : Patch supplied by Rob Godfrey - Update list of expected failures i...Robert Greig2007-01-191-14/+0
* Locked Channel::close() due to race.Gordon Sim2007-01-181-7/+13
* Modified handling of reason for closing in peer to work around race between w...Gordon Sim2007-01-184-3/+7
* QPID-275 : (Patch supplied by Rob Godfrey) Fixes to allow broker to pass more...Robert Greig2007-01-102-16/+2
* use pythonized names to reference spec constantsRafael H. Schloming2007-01-041-11/+11
* add support for 0-9 style usage of the domain attribute, and added content pr...Rafael H. Schloming2007-01-041-3/+6
* File tidy-up for AMQP version code: Removed old XSLT files; moved cluster.asl...Kim van der Riet2006-12-222-2/+2
* Added license.Rafael H. Schloming2006-12-201-1/+19
* Simple setup.py scriptRafael H. Schloming2006-12-201-0/+7
* Changed assertTrue(x) to assertEquals(True, x) as older version od pyunit see...Gordon Sim2006-12-071-2/+2
* Adding license filesCarl C. Trieloff2006-11-292-0/+223
* Fixes for cleaning up behind tests that fail on re-run if broker is not resta...Gordon Sim2006-11-221-2/+2
* Some fixes and tests for bugs uncovered during testing of persistence.Gordon Sim2006-11-172-7/+43
* update Apache licenses to the current versionStephen Vinoski2006-11-1024-273/+393
* added default for timestampRafael H. Schloming2006-11-081-1/+2
* removed dead codeRafael H. Schloming2006-11-081-1/+0
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-081-1/+0
* Hid locking within exchange registry, switched to shared_ptr for exchanges, a...Gordon Sim2006-10-311-3/+33
* c++ broker now passes the basic tx testsGordon Sim2006-10-302-4/+29
* Added test for simple commit and rollback.Gordon Sim2006-10-174-0/+163
* Implementation of basic_get.Gordon Sim2006-10-112-2/+61
* Implementation and tests for basic_qos (i.e. prefetching)Gordon Sim2006-10-101-3/+94
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@450556...Alan Conway2006-09-275-35/+81
* Moved ack tests to basic class, added test for requeueing on recovery.Gordon Sim2006-09-272-44/+101
* Initial implementation of basic_ack & basic_recoverGordon Sim2006-09-271-0/+45
* Close channels on fatal errors to prevent hangs, provide useful stack trace.Alan Conway2006-09-251-0/+54
* Close channels on fatal errors to prevent hangs, provide useful stack trace.Alan Conway2006-09-252-7/+4
* Added tests for basic_cancel and for handling of invalid channel ids.Gordon Sim2006-09-222-0/+42
* Updated test for fix in broker to use un-named exchange as the default (rathe...Gordon Sim2006-09-221-2/+2
* Implemented topic pattern matching for the TopicExchange.Alan Conway2006-09-213-30/+67
* Import of qpid from etp:Rafael H. Schloming2006-09-1926-0/+3000