summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed the producer rate limit timer callbackAndrew Stitcher2009-02-241-5/+9
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-231-3/+4
* Send heartbeat from broker to clientAndrew Stitcher2009-01-131-2/+44
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-0/+5
* QPID-1461 - Added qmf event support for connections.Ted Ross2008-11-131-5/+12
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-8/+7
* QPID-1417: ensure there are no dangling pointers in a connections output tasksGordon Sim2008-11-061-0/+2
* Adjust namespace references to work with MSVCStephen D. Huston2008-10-301-1/+0
* QPID-1327 - Event support for ManagementTed Ross2008-10-071-0/+1
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-2/+2
* Cluster join & brain-dumps working.Alan Conway2008-10-031-0/+1
* This adds the user_id checking described in QPID-943.Rajith Muditha Attapattu2008-09-251-0/+7
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-0/+6
* Dump shared state to new cluster members.Alan Conway2008-09-181-2/+3
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-2/+3
* - removed cluster methods in mgnt, will add them to a new cluster object inCarl C. Trieloff2008-09-151-2/+4
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-101-1/+1
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-14/+3
* Pre-buffering output strategy for cluster.Alan Conway2008-08-211-3/+2
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-061-0/+2
* Enable dequeue for prototype clusterAlan Conway2008-07-171-2/+4
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-10/+13
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-161-1/+1
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-1/+1
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-13/+13
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-2/+6
* QPID-1160 - Per-thread counters in management API to avoid lockingTed Ross2008-06-301-1/+2
* Added exceptions to sys::Waitable.Alan Conway2008-06-061-1/+1
* Fixed dereference of null pointerTed Ross2008-06-021-1/+2
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-021-22/+36
* QPID-1087Ted Ross2008-05-211-74/+70
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-2/+2
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-111/+19
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-3/+1
* Moved federation to final 0-10 codepathGordon Sim2008-04-221-2/+2
* Better workaround for boost::ptr_map incompatibility between boost 1.33 and 1...Alan Conway2008-04-211-3/+3
* Fixes and automated tests for federation function.Gordon Sim2008-04-091-3/+8
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-181-7/+3
* Further updates to support final 0-10 specGordon Sim2008-03-041-1/+1
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-18/+1
* Remove includes to files no longer generated.Gordon Sim2008-02-011-2/+0
* Initial cut of inter-broker bridgingGordon Sim2008-02-011-20/+170
* Remove Socket param from Connection constructor, pass a string id instead.Alan Conway2008-01-301-2/+2
* Parse out the userid and password from the response; a small step on the road...Gordon Sim2008-01-301-0/+10
* patch-715 (tross)Carl C. Trieloff2008-01-021-3/+63
* Fixes to max frame size default and fragmentation on broker.Gordon Sim2007-12-181-1/+1
* Handle exceptions while doing 'output' for the connection (i.e. message deliv...Gordon Sim2007-12-141-1/+8
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-0/+6
* Fixed to build with boost 1.34 as well as boost 1.33Alan Conway2007-11-281-9/+10
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-2/+7