summaryrefslogtreecommitdiff
path: root/cpp/lib/broker
Commit message (Expand)AuthorAgeFilesLines
* Catch exception now thrown by ExchangeRegistry::getDefault() when a default h...Gordon Sim2007-03-201-3/+7
* Changed u_int<n>_t to uint<n>_t for posix compliance.Alan Conway2007-03-1540-241/+241
* Merged revisions 496317 via svnmerge from Alan Conway2007-03-132-1/+4
* Merged revisions 493126-493151 via svnmerge from Alan Conway2007-03-091-1/+2
* r1278@fuschia: andrew | 2007-03-08 19:42:43 +0000Andrew Stitcher2007-03-081-3/+15
* r1239@fuschia: andrew | 2007-02-26 10:58:52 +0000Andrew Stitcher2007-03-053-36/+63
* r1237@fuschia: andrew | 2007-02-23 15:40:44 +0000Andrew Stitcher2007-02-231-3/+1
* Thread safety fixes for race conditions on incoming messages.Alan Conway2007-02-211-4/+0
* r1152@fuschia: andrew | 2007-02-17 21:14:42 +0000Andrew Stitcher2007-02-215-85/+135
* 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-141-4/+9
* r1127@fuschia: andrew | 2007-02-14 16:15:34 +0000Andrew Stitcher2007-02-141-2/+5
* * cpp/lib/common/sys/ProducerConsumer.h:Alan Conway2007-02-142-3/+2
* r1111@fuschia: andrew | 2007-02-09 15:51:10 +0000Andrew Stitcher2007-02-135-22/+30
* * gentools/templ.cpp/*Proxy*, CppGenerator.java: Changes to ProxyAlan Conway2007-02-1315-280/+400
* Corrected calculation of inline content size.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-094-23/+25
* * 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-0614-343/+359
* 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-0220-750/+765
* Changed methodBody in Methodcontext to be a shared_ptrAndrew Stitcher2007-02-011-1/+1
* From Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-317-255/+182
* Trivial FIXMEs.Alan Conway2007-01-313-9/+7
* * framing/ChannelAdapter.cpp: Enable channel state assertions.Alan Conway2007-01-311-4/+5
* * 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-308-55/+471
* * Added ClientAdapter - client side ChannelAdapter. Updated client side.Alan Conway2007-01-299-15/+20
* 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-222-2/+3
* * AMQRequestBody.cpp: encode/decode bug - added missing reserved 4 byte word.Alan Conway2007-01-223-0/+90
* Last big refactoring for 0-9 framing. Still need additional tests &Alan Conway2007-01-1913-103/+119
* * tests/FramingTest.cpp - added test for validation of content data typeGordon Sim2007-01-191-35/+22
* Initial implementation of AMQP content data type.Gordon Sim2007-01-181-2/+3
* * MethodContext: added invocation context for methods. Can carry RequestIdAlan Conway2007-01-183-103/+102
* 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-187-634/+584
* Separated adapter code from Connection class: Extracted allAlan Conway2007-01-177-826/+913