summaryrefslogtreecommitdiff
path: root/python/qpid/peer.py
Commit message (Expand)AuthorAgeFilesLines
* removed imports so that the old spec doesn't need to be parsedRafael H. Schloming2010-01-211-2/+1
* - removed old and redundent testsRafael H. Schloming2009-08-111-1/+3
* use longs for large hex constant literals, this avoids scary looking warnings...Rafael H. Schloming2009-03-251-1/+1
* QPID-1419: remove wip support from 0-9 python client Gordon Sim2008-12-021-5/+1
* QPID-947: update cpp and python management to 0-10 finalRafael H. Schloming2008-04-221-1/+1
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-1/+1
* fixed python dependence on the content-length attribute (bz 419371)Rafael H. Schloming2008-01-181-7/+5
* python API updatesRafael H. Schloming2007-11-071-26/+27
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-141-2/+2
* issue execution_sync rather than execution_flush prior to waiting for completionRafael H. Schloming2007-09-271-3/+3
* Change to start execution mark at -1Gordon Sim2007-09-261-8/+12
* Use octet each for class and method id (changed c++ and python)Gordon Sim2007-09-211-2/+3
* Fixed (il)logic in timeout management when waiting for completion.Gordon Sim2007-09-191-2/+2
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-031-0/+1
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-2/+10
* added support for unpacked structs and execution.resultRafael H. Schloming2007-08-101-3/+13
* split invoke out into two distinct version specific implsRafael H. Schloming2007-08-091-28/+33
* removed extraneous whitespaceRafael H. Schloming2007-08-091-11/+7
* 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-021-8/+1
* Use execution layer to acknowledge messages. Gordon Sim2007-07-271-10/+72
* Changed use of Event to directly use Condition to workaround problems on othe...Gordon Sim2007-07-261-12/+20
* Some initial 0-10 support including placeholders for new domains, use of exec...Gordon Sim2007-07-241-1/+12
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-231-0/+30
* * python/qpid/*.py:: apply 0-9 changes missed by merge.Alan Conway2007-03-211-5/+10
* Merged revisions 507491-507559,507561-507601,507603-507621,507623-507671,5076...Alan Conway2007-03-191-4/+7
* Merged revisions 504590 via svnmerge from Alan Conway2007-03-191-1/+26
* * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ...Alan Conway2007-03-191-1/+7
* Merged revisions 500305 via svnmerge from Alan Conway2007-03-161-0/+2
* Merged revisions 496593 via svnmerge from Alan Conway2007-03-161-52/+140
* 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
* update Apache licenses to the current versionStephen Vinoski2006-11-101-13/+16
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@450556...Alan Conway2006-09-271-2/+1
* Close channels on fatal errors to prevent hangs, provide useful stack trace.Alan Conway2006-09-251-6/+3
* Import of qpid from etp:Rafael H. Schloming2006-09-191-0/+209