summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/amqp_0_10/Connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-7/+2
* QPID-3841: improve batching of outbound messagesKenneth Anthony Giusti2012-02-151-1/+6
* NO_JIRA: Small mods to certain log trace and debug messages to improve log me...Kim van der Riet2011-10-311-2/+2
* Fix broker race where broker closes connection before sending close-ok.Alan Conway2009-10-011-7/+14
* Set protocol versions correctly in cluster code.Alan Conway2009-07-301-3/+10
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Plumbed in an a connection abort operation to the OutputHandlerAndrew Stitcher2009-06-081-6/+7
* 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