summaryrefslogtreecommitdiff
path: root/cpp/lib/broker/Connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* * cpp/lib/broker/Broker.cpp: Defer creation of acceptor till needed soAlan Conway2007-01-301-8/+9
* Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-301-1/+1
* * Added ClientAdapter - client side ChannelAdapter. Updated client side.Alan Conway2007-01-291-0/+1
* * Fixed request-response correlation on the broker.Alan Conway2007-01-221-1/+1
* Last big refactoring for 0-9 framing. Still need additional tests &Alan Conway2007-01-191-8/+9
* There are a ton of FIXMES and request/response IDs are not yet working fullyAlan Conway2007-01-181-115/+20
* Separated adapter code from Connection class: Extracted allAlan Conway2007-01-171-535/+55
* * Renamed Session* classes to Connection* to align with AMQP specAlan Conway2007-01-161-0/+700