summaryrefslogtreecommitdiff
path: root/python/qpid
Commit message (Expand)AuthorAgeFilesLines
* * python/qpid/peer.py (Peer.close): Close delegate *before* channels.Alan Conway2007-03-151-1/+4
* * python/qpid/peer.py (Channel.__init__): use reliable framing ifAlan Conway2007-03-063-14/+22
* Ensure socket is closed in tearDownGordon Sim2007-02-213-7/+22
* Fixed bug in references where map wasn't qualified in closeGordon Sim2007-02-212-1/+3
* Fixed bug where response id rather than request id was being used to get list...Gordon Sim2007-02-201-1/+1
* Updated failing list for java (some of these result in test suite blocking)Gordon Sim2007-02-161-1/+4
* r1111@fuschia: andrew | 2007-02-09 15:51:10 +0000Andrew Stitcher2007-02-132-8/+14
* * qpid/client.py - altered handling of transfer for references, Gordon Sim2007-02-121-4/+1
* * qpid/client.py - added channel_pong handler to delegateGordon Sim2007-02-091-0/+3
* * qpid/peer.py - fix to prevent race between handling of connection.close req...Gordon Sim2007-02-092-1/+7
* Added list of valid responses to method descriptions where appropriate.Gordon Sim2007-02-071-0/+4
* Added support for receiving and sending of referencesGordon Sim2007-02-075-15/+190
* Removed debug print statement accidentally included in last commit.Alan Conway2007-02-051-1/+0
* Added missing __str__ method for Responses.Alan Conway2007-02-051-0/+4
* Fix for handling of header and content frames following a basic.get_ok response.Gordon Sim2007-02-051-1/+7
* updated python spec parse to load from multiple files, changed default specs ...Rafael H. Schloming2007-01-302-39/+55
* Updates to use message class in place of basic.Gordon Sim2007-01-264-16/+25
* made message-transfer return a result, switched over message delivery to use ...Rafael H. Schloming2007-01-181-0/+3
* changed reliable to true by defaultRafael H. Schloming2007-01-161-1/+1
* 0-9 request/response framing for pythonRafael H. Schloming2007-01-167-210/+380
* svn merge -r492717:492730 from the trunkRafael H. Schloming2007-01-042-14/+17
* 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
* Implemented topic pattern matching for the TopicExchange.Alan Conway2006-09-211-14/+31
* Import of qpid from etp:Rafael H. Schloming2006-09-1912-0/+1731