summaryrefslogtreecommitdiff
path: root/cpp/lib/broker/BrokerAdapter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed u_int<n>_t to uint<n>_t for posix compliance.Alan Conway2007-03-151-19/+19
* r1111@fuschia: andrew | 2007-02-09 15:51:10 +0000Andrew Stitcher2007-02-131-5/+1
* * gentools/templ.cpp/*Proxy*, CppGenerator.java: Changes to ProxyAlan Conway2007-02-131-69/+98
* 'Corrected' error code (507 no longer exists in the spec so using what java h...Gordon Sim2007-02-091-1/+1
* r1104@fuschia: andrew | 2007-02-09 02:14:00 +0000Andrew Stitcher2007-02-091-1/+1
* r1102@fuschia: andrew | 2007-02-09 00:52:04 +0000Andrew Stitcher2007-02-091-1/+1
* * cpp/lib/broker/BrokerQueue.cpp (): Centralized exceptions.Alan Conway2007-02-061-15/+14
* Inline transferred messages deliveredAndrew Stitcher2007-02-061-0/+5
* * broker/Reference, tests/ReferenceTest: class representing a reference.Alan Conway2007-02-061-240/+0
* 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-021-247/+53
* * cpp/lib/broker/Broker.cpp: Defer creation of acceptor till needed soAlan Conway2007-01-301-7/+11
* Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-301-8/+8
* * Added ClientAdapter - client side ChannelAdapter. Updated client side.Alan Conway2007-01-291-10/+11
* Don't close channel on connection (resulting in BrokerAdapter being deleted) ...Gordon Sim2007-01-241-1/+1
* Last big refactoring for 0-9 framing. Still need additional tests &Alan Conway2007-01-191-46/+48
* * 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-181-71/+68
* From: Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-181-306/+84
* There are a ton of FIXMES and request/response IDs are not yet working fullyAlan Conway2007-01-181-178/+425
* Separated adapter code from Connection class: Extracted allAlan Conway2007-01-171-0/+537