summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/ConnectionHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6654, QPID-6592: ensure system info ptr is valid before using it, and en...Gordon Sim2015-07-271-2/+4
* QPID-6592: include identifying information in the connection handshakeKen Giusti2015-06-171-0/+6
* NO-JIRA: remove unused strings.Charles E. Rolke2015-05-291-2/+0
* NO-JIRA: relax check when auth=noGordon Sim2015-05-271-1/+1
* QPID-6325: further improve 0-10 connection handling logicGordon Sim2015-01-211-7/+7
* QPID-6325: improve 0-10 connection handling logicGordon Sim2015-01-201-3/+24
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-011-3/+2
* QPID-5621: [C++ broker] userId is not passed to ACL when DIGEST-MD5 is used w...Pavel Moravec2014-03-111-21/+21
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-051-1/+1
* QPID-4712: fixes for windows, rhel5Gordon Sim2013-06-251-2/+2
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-251-6/+6
* QPID-4905: Tidy up broker::ConnectionAndrew Stitcher2013-06-191-1/+2
* QPID-4905: Remove unused Connection ErrorListener interfaceAndrew Stitcher2013-06-101-3/+0
* QPID-4905: Remove deprecated and unused federation propertyAndrew Stitcher2013-06-101-1/+0
* QPID-4631: C++ Broker federated links are protected by ACL policy.Charles E. Rolke2013-04-291-6/+16
* QPID-4748: Consistent handling of durations in broker configuration, allowing...Alan Conway2013-04-191-1/+4
* NO-JIRA: QPID-3921: More Header file tidy upAndrew Stitcher2013-01-311-0/+1
* NO-JIRA: Removed Broker.h from all unnecessary header filesAndrew Stitcher2012-12-211-1/+3
* QPID-4368: Allow pluggable protocol implementationsGordon Sim2012-10-191-1/+1
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-1/+1
* QPID-4174: add client properties to client-related events. Original patch fr...Kenneth Anthony Giusti2012-09-101-19/+26
* QPID-4079 log entries track managed object life cyclesCharles E. Rolke2012-07-131-5/+21
* QPID-4118: HA does not work with authentication and authorization.Alan Conway2012-07-091-1/+3
* QPID-3849: Client connection breaks broker-to-broker cluster SASL authenticat...Alan Conway2012-06-221-4/+4
* QPID-4040 - Close federation links after lost heartbeats.Ted Ross2012-06-061-2/+8
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-161-0/+3
* QPID-3603: HA broker backup/primary ready checks.Alan Conway2012-05-151-1/+1
* QPID-3921: C++ header files need tidyupAndrew Stitcher2012-03-281-0/+1
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-0/+2
* QPID-3630: remove deprecated rate limiting featureKenneth Anthony Giusti2012-01-131-5/+0
* QPID-3544: ACL denials while replicating exclusive queues to a newly joined n...Alan Conway2011-10-121-4/+3
* QPID-3522: Distinguish between null and empty string for sasl responseGordon Sim2011-10-121-11/+41
* QPID-3455: Don't treat unspecified frame size as implying the minimum value. ...Gordon Sim2011-08-261-1/+1
* QPID-3033: Segmentation fault while processing session.attachAlan Conway2011-08-181-1/+8
* QPID-3284: Eliminated warnings from gcc 4.6 compilerAndrew Stitcher2011-06-071-4/+0
* QPID-3288: "[C++] Broker sets federation link tag as empty string () when no ...Kim van der Riet2011-06-061-2/+6
* In broker::ConectionHandler, use the security settings, if any, Michael Goulish2010-12-161-10/+8
* This patch was posted in JIRA QPID-2949.Michael Goulish2010-11-301-6/+9
* SASLizing Interbroker LinksMichael Goulish2010-10-201-8/+96
* Cluster handle connection-negotiation phase in local broker.Alan Conway2010-06-081-9/+4
* Fixed sporadic client "reserved bits not 0" exceptions with cluster + encrypt...Alan Conway2010-06-021-1/+1
* Fix issues with cluster+securityAlan Conway2010-05-271-9/+8
* Cluster + SecurityMichael Goulish2010-05-141-4/+14
* Add directory to #includeAlan Conway2009-07-141-4/+4
* Now that broker expects clients to send heartbeats, the client half of an int...Gordon Sim2009-07-081-3/+8
* Fix of the previous client heartbeat changes:Andrew Stitcher2009-06-081-3/+0
* - Added heartbeat generation to the client (actually echo back anyAndrew Stitcher2009-06-081-7/+10
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-0/+3
* QPID-1728: Avoid logging error messages on 'shadow' connections that are outg...Gordon Sim2009-03-121-23/+15
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-241-1/+17