| Commit message (Expand) | Author | Age | Files | Lines |
* | moved tests/*.py underneath qpid/tests/*.py | Rafael H. Schloming | 2010-02-05 | 7 | -1419/+0 |
* | Modified to work on Windows; fixes QPID-2149. | Stephen D. Huston | 2009-10-20 | 1 | -2/+2 |
* | added some empty, min, and max to RangedSet | Rafael H. Schloming | 2009-09-17 | 1 | -0/+28 |
* | implemented reconnect and separated out the protocol driver from the messagin... | Rafael H. Schloming | 2009-08-20 | 1 | -0/+13 |
* | - removed old and redundent tests | Rafael H. Schloming | 2009-08-11 | 9 | -334/+57 |
* | use longs for large hex constant literals, this avoids scary looking warnings... | Rafael H. Schloming | 2009-03-25 | 1 | -5/+5 |
* | added support for encoding buffers | Rafael H. Schloming | 2009-03-06 | 1 | -0/+5 |
* | codec and unicode tests and fixes | Rafael H. Schloming | 2009-03-06 | 1 | -2/+14 |
* | ignore hearbeat controls rather than barfing on them, also permit the heartbe... | Rafael H. Schloming | 2009-01-08 | 1 | -5/+12 |
* | added codec tests for int64 | Rafael H. Schloming | 2008-11-11 | 1 | -0/+8 |
* | fixed potential race condition in qpid.util.listen; added asserts to internal... | Rafael H. Schloming | 2008-11-10 | 3 | -0/+3 |
* | added a timestamp class to qpid.datatypes and modified codec to use it for AM... | Rafael H. Schloming | 2008-11-10 | 2 | -8/+60 |
* | fixed a bug in int16 codec | Rafael H. Schloming | 2008-10-28 | 1 | -0/+4 |
* | Add ASL to everywhere, to everything. | Aidan Skinner | 2008-08-28 | 1 | -0/+18 |
* | Merged r685189 (specify literal as decimal for the sake of python 2.3) | Gordon Sim | 2008-08-12 | 1 | -1/+1 |
* | QPID-1143: added buffering, we now only issue one write per assembly | Rafael H. Schloming | 2008-06-16 | 1 | -0/+2 |
* | QPID-1142: made session.sync() always set the sync flag on execution_sync | Rafael H. Schloming | 2008-06-16 | 1 | -3/+17 |
* | load the old version of the spec file for old codec tests, removed unused tes... | Rafael H. Schloming | 2008-06-11 | 1 | -1/+1 |
* | QPID-947: added test for nested lists | Rafael H. Schloming | 2008-05-23 | 1 | -1/+5 |
* | QPID-947: added codec and tests for array and list types | Rafael H. Schloming | 2008-05-23 | 1 | -0/+27 |
* | QPID-947: Switched over to using proper RFC 1982 serial numbers. | Rafael H. Schloming | 2008-05-23 | 1 | -0/+33 |
* | 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 |