summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-251-545/+0
* QPID-4905: Tidy up broker::ConnectionAndrew Stitcher2013-06-191-33/+85
* QPID-4905: Removed TimeoutHandler interface as it was really unusedAndrew Stitcher2013-06-101-4/+0
* QPID-4905: Remove unused Connection ErrorListener interfaceAndrew Stitcher2013-06-101-1/+0
* QPID-4905: Tidy-up remove OutputHandler and directly use FrameHandlerAndrew Stitcher2013-06-101-2/+2
* QPID-4854: Make the protocol negotiation timeout actually relate toAndrew Stitcher2013-06-041-0/+3
* QPID-4905: Tidy upAndrew Stitcher2013-06-041-1/+0
* NO-JIRA: QPID-3921: More Header file tidy upAndrew Stitcher2013-01-311-0/+1
* QPID-4514: Remove IO readCredit throttling only used by removed cluster codeAndrew Stitcher2013-01-301-1/+0
* NO-JIRA: Removed Timer.h out of the chain of header files included by Broker.hAndrew Stitcher2012-12-211-0/+1
* QPID-4514: Remove obsolete cluster code: Connection::isAuthenticatedAlan Conway2012-12-191-3/+1
* QPID-4514: Remove obsolete cluster code: DtxManager, more Broker, Connection,...Alan Conway2012-12-191-19/+0
* QPID-4514: Remove obsolete cluster code: Broker, Connection, Link.Alan Conway2012-12-191-24/+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
* QPID-4368: Add protocol description to connection schemaGordon Sim2012-10-191-1/+1
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-4/+3
* NO-JIRA: Removed now unused cluster specific ClusterSafe code.Andrew Stitcher2012-09-131-5/+3
* NO-JIRA: Fix race in Connection, management object deleted while in use.Alan Conway2012-09-111-1/+1
* QPID-4174: add client properties to client-related events. Original patch fr...Kenneth Anthony Giusti2012-09-101-2/+2
* QPID-4142 C++ Broker connection counting. Revert r1371772 which applied only ...Charles E. Rolke2012-09-071-8/+0
* QPID-4142 C++ Broker connection counting gets usernames confused Charles E. Rolke2012-08-101-0/+8
* QPID-4079 log entries track managed object life cyclesCharles E. Rolke2012-07-131-0/+6
* QPID-3849: Client connection breaks broker-to-broker cluster SASL authenticat...Alan Conway2012-06-221-3/+6
* QPID-4022 C++ Broker connection limits by host ip and by user name.Charles E. Rolke2012-06-111-3/+0
* QPID-4040 - Close federation links after lost heartbeats.Ted Ross2012-06-061-0/+48
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-161-1/+1
* QPID-3875: fix indentationKenneth Anthony Giusti2012-03-021-14/+14
* QPID-3875: allow direct access to per-thread statisticsKenneth Anthony Giusti2012-03-021-10/+14
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-18/+20
* QPID-3603: Added public broker::Connection::isLink function.Alan Conway2012-01-181-16/+16
* QPID-3438Michael Goulish2012-01-051-2/+1
* QPID-3438Michael Goulish2011-12-161-1/+2
* QPID-3553: prevent multiple connection-tune-ok controls from leaving dangling...Gordon Sim2011-11-031-4/+8
* QPID-3033: Segmentation fault while processing session.attachAlan Conway2011-08-181-10/+1
* QPID-3288: "[C++] Broker sets federation link tag as empty string () when no ...Kim van der Riet2011-06-061-3/+3
* QPID-3121: Cluster management inconsistency when using persistent store.Alan Conway2011-03-071-0/+3
* QPID-2630: ensure that exclusive, auto-deleted queues are freed up on early d...Gordon Sim2011-03-011-8/+0
* QPID-3084: apply Alan's fix to allow io callbacks to run during a cluster upd...Kenneth Anthony Giusti2011-02-241-11/+15
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-2/+1
* QPID-3033 Bug 674183 - Segmentation fault while processing session.attachAlan Conway2011-02-021-1/+4
* QPID-3007: Don't record management statistics in cluster-unsafe contexts.Alan Conway2011-02-011-2/+4
* QPID-2991: added message counts to connection stats; fixed xxxToClient statsGordon Sim2011-01-111-4/+43
* SASLizing Interbroker LinksMichael Goulish2010-10-201-0/+32
* Code cleanup in broker directory.Alan Conway2010-10-141-1/+2
* Give timer tasks a name for logging purposes.Alan Conway2010-08-261-2/+2
* Make management+cluster test more aggressive.Alan Conway2010-06-231-1/+2
* Fix cluster broker crashes when management is active.Alan Conway2010-06-221-10/+20
* Fix cluster-safe assertion in connection negotiation.Alan Conway2010-06-091-1/+11
* Cluster handle connection-negotiation phase in local broker.Alan Conway2010-06-081-2/+1