summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Handle invalid channels.Gordon Sim2007-02-095-10/+19
* 'Corrected' error code (507 no longer exists in the spec so using what java h...Gordon Sim2007-02-091-1/+1
* Fix to close connection when issuing a connection exception (ideally would wa...Gordon Sim2007-02-091-0/+2
* r1104@fuschia: andrew | 2007-02-09 02:14:00 +0000Andrew Stitcher2007-02-099-11/+40
* r1102@fuschia: andrew | 2007-02-09 00:52:04 +0000Andrew Stitcher2007-02-098-26/+37
* * 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
* r840@fuschia: andrew | 2007-01-19 00:31:59 +0000Andrew Stitcher2007-02-071-2/+5
* * broker/BrokerMessage.cpp: Added ConnectionToken publisher.Alan Conway2007-02-0711-116/+114
* * cpp/lib/broker/BrokerQueue.cpp (): Centralized exceptions.Alan Conway2007-02-0613-141/+155
* 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
* r800@fuschia: andrew | 2007-01-17 17:34:13 +0000Andrew Stitcher2007-02-062-1/+194
* r768@fuschia: andrew | 2007-01-17 01:25:16 +0000Andrew Stitcher2007-02-062-1/+2
* File missed in last commit.Alan Conway2007-02-051-0/+69
* * cpp/lib/common/framing/MethodContext.h: Reduced MethodContext toAlan Conway2007-02-0242-968/+976
* Changed methodBody in Methodcontext to be a shared_ptrAndrew Stitcher2007-02-013-9/+17
* 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
* * broker/Broker.cpp: Don't create Acceptor in shutdown() - required soAlan Conway2007-01-311-1/+2
* * cpp/lib/broker/Broker.cpp: Defer creation of acceptor till needed soAlan Conway2007-01-307-45/+55
* 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
* Separated the errata in the XML spec file and put them into a file amqp-errar...Kim van der Riet2007-01-301-2/+2
* * Added ClientAdapter - client side ChannelAdapter. Updated client side.Alan Conway2007-01-2939-884/+1119
* use same name for pid file as start_brokerGordon Sim2007-01-241-1/+1
* Don't close channel on connection (resulting in BrokerAdapter being deleted) ...Gordon Sim2007-01-241-1/+1
* * Fixed request-response correlation on the broker.Alan Conway2007-01-226-14/+17
* Updated size calculation of request frame.Gordon Sim2007-01-221-1/+1
* * AMQRequestBody.cpp: encode/decode bug - added missing reserved 4 byte word.Alan Conway2007-01-226-1/+155
* Last big refactoring for 0-9 framing. Still need additional tests &Alan Conway2007-01-1943-200/+422
* * tests/FramingTest.cpp - added test for validation of content data typeGordon Sim2007-01-193-40/+58
* Initial implementation of AMQP content data type.Gordon Sim2007-01-185-13/+83
* * MethodContext: added invocation context for methods. Can carry RequestIdAlan Conway2007-01-186-106/+161
* In case any channel is waiting for a response on termination of the connectio...Gordon Sim2007-01-181-0/+1
* From: Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-188-309/+490
* There are a ton of FIXMES and request/response IDs are not yet working fullyAlan Conway2007-01-1815-791/+681
* Separated adapter code from Connection class: Extracted allAlan Conway2007-01-178-827/+914
* * Renamed Session* classes to Connection* to align with AMQP specAlan Conway2007-01-1625-193/+185
* * Client & broker using Requester/Responder to manage request/response IDs.Alan Conway2007-01-1515-185/+319
* * Refactor: Moved major broker components (exchanges, queues etc.) fromAlan Conway2007-01-1510-114/+139
* * Combined README.txt and READE-dist into README. Fixes cwiki link,Alan Conway2007-01-146-25/+27
* * Added Requester/Responder classes to manage request-ids, response-ids,Alan Conway2007-01-149-25/+327
* Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-122-29/+254
* Use amqp 0-9 request/response framing in broker and client.Alan Conway2007-01-1213-157/+176
* Include *.cpp in developer doxygen to get calls/called-by links.Alan Conway2007-01-111-3/+3
* * Build order - src before tests.Alan Conway2007-01-1115-51/+1336