summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Connection.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-3084: apply Alan's fix to allow io callbacks to run during a cluster upd...Kenneth Anthony Giusti2011-02-241-2/+5
* QPID-2991: added message counts to connection stats; fixed xxxToClient statsGordon Sim2011-01-111-2/+24
* SASLizing Interbroker LinksMichael Goulish2010-10-201-0/+4
* Code cleanup in broker directory.Alan Conway2010-10-141-3/+3
* Fix cluster broker crashes when management is active.Alan Conway2010-06-221-2/+12
* Fix cluster-safe assertion in connection negotiation.Alan Conway2010-06-091-0/+1
* Cluster handle connection-negotiation phase in local broker.Alan Conway2010-06-081-6/+2
* Cluster + SecurityMichael Goulish2010-05-141-0/+7
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-3/+8
* Consistent connection names across a cluster.Alan Conway2010-02-051-3/+1
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-141-1/+0
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-1/+5
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-301-2/+2
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-131-2/+2
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-101-2/+2
* Federation: Propagation of dynamic bindings is now done on the thread servici...Ted Ross2009-07-021-1/+1
* Ensure that the ConnectionTimeoutTask does not block other tasks (e.g. Connec...Gordon Sim2009-06-171-1/+2
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-0/+3
* Add flag to broker Connection so that it knows if it is aAndrew Stitcher2009-06-111-0/+6
* - Added heartbeat generation to the client (actually echo back anyAndrew Stitcher2009-06-081-4/+7
* 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-0/+17
* Changed the producer rate limit timer callbackAndrew Stitcher2009-02-241-1/+4
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-241-0/+2
* Send client property indicating that client supportsAndrew Stitcher2009-02-021-1/+0
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-231-1/+1
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-221-1/+1
* Send heartbeat from broker to clientAndrew Stitcher2009-01-131-1/+6
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-1/+2
* QPID-1461 - Added qmf event support for connections.Ted Ross2008-11-131-0/+5
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-4/+1
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-261-1/+1
* This adds the user_id checking described in QPID-943.Rajith Muditha Attapattu2008-09-251-0/+1
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-11/+22
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-2/+2
* 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-11/+0
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-061-0/+1
* Enable dequeue for prototype clusterAlan Conway2008-07-171-1/+3
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-12/+16
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-4/+2
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-2/+2
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-0/+9
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-021-2/+3
* QPID-1087Ted Ross2008-05-211-22/+14
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-1/+3
* Moved federation to final 0-10 codepathGordon Sim2008-04-221-1/+1
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-181-2/+0
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-30/+2