| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Change to start execution mark at -1 | Gordon Sim | 2007-09-26 | 1 | -8/+12 |
| * | Use octet each for class and method id (changed c++ and python) | Gordon Sim | 2007-09-21 | 6 | -17/+35 |
| * | Fixed (il)logic in timeout management when waiting for completion. | Gordon Sim | 2007-09-19 | 1 | -2/+2 |
| * | made testlib use session_open for 0-10 | Rafael H. Schloming | 2007-09-18 | 1 | -1/+5 |
| * | Use frameset begin/end flags for determining frameset boundaries. | Gordon Sim | 2007-09-13 | 1 | -1/+16 |
| * | In ClientChannel: Use subscribe and flush in place of get; use per-subscriber... | Gordon Sim | 2007-09-12 | 1 | -0/+9 |
| * | * Python: reinstated 0-8 framing in parallel with the new 0-10 framing | Andrew Stitcher | 2007-09-12 | 1 | -3/+33 |
| * | * python/qpid/codec.py | Andrew Stitcher | 2007-09-12 | 2 | -4/+26 |
| * | Initial implementation (plus very simple tests) of message.acquire, message.r... | Gordon Sim | 2007-09-03 | 2 | -0/+4 |
| * | Updated message.transfer encoding to use header and content segments (includi... | Gordon Sim | 2007-08-28 | 3 | -10/+5 |
| * | added support for 0-10 style header encoding | Rafael H. Schloming | 2007-08-22 | 5 | -16/+107 |
| * | made -i and -I support pattern matches | Rafael H. Schloming | 2007-08-21 | 1 | -2/+5 |
| * | Refresh of transitional xml to more closely reflect latest specification | Gordon Sim | 2007-08-21 | 2 | -4/+12 |
| * | Permit skipping of self tests and specify a folder for the spec file. Patch i... | Rafael H. Schloming | 2007-08-20 | 1 | -6/+23 |
| * | added support for unpacked structs and execution.result | Rafael H. Schloming | 2007-08-10 | 8 | -14/+90 |
| * | split invoke out into two distinct version specific impls | Rafael H. Schloming | 2007-08-09 | 1 | -28/+33 |
| * | removed extraneous whitespace | Rafael H. Schloming | 2007-08-09 | 1 | -11/+7 |
| * | removed extraneous whitespace | Rafael H. Schloming | 2007-08-09 | 1 | -13/+13 |
| * | added support for parsing structs and results into the spec metadata | Rafael H. Schloming | 2007-08-09 | 1 | -11/+49 |
| * | Fixed syntax error in handling of timeouts. | Gordon Sim | 2007-08-09 | 1 | -1/+1 |
| * | Timeout after waiting for completion that doesn't arrive. | Gordon Sim | 2007-08-08 | 1 | -3/+5 |
| * | Some restructuring of the client code: | Gordon Sim | 2007-08-02 | 3 | -9/+5 |
| * | added an explicit upper bound check for longs | Rafael H. Schloming | 2007-07-27 | 1 | -2/+4 |
| * | Use execution layer to acknowledge messages. | Gordon Sim | 2007-07-27 | 4 | -22/+95 |
| * | Changed use of Event to directly use Condition to workaround problems on othe... | Gordon Sim | 2007-07-26 | 1 | -12/+20 |
| * | Removed unused regex. | Rafael H. Schloming | 2007-07-24 | 1 | -3/+0 |
| * | Some initial 0-10 support including placeholders for new domains, use of exec... | Gordon Sim | 2007-07-24 | 4 | -13/+46 |
| * | Added a better XML library. | Rafael H. Schloming | 2007-07-23 | 2 | -139/+19 |
| * | Applied a modified version of the range checking patch from QPID-498. | Rafael H. Schloming | 2007-07-23 | 2 | -18/+142 |
| * | Added initial 'execution-layer' to try out methods form the 0-10 execution cl... | Gordon Sim | 2007-07-23 | 2 | -0/+33 |
| * | Some tests and fixes for dtx preview. | Gordon Sim | 2007-06-05 | 2 | -11/+13 |
| * | disabled the tests directory until the failures are fixed | Rafael H. Schloming | 2007-05-31 | 1 | -1/+1 |
| * | tests moved to test directory | Rafael H. Schloming | 2007-05-30 | 1 | -38/+0 |
| * | added listener support to queues, also added support for non version specific... | Rafael H. Schloming | 2007-05-30 | 3 | -13/+35 |
| * | Load domain docs into the python spec structure. | Rafael H. Schloming | 2007-05-30 | 1 | -9/+38 |
| * | * python/qpid/*.py:: apply 0-9 changes missed by merge. | Alan Conway | 2007-03-21 | 3 | -8/+19 |
| * | * cpp-0-9: svn copy of 0-9 branch cpp, will rename to cpp on next update. | Alan Conway | 2007-03-21 | 1 | -5/+3 |
| * | Merged revisions 507491-507559,507561-507601,507603-507621,507623-507671,5076... | Alan Conway | 2007-03-19 | 6 | -29/+56 |
| * | Merged revisions 504601-504602,504604-504609,504611-504702,504704-504707,5047... | Alan Conway | 2007-03-19 | 1 | -0/+4 |
| * | Merged revisions 504590 via svnmerge from | Alan Conway | 2007-03-19 | 5 | -14/+192 |
| * | * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ... | Alan Conway | 2007-03-19 | 2 | -1/+10 |
| * | * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ... | Alan Conway | 2007-03-19 | 2 | -47/+67 |
| * | * python/qpid/client.py (Client.__init__): Use "/" as default vhost. | Alan Conway | 2007-03-19 | 1 | -1/+1 |
| * | * python/qpid/testlib.py: | Alan Conway | 2007-03-17 | 1 | -15/+35 |
| * | Merged revisions 500305 via svnmerge from | Alan Conway | 2007-03-16 | 4 | -16/+25 |
| * | * python/tests_0-8/*: copy of python/tests to preserve 0-8 version of tests. | Alan Conway | 2007-03-16 | 1 | -4/+12 |
| * | Merged revisions 496593 via svnmerge from | Alan Conway | 2007-03-16 | 7 | -212/+380 |
| * | Proper fix to race condition where connection-close is sent by server. Now ha... | Gordon Sim | 2007-01-23 | 1 | -15/+9 |
| * | Locked Channel::close() due to race. | Gordon Sim | 2007-01-18 | 1 | -7/+13 |
| * | Modified handling of reason for closing in peer to work around race between w... | Gordon Sim | 2007-01-18 | 1 | -0/+2 |