summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Connection.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-5765: don't invoke on dangling pointerGordon Sim2014-05-141-4/+2
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-251-203/+23
* QPID-4905: Stopped broker::Broker needing to refer to broker::ConnectionAndrew Stitcher2013-06-191-5/+8
* QPID-4905: Tidy up broker::ConnectionAndrew Stitcher2013-06-191-26/+68
* QPID-4905: Removed TimeoutHandler interface as it was really unusedAndrew Stitcher2013-06-101-2/+0
* QPID-4905: Remove unused Connection ErrorListener interfaceAndrew Stitcher2013-06-101-15/+0
* QPID-4905: Remove unused methodAndrew Stitcher2013-06-101-5/+0
* QPID-4905: Tidy-up remove OutputHandler and directly use FrameHandlerAndrew Stitcher2013-06-101-1/+1
* QPID-4854: Make the protocol negotiation timeout actually relate toAndrew Stitcher2013-06-041-0/+1
* QPID-4905: Tidy upAndrew Stitcher2013-06-041-1/+0
* NO-JIRA: QPID-3921: More Header file tidy upAndrew Stitcher2013-01-311-15/+7
* QPID-4514: Remove IO readCredit throttling only used by removed cluster codeAndrew Stitcher2013-01-301-1/+0
* NO-JIRA: Removed Broker.h from all unnecessary header filesAndrew Stitcher2012-12-211-0/+3
* QPID-4514: Remove obsolete cluster code: Connection::isAuthenticatedAlan Conway2012-12-191-7/+2
* QPID-4514: Remove obsolete cluster code: DtxManager, more Broker, Connection,...Alan Conway2012-12-191-1/+0
* QPID-4514: Remove obsolete cluster code: Broker, Connection, Link.Alan Conway2012-12-191-16/+1
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-1/+1
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-1/+1
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-3/+3
* NO-JIRA: Add missing EXTERN declarations needed by HA module.Alan Conway2012-06-281-6/+10
* QPID-3849: Client connection breaks broker-to-broker cluster SASL authenticat...Alan Conway2012-06-221-2/+7
* QPID-4022 C++ Broker connection limits corrections for cluster.Charles E. Rolke2012-06-151-1/+1
* QPID-4040 - Close federation links after lost heartbeats.Ted Ross2012-06-061-1/+2
* QPID-2616 Count and limit client connections.Charles E. Rolke2012-05-021-0/+5
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-0/+5
* QPID-3603: Added public broker::Connection::isLink function.Alan Conway2012-01-181-1/+3
* QPID-3438Michael Goulish2012-01-051-5/+0
* QPID-3438Michael Goulish2011-12-161-1/+7
* QPID-3288: "[C++] Broker sets federation link tag as empty string () when no ...Kim van der Riet2011-06-061-1/+1
* 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