summaryrefslogtreecommitdiff
path: root/cpp/lib
Commit message (Expand)AuthorAgeFilesLines
* Altered exception thrown for unopened and reopened references.Gordon Sim2007-02-161-3/+2
* Added durability property to queues and pass this to broker on declare. (This...Gordon Sim2007-02-144-18/+34
* r1127@fuschia: andrew | 2007-02-14 16:15:34 +0000Andrew Stitcher2007-02-141-2/+5
* * cpp/lib/common/sys/ProducerConsumer.h:Alan Conway2007-02-149-34/+380
* r1111@fuschia: andrew | 2007-02-09 15:51:10 +0000Andrew Stitcher2007-02-139-42/+41
* * gentools/templ.cpp/*Proxy*, CppGenerator.java: Changes to ProxyAlan Conway2007-02-1339-378/+686
* Corrected calculation of inline content size.Gordon Sim2007-02-121-1/+1
* Changed default virtual host to "" (was "/"). Gordon Sim2007-02-121-1/+1
* Handle invalid channels.Gordon Sim2007-02-094-10/+17
* '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-097-25/+36
* * 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-0710-96/+94
* * cpp/lib/broker/BrokerQueue.cpp (): Centralized exceptions.Alan Conway2007-02-0611-137/+152
* Inline transferred messages deliveredAndrew Stitcher2007-02-066-31/+95
* * broker/Reference, tests/ReferenceTest: class representing a reference.Alan Conway2007-02-0615-344/+363
* 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-061-0/+193
* * cpp/lib/common/framing/MethodContext.h: Reduced MethodContext toAlan Conway2007-02-0232-854/+831
* 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-306-35/+54
* Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-3012-63/+487
* * client/* framing/*: fixed client-side request ID processing.Alan Conway2007-01-309-93/+106
* * Added ClientAdapter - client side ChannelAdapter. Updated client side.Alan Conway2007-01-2931-851/+1073
* 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-224-5/+7
* 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-224-0/+92
* Last big refactoring for 0-9 framing. Still need additional tests &Alan Conway2007-01-1936-198/+410
* * tests/FramingTest.cpp - added test for validation of content data typeGordon Sim2007-01-192-40/+24
* Initial implementation of AMQP content data type.Gordon Sim2007-01-184-13/+59
* * 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-184-306/+429
* There are a ton of FIXMES and request/response IDs are not yet working fullyAlan Conway2007-01-1811-680/+676
* 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-1621-173/+165
* * 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-158-109/+134
* * Combined README.txt and READE-dist into README. Fixes cwiki link,Alan Conway2007-01-141-0/+1
* * Added Requester/Responder classes to manage request-ids, response-ids,Alan Conway2007-01-148-24/+231