summaryrefslogtreecommitdiff
path: root/python/qpid
Commit message (Expand)AuthorAgeFilesLines
* added support for 0-10 style header encodingRafael H. Schloming2007-08-225-16/+107
* made -i and -I support pattern matchesRafael H. Schloming2007-08-211-2/+5
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-212-4/+12
* Permit skipping of self tests and specify a folder for the spec file. Patch i...Rafael H. Schloming2007-08-201-6/+23
* added support for unpacked structs and execution.resultRafael H. Schloming2007-08-108-14/+90
* split invoke out into two distinct version specific implsRafael H. Schloming2007-08-091-28/+33
* removed extraneous whitespaceRafael H. Schloming2007-08-091-11/+7
* removed extraneous whitespaceRafael H. Schloming2007-08-091-13/+13
* added support for parsing structs and results into the spec metadataRafael H. Schloming2007-08-091-11/+49
* Fixed syntax error in handling of timeouts.Gordon Sim2007-08-091-1/+1
* Timeout after waiting for completion that doesn't arrive.Gordon Sim2007-08-081-3/+5
* Some restructuring of the client code: Gordon Sim2007-08-023-9/+5
* added an explicit upper bound check for longsRafael H. Schloming2007-07-271-2/+4
* Use execution layer to acknowledge messages. Gordon Sim2007-07-274-22/+95
* Changed use of Event to directly use Condition to workaround problems on othe...Gordon Sim2007-07-261-12/+20
* Removed unused regex.Rafael H. Schloming2007-07-241-3/+0
* Some initial 0-10 support including placeholders for new domains, use of exec...Gordon Sim2007-07-244-13/+46
* Added a better XML library.Rafael H. Schloming2007-07-232-139/+19
* Applied a modified version of the range checking patch from QPID-498.Rafael H. Schloming2007-07-232-18/+142
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-232-0/+33
* Some tests and fixes for dtx preview.Gordon Sim2007-06-052-11/+13
* disabled the tests directory until the failures are fixedRafael H. Schloming2007-05-311-1/+1
* tests moved to test directoryRafael H. Schloming2007-05-301-38/+0
* added listener support to queues, also added support for non version specific...Rafael H. Schloming2007-05-303-13/+35
* Load domain docs into the python spec structure.Rafael H. Schloming2007-05-301-9/+38
* * python/qpid/*.py:: apply 0-9 changes missed by merge.Alan Conway2007-03-213-8/+19
* * cpp-0-9: svn copy of 0-9 branch cpp, will rename to cpp on next update.Alan Conway2007-03-211-5/+3
* Merged revisions 507491-507559,507561-507601,507603-507621,507623-507671,5076...Alan Conway2007-03-196-29/+56
* Merged revisions 504601-504602,504604-504609,504611-504702,504704-504707,5047...Alan Conway2007-03-191-0/+4
* Merged revisions 504590 via svnmerge from Alan Conway2007-03-195-14/+192
* * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ...Alan Conway2007-03-192-1/+10
* * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ...Alan Conway2007-03-192-47/+67
* * python/qpid/client.py (Client.__init__): Use "/" as default vhost.Alan Conway2007-03-191-1/+1
* * python/qpid/testlib.py:Alan Conway2007-03-171-15/+35
* Merged revisions 500305 via svnmerge from Alan Conway2007-03-164-16/+25
* * python/tests_0-8/*: copy of python/tests to preserve 0-8 version of tests.Alan Conway2007-03-161-4/+12
* Merged revisions 496593 via svnmerge from Alan Conway2007-03-167-212/+380
* Proper fix to race condition where connection-close is sent by server. Now ha...Gordon Sim2007-01-231-15/+9
* 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-181-0/+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-221-1/+1
* Some fixes and tests for bugs uncovered during testing of persistence.Gordon Sim2006-11-171-6/+6
* update Apache licenses to the current versionStephen Vinoski2006-11-1012-156/+192
* added default for timestampRafael H. Schloming2006-11-081-1/+2
* removed dead codeRafael H. Schloming2006-11-081-1/+0
* Added test for simple commit and rollback.Gordon Sim2006-10-171-0/+2
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@450556...Alan Conway2006-09-273-17/+14
* Close channels on fatal errors to prevent hangs, provide useful stack trace.Alan Conway2006-09-252-7/+4