summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/ConnectionHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4631: Lock down link creation using ACLqpid-4631Charles E. Rolke2013-04-181-11/+4
* QPID-4631: C++ Broker interbroker links protected by ACLCharles E. Rolke2013-03-221-3/+17
* 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
* Send client property indicating that client supportsAndrew Stitcher2009-02-021-0/+5
* QPID-1567: Added ability for federation links to failover to other specified ...Gordon Sim2009-01-211-1/+5
* Send heartbeat from broker to clientAndrew Stitcher2009-01-131-1/+11
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-2/+16
* Fix unused arg warnings from MSVCStephen D. Huston2008-12-101-2/+2
* QPID-1461 - Added qmf event support for connections.Ted Ross2008-11-131-3/+28
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-1/+1
* Adjust ACL-related enums to avoid Windows macro clashes; fixes QPID-1368Stephen D. Huston2008-10-301-3/+1
* QPID-1366 - implementation of automatic anti-looping for federationTed Ross2008-10-161-6/+13
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-2/+6
* This is for QPID-1297.Rajith Muditha Attapattu2008-09-301-2/+10
* This adds the user_id checking described in QPID-943.Rajith Muditha Attapattu2008-09-251-12/+19
* Generate c++ enum types for AMQP enums in framing/enum.h.Alan Conway2008-09-091-2/+2
* QPID-1087Ted Ross2008-05-211-3/+9