summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/amqp_0_10/Connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* src/qpid/amqp_0_10/Connection.cpp: allow encoding to be concurrent with addin...Alan Conway2008-12-171-10/+22
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-0/+1
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-4/+4
* Batch writing of outgoing messages (up to one buffers worth)Gordon Sim2008-09-231-4/+5
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-1/+1
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-4/+10
* Pre-buffering output strategy for cluster.Alan Conway2008-08-211-5/+13
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-4/+4
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-4/+4
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-4/+5
* QPID-1087Ted Ross2008-05-211-11/+6
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-6/+11
* Moved federation to final 0-10 codepathGordon Sim2008-04-221-5/+15
* src/qpid/amqp_0_10/Exception.hAlan Conway2008-04-041-1/+3
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-181-0/+97