| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | removed circular from imports | Rafael H. Schloming | 2007-08-22 | 2 | -5/+5 |
| * | added support for 0-10 style header encoding | Rafael H. Schloming | 2007-08-22 | 6 | -18/+110 |
| * | 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 | 10 | -75/+85 |
| * | 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 | 3 | -13/+31 |
| * | added support for unpacked structs and execution.result | Rafael H. Schloming | 2007-08-10 | 11 | -28/+139 |
| * | Broker management of message acknowledgements now runs entirely off execution... | Gordon Sim | 2007-08-10 | 1 | -0/+138 |
| * | 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 | 2 | -11/+105 |
| * | 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 future imports for jython | Rafael H. Schloming | 2007-08-01 | 1 | -0/+4 |
| * | Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44... | Martin Ritchie | 2007-07-31 | 1 | -0/+25 |
| * | 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 | 10 | -62/+178 |
| * | Changed use of Event to directly use Condition to workaround problems on othe... | Gordon Sim | 2007-07-26 | 1 | -12/+20 |
| * | made query[...] support both navigation and filtering | Rafael H. Schloming | 2007-07-25 | 1 | -20/+33 |
| * | Made attributes queryable. | Rafael H. Schloming | 2007-07-24 | 1 | -9/+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 | 20 | -21/+3283 |
| * | Added a better XML library. | Rafael H. Schloming | 2007-07-23 | 6 | -139/+632 |
| * | Applied a modified version of the range checking patch from QPID-498. | Rafael H. Schloming | 2007-07-23 | 2 | -18/+142 |
| * | Added extra test for new execution layer methods. | Gordon Sim | 2007-07-23 | 1 | -0/+29 |
| * | Added initial 'execution-layer' to try out methods form the 0-10 execution cl... | Gordon Sim | 2007-07-23 | 3 | -1/+34 |
| * | fix 0-8 cancel test also | Carl C. Trieloff | 2007-07-17 | 1 | -3/+4 |
| * | fixed raise issue in test | Carl C. Trieloff | 2007-07-17 | 1 | -4/+5 |
| * | cancel test assumes threading model -- added sleep, once we move to 0-10 shou... | Carl C. Trieloff | 2007-07-17 | 1 | -2/+2 |
| * | Changes to python tests for QPID-533 and QPID-407. | Gordon Sim | 2007-07-03 | 3 | -4/+45 |
| * | Fixes and tests: | Gordon Sim | 2007-06-27 | 1 | -0/+69 |
| * | Added preview of exchange- and binding- query methods that have been approved... | Gordon Sim | 2007-06-27 | 1 | -0/+155 |
| * | Timeout handling for dtx, plus tests. | Gordon Sim | 2007-06-08 | 1 | -0/+47 |
| * | Merged in channel.flow implementation and interoperability tests. | Gordon Sim | 2007-06-06 | 1 | -0/+17 |
| * | Some tests and fixes for dtx preview. | Gordon Sim | 2007-06-05 | 4 | -13/+557 |
| * | 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 | 6 | -13/+742 |
| * | example mods | Rafael H. Schloming | 2007-05-30 | 1 | -2/+2 |
| * | Load domain docs into the python spec structure. | Rafael H. Schloming | 2007-05-30 | 1 | -9/+38 |
| * | removed python/tests: replaced by tests_0-8/tests_0-9 | Alan Conway | 2007-03-21 | 9 | -2112/+0 |
| * | * python/qpid/*.py:: apply 0-9 changes missed by merge. | Alan Conway | 2007-03-21 | 4 | -11/+22 |
| * | * cpp-0-9: svn copy of 0-9 branch cpp, will rename to cpp on next update. | Alan Conway | 2007-03-21 | 11 | -6/+2166 |
| * | * python/cpp_failing_0-8.txt,java_failing_0-8.txt: updated to current failures | Alan Conway | 2007-03-19 | 3 | -0/+0 |
| * | Merged revisions 507491-507559,507561-507601,507603-507621,507623-507671,5076... | Alan Conway | 2007-03-19 | 10 | -75/+243 |
| * | Merged revisions 504601-504602,504604-504609,504611-504702,504704-504707,5047... | Alan Conway | 2007-03-19 | 3 | -22/+70 |
| * | Changed tests.* to tests_0-8.*. | Alan Conway | 2007-03-19 | 1 | -2/+2 |
| * | Merged revisions 504590 via svnmerge from | Alan Conway | 2007-03-19 | 6 | -14/+256 |