| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-1055: use int64 for encoding python both python int and longs; this ensu... | Rafael H. Schloming | 2008-05-13 | 1 | -1/+1 |
| * | QPID-947: added handler for known_completed and generate known_completed when... | Rafael H. Schloming | 2008-05-12 | 1 | -0/+28 |
| * | QPID-1045: always notify incoming message queues of session closure and provi... | Rafael H. Schloming | 2008-05-09 | 1 | -2/+66 |
| * | QPID-979: added convenience accessors for headers | Rafael H. Schloming | 2008-05-07 | 1 | -0/+53 |
| * | QPID-1033: made loading of the spec file not fail if the results cannot be ca... | Rafael H. Schloming | 2008-05-06 | 1 | -0/+12 |
| * | QPID-979: added backwards compatible uuid to qpid.datatypes | Rafael H. Schloming | 2008-04-29 | 1 | -0/+9 |
| * | QPID-947: update cpp and python management to 0-10 final | Rafael H. Schloming | 2008-04-22 | 2 | -2/+2 |
| * | fixed encode/decode of structs in command/control arguments to include the ty... | Rafael H. Schloming | 2008-04-14 | 1 | -1/+9 |
| * | renamed datatypes.Struct.type -> datatypes.Struct._type; this avoids naming c... | Rafael H. Schloming | 2008-03-10 | 2 | -8/+12 |
| * | added support for maps | Rafael H. Schloming | 2008-03-07 | 2 | -0/+58 |
| * | added session.sync(); session.auto_sync; made transfers not auto-complete; fi... | Rafael H. Schloming | 2008-03-07 | 2 | -0/+12 |
| * | added codec for sequence_set; added id to Message; RangeSet -> RangedSet; add... | Rafael H. Schloming | 2008-03-06 | 1 | -3/+3 |
| * | added incoming queues for messages; altered session dispatch to send entire a... | Rafael H. Schloming | 2008-03-05 | 1 | -13/+11 |
| * | import of in-process 0-10 final python client | Rafael H. Schloming | 2008-03-04 | 6 | -0/+462 |
| * | put queue listeners in their own thread | Rafael H. Schloming | 2008-02-25 | 1 | -23/+18 |
| * | added imports to test module __init__.pys | Rafael H. Schloming | 2008-01-24 | 1 | -0/+4 |
| * | Enabled packed struct encoding in python, cpp, and java. Also fixed computati... | Rafael H. Schloming | 2007-10-14 | 1 | -3/+3 |
| * | added support for 0-10 field table encoding | Rafael H. Schloming | 2007-09-27 | 1 | -7/+0 |
| * | made codec.py load the spec file on demand | Rafael H. Schloming | 2007-08-21 | 1 | -3/+9 |
| * | Permit skipping of self tests and specify a folder for the spec file. Patch i... | Rafael H. Schloming | 2007-08-20 | 2 | -7/+8 |
| * | added support for unpacked structs and execution.result | Rafael H. Schloming | 2007-08-10 | 1 | -2/+5 |
| * | added support for parsing structs and results into the spec metadata | Rafael H. Schloming | 2007-08-09 | 1 | -0/+56 |
| * | Some initial 0-10 support including placeholders for new domains, use of exec... | Gordon Sim | 2007-07-24 | 1 | -7/+0 |
| * | added listener support to queues, also added support for non version specific... | Rafael H. Schloming | 2007-05-30 | 3 | -0/+707 |
| * | removed python/tests: replaced by tests_0-8/tests_0-9 | Alan Conway | 2007-03-21 | 9 | -2112/+0 |
| * | Merged revisions 507491-507559,507561-507601,507603-507621,507623-507671,5076... | Alan Conway | 2007-03-19 | 2 | -40/+177 |
| * | Merged revisions 504601-504602,504604-504609,504611-504702,504704-504707,5047... | Alan Conway | 2007-03-19 | 2 | -22/+66 |
| * | Merged revisions 504590 via svnmerge from | Alan Conway | 2007-03-19 | 1 | -0/+64 |
| * | * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ... | Alan Conway | 2007-03-19 | 2 | -26/+44 |
| * | Merged revisions 501143 via svnmerge from | Alan Conway | 2007-03-19 | 1 | -0/+397 |
| * | Merged revisions 501025 via svnmerge from | Alan Conway | 2007-03-19 | 1 | -1/+1 |
| * | Merged revisions 500305 via svnmerge from | Alan Conway | 2007-03-16 | 6 | -115/+98 |
| * | Merged revisions 496593 via svnmerge from | Alan Conway | 2007-03-16 | 1 | -2/+2 |
| * | Fixed cases where open channel was re-opened. | Gordon Sim | 2007-02-21 | 1 | -6/+3 |
| * | Modified handling of reason for closing in peer to work around race between w... | Gordon Sim | 2007-01-18 | 2 | -3/+4 |
| * | QPID-275 : (Patch supplied by Rob Godfrey) Fixes to allow broker to pass more... | Robert Greig | 2007-01-10 | 1 | -2/+2 |
| * | Changed assertTrue(x) to assertEquals(True, x) as older version od pyunit see... | Gordon Sim | 2006-12-07 | 1 | -2/+2 |
| * | Fixes for cleaning up behind tests that fail on re-run if broker is not resta... | Gordon Sim | 2006-11-22 | 1 | -2/+2 |
| * | Some fixes and tests for bugs uncovered during testing of persistence. | Gordon Sim | 2006-11-17 | 1 | -1/+37 |
| * | update Apache licenses to the current version | Stephen Vinoski | 2006-11-10 | 8 | -91/+131 |
| * | More reorg to separate APR/posix code, work in progress. | Alan Conway | 2006-11-08 | 1 | -1/+0 |
| * | Hid locking within exchange registry, switched to shared_ptr for exchanges, a... | Gordon Sim | 2006-10-31 | 1 | -3/+33 |
| * | c++ broker now passes the basic tx tests | Gordon Sim | 2006-10-30 | 1 | -2/+29 |
| * | Added test for simple commit and rollback. | Gordon Sim | 2006-10-17 | 1 | -0/+143 |
| * | Implementation of basic_get. | Gordon Sim | 2006-10-11 | 2 | -2/+61 |
| * | Implementation and tests for basic_qos (i.e. prefetching) | Gordon Sim | 2006-10-10 | 1 | -3/+94 |
| * | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@450556 13f7... | Alan Conway | 2006-09-27 | 2 | -18/+67 |
| * | Moved ack tests to basic class, added test for requeueing on recovery. | Gordon Sim | 2006-09-27 | 2 | -44/+101 |
| * | Initial implementation of basic_ack & basic_recover | Gordon Sim | 2006-09-27 | 1 | -0/+45 |
| * | Close channels on fatal errors to prevent hangs, provide useful stack trace. | Alan Conway | 2006-09-25 | 1 | -0/+54 |