summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * qpid/peer.py - fix to prevent race between handling of connection.close req...Gordon Sim2007-02-094-7/+12
* r1104@fuschia: andrew | 2007-02-09 02:14:00 +0000Andrew Stitcher2007-02-0910-19/+52
* r1102@fuschia: andrew | 2007-02-09 00:52:04 +0000Andrew Stitcher2007-02-098-26/+37
* Fixes to qos and get tests. Added test for correct completion of references.Gordon Sim2007-02-081-19/+63
* * cpp/lib/broker/Content.h: removed destroy. Destructor cleans up.Alan Conway2007-02-076-18/+31
* Removed out of date FIXME.Alan Conway2007-02-071-1/+0
* Use self.queue_open to ensure deletion of queue - was clashing with message.p...Alan Conway2007-02-071-1/+1
* Ignore eclipse settings.Alan Conway2007-02-070-0/+0
* r840@fuschia: andrew | 2007-01-19 00:31:59 +0000Andrew Stitcher2007-02-071-2/+5
* 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-076-15/+254
* * broker/BrokerMessage.cpp: Added ConnectionToken publisher.Alan Conway2007-02-0711-116/+114
* * cpp/lib/broker/BrokerQueue.cpp (): Centralized exceptions.Alan Conway2007-02-0614-144/+158
* Inline transferred messages deliveredAndrew Stitcher2007-02-067-32/+95
* * broker/Reference, tests/ReferenceTest: class representing a reference.Alan Conway2007-02-0627-392/+530
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9...Andrew Stitcher2007-02-061-0/+23
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9...Andrew Stitcher2007-02-061-0/+23
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9...Andrew Stitcher2007-02-060-0/+0
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9...Andrew Stitcher2007-02-060-0/+0
* r800@fuschia: andrew | 2007-01-17 17:34:13 +0000Andrew Stitcher2007-02-062-1/+194
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9...Andrew Stitcher2007-02-060-0/+0
* r768@fuschia: andrew | 2007-01-17 01:25:16 +0000Andrew Stitcher2007-02-062-1/+2
* 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
* Change get-empty to get_emptyGordon Sim2007-02-051-4/+4
* Fix for handling of header and content frames following a basic.get_ok response.Gordon Sim2007-02-051-1/+7
* Changed "get-ok" to "get_ok".Alan Conway2007-02-051-3/+3
* File missed in last commit.Alan Conway2007-02-051-0/+69
* * cpp/lib/common/framing/MethodContext.h: Reduced MethodContext toAlan Conway2007-02-0246-984/+1010
* Changed methodBody in Methodcontext to be a shared_ptrAndrew Stitcher2007-02-013-9/+17
* Some fixes to the tests for message class.Gordon Sim2007-02-011-19/+37
* From Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-317-255/+182
* Trivial FIXMEs.Alan Conway2007-01-316-15/+14
* * framing/ChannelAdapter.cpp: Enable channel state assertions.Alan Conway2007-01-3113-106/+90
* * Remove debug println statement.Alan Conway2007-01-311-1/+0
* * broker/Broker.cpp: Don't create Acceptor in shutdown() - required soAlan Conway2007-01-311-1/+2
* * gentools/AmqpFlagMa.javap: Refactor repetative set/get code into FlagMap.Alan Conway2007-01-313-29/+45
* Test checkin for conflict resolutionKim van der Riet2007-01-311-0/+1
* uncommented mandatory routing checkRafael H. Schloming2007-01-311-3/+2
* * cpp/lib/broker/Broker.cpp: Defer creation of acceptor till needed soAlan Conway2007-01-307-45/+55
* updated python spec parse to load from multiple files, changed default specs ...Rafael H. Schloming2007-01-303-40/+57
* Fixed TransactedTest and a bug in the rollback handling in the clientKim van der Riet2007-01-302-15/+126
* reenabled mandatory testsRafael H. Schloming2007-01-302-13/+11
* made multiple acknowledgement workRafael H. Schloming2007-01-301-4/+17
* fixed compile errorsRafael H. Schloming2007-01-304-0/+4
* Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-3020-84/+661
* * client/* framing/*: fixed client-side request ID processing.Alan Conway2007-01-3011-96/+307
* Small codegen code tidy-upKim van der Riet2007-01-301-1/+1
* Separated the errata in the XML spec file and put them into a file amqp-errar...Kim van der Riet2007-01-309-15/+57
* Fixed another broken test.Rafael H. Schloming2007-01-291-2/+2