summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionState.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-251-1/+1
* QPID-4905: Stopped broker::Broker needing to refer to broker::ConnectionAndrew Stitcher2013-06-191-2/+2
* QPID-4905: Tidy up broker::ConnectionAndrew Stitcher2013-06-191-2/+1
* QPID-4905: Tidy upAndrew Stitcher2013-06-041-10/+0
* QPID-4514: Remove IO readCredit throttling only used by removed cluster codeAndrew Stitcher2013-01-301-5/+0
* QPID-4514: Remove obsolete cluster code: Queue, Semanticstate, SessionHandlerAlan Conway2012-12-191-2/+1
* QPID-4514: Remove obsolete cluster code: Broker, Connection, Link.Alan Conway2012-12-191-2/+2
* QPID-4514: Remove obsolete cluster code, clusterOrderProxyAlan Conway2012-12-191-5/+0
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-3/+3
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-3/+3
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-5/+4
* NO-JIRA: Removed now unused cluster specific ClusterSafe code.Andrew Stitcher2012-09-131-6/+0
* QPID-4178: broker refactoringGordon Sim2012-08-101-14/+27
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-161-1/+1
* QPID-3630: remove additional code in client.Ken Giusti2012-01-131-2/+0
* QPID-3630: remove deprecated rate limiting featureKen Giusti2012-01-131-87/+0
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Ken Giusti2011-10-121-0/+2
* QPID-3502: Ensure accepts are sent when required for asynchronously completed...Gordon Sim2011-09-231-3/+1
* QPID-3394: move object copy after changing object state, not before.Ken Giusti2011-08-041-3/+2
* QPID-3121: Cluster management inconsistency when using persistent store.Alan Conway2011-06-231-0/+6
* QPID-3252Charles E. Rolke2011-05-261-1/+3
* QPID-3252: flush msgs when sync requested.Ken Giusti2011-05-111-5/+51
* QPID-3197: prevent async command completer from accessing session's connectio...Ken Giusti2011-04-111-1/+21
* QPID-3073: fix to allow older versions of boost to compile.Ken Giusti2011-03-081-1/+1
* QPID-3073: refactor to eliminate locks, malloc, and map insert/remove in rece...Ken Giusti2011-03-081-91/+55
* QPID-2935: merge producer flow control (C++ broker).Ken Giusti2011-02-191-23/+185
* QPID-3045 - sporadic failure of cluster_tests.ShortTests.test_route_updateAlan Conway2011-02-081-3/+10
* Give timer tasks a name for logging purposes.Alan Conway2010-08-261-1/+1
* Disable non-0 session timeouts.Alan Conway2010-08-031-0/+5
* QPID-2688: ensure that unacked messages are requeued before autodeletion occu...Gordon Sim2010-06-221-0/+1
* Code cleanup Ted Ross2010-04-231-1/+1
* Implementation of QPID-2509 (Remove message staging from C++ broker)Kim van der Riet2010-04-151-1/+1
* Optimized handling of accepts and completions.Alan Conway2009-08-121-2/+1
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-301-9/+8
* Add directory to #includeAlan Conway2009-07-141-8/+8
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-131-8/+9
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-101-9/+8
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-6/+6
* Plumbed in an a connection abort operation to the OutputHandlerAndrew Stitcher2009-06-081-1/+6
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-5/+3
* Changed the producer rate limit timer callbackAndrew Stitcher2009-02-241-5/+9
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-241-6/+11
* QPID-1674 Mick Goulish: Fixes an error caused by a string going out of scope ...Alan Conway2009-02-231-0/+1
* Fixes to producer flow control to reduce the numberAndrew Stitcher2009-02-041-22/+22
* Add in management statistics for client flow control.Andrew Stitcher2009-02-031-27/+33
* Send client property indicating that client supportsAndrew Stitcher2009-02-021-2/+6
* Producer side rate throttling:Andrew Stitcher2009-01-271-17/+93
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-231-1/+4
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-2/+1
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-6/+22