summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/ConnectionHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-6/+5
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-2/+2
* Moved federation to final 0-10 codepathGordon Sim2008-04-221-14/+15
* QPID-648: (based on patch from mfarrellee@redhat.com) Gordon Sim2008-04-221-22/+23
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-2/+0
* Some fixes to the transitional spec defs.Gordon Sim2008-04-171-19/+21
* Further correction to transitional xml def for final 0-10 (using old schema)Gordon Sim2008-04-011-1/+1
* Fix some erroneous definitions in the transitional xml fragment for 0-10.Gordon Sim2008-04-011-2/+2
* Updated xml fragment to reflect correct types for connection.start.mechanisms...Gordon Sim2008-03-311-3/+7
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-181-12/+9
* Allow use of channel 0 for all controls and commandsGordon Sim2008-03-031-4/+7
* A further step to final 0-10 spec.Gordon Sim2008-03-031-3/+7
* Initial cut of inter-broker bridgingGordon Sim2008-02-011-4/+50
* Parse out the userid and password from the response; a small step on the road...Gordon Sim2008-01-301-4/+22
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-2/+2