summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/SessionHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated t...Robert Gemmell2016-07-051-163/+0
* QPID-5528: HA Clean up error messages around rolled-back transactions.Alan Conway2014-02-031-2/+26
* QPID-5275: HA transactions failing in qpid-cluster-benchmarkAlan Conway2013-11-121-0/+7
* QPID-5072: ensure session manager is informed when sessions end due to connec...Gordon Sim2013-08-151-1/+5
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-251-4/+4
* QPID-4905: Tidy up broker::ConnectionAndrew Stitcher2013-06-191-5/+6
* QPID-4905: Remove unused Connection ErrorListener interfaceAndrew Stitcher2013-06-101-6/+0
* NO-JIRA: Removed Broker.h from all unnecessary header filesAndrew Stitcher2012-12-211-1/+2
* QPID-4514: Remove obsolete cluster code: Queue, Semanticstate, SessionHandlerAlan Conway2012-12-191-3/+0
* QPID-4514: Remove obsolete cluster code: Broker, Connection, Link.Alan Conway2012-12-191-1/+1
* QPID-4514: Remove obsolete cluster code, clusterOrderProxyAlan Conway2012-12-191-3/+1
* QPID-4178: broker refactoringGordon Sim2012-08-101-3/+3
* QPID-3603: Add ErrorListener to Bridge to handle session errors.Alan Conway2012-05-081-12/+24
* QPID-3352: Fix test for failed session to avoid confusion with as yet uniniti...Alan Conway2012-04-181-0/+5
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-5/+0
* QPID-3045 - sporadic failure of cluster_tests.ShortTests.test_route_updateAlan Conway2011-02-081-5/+9
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-4/+10
* QPID-1711: Ensure the session state between the two peers in an inter-broker ...Gordon Sim2009-03-041-5/+17
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-241-1/+2
* Better error messages for not-attached exceptions.Alan Conway2009-01-291-1/+1
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-3/+4
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-4/+4
* QPID-1413: disable output before sending detachGordon Sim2008-11-061-0/+6
* Bring cluster code up to date.Alan Conway2008-06-181-1/+1
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-178/+31
* QPID-990: Patch from Ted Ross to enable persisting of inter-broker routing en...Gordon Sim2008-05-131-0/+3
* QPID-1052: Patch from Ted RossGordon Sim2008-05-121-2/+2
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-42/+45
* Moved federation to final 0-10 codepathGordon Sim2008-04-221-2/+5
* * raise error when controls other than attached are received on unattached ch...Gordon Sim2008-04-211-10/+21
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-9/+3
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-051-6/+6
* Updated tracking of outgoing command id and send command-point control on ses...Gordon Sim2008-03-031-2/+3
* A further step to final 0-10 spec.Gordon Sim2008-03-031-99/+80
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-14/+49
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-1/+5
* Initial cut of inter-broker bridgingGordon Sim2008-02-011-4/+20
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-9/+7
* Added framing::BodyHolder:Alan Conway2007-11-221-3/+3
* Increase severity of log message when frames are dropped on session detachingGordon Sim2007-11-131-1/+1
* AMQP 670 This patch contains the following:Carl C. Trieloff2007-11-041-0/+1
* Preparation for session thread safety overhaul:Alan Conway2007-11-011-6/+3
* Simple fix to prevent concurrent disconnection and sending of frames causing ...Gordon Sim2007-10-311-7/+10
* Simplify SessionState, preparing for session thread safety fixes.Alan Conway2007-10-311-4/+7
* Fix client side core dump when disconneced unexpectedly:Alan Conway2007-10-311-0/+3
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-30/+62
* * Summary: generalized Invoker visitor to all *Operations andAlan Conway2007-10-161-3/+4
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-281-19/+19
* 2007-09-24 Alan Conway <aconway@redhat.com>Alan Conway2007-09-241-5/+7