summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2078: Ensure sessions are cleaned up when their connection is closed by ...Gordon Sim2009-09-011-2/+4
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-301-32/+19
* Add directory to #includeAlan Conway2009-07-141-4/+4
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-131-19/+32
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-101-32/+19
* Federation: Propagation of dynamic bindings is now done on the thread servici...Ted Ross2009-07-021-6/+9
* Once we're aborting the connection due to traffic timeout make sureAndrew Stitcher2009-06-231-1/+6
* Ensure that the ConnectionTimeoutTask does not block other tasks (e.g. Connec...Gordon Sim2009-06-171-21/+33
* Don't start the broker Connection heartbeat timers if theAndrew Stitcher2009-06-111-1/+1
* Stop timers on receiving Connection::closed() from lower levelsAndrew Stitcher2009-06-111-0/+4
* Add flag to broker Connection so that it knows if it is aAndrew Stitcher2009-06-111-1/+2
* Fix of the previous client heartbeat changes:Andrew Stitcher2009-06-081-0/+3
* - Added heartbeat generation to the client (actually echo back anyAndrew Stitcher2009-06-081-15/+53
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-1/+1
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-1/+2
* 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