summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/amqp_0_10/Connection.h
Commit message (Expand)AuthorAgeFilesLines
* Fix broker race where broker closes connection before sending close-ok.Alan Conway2009-10-011-1/+1
* Set protocol versions correctly in cluster code.Alan Conway2009-07-301-0/+5
* Plumbed in an a connection abort operation to the OutputHandlerAndrew Stitcher2009-06-081-2/+3
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-2/+3
* src/qpid/amqp_0_10/Connection.cpp: allow encoding to be concurrent with addin...Alan Conway2008-12-171-0/+1
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-0/+1
* Add missing include fileStephen D. Huston2008-10-301-0/+2
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-5/+10
* Pre-buffering output strategy for cluster.Alan Conway2008-08-211-3/+7
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-5/+5
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-2/+1
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-1/+2
* QPID-1087Ted Ross2008-05-211-3/+2
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-2/+3
* Moved federation to final 0-10 codepathGordon Sim2008-04-221-1/+2
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-181-0/+62