summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/SessionState.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-6577: HA - backup broker messages are larger than primary messages.Alan Conway2015-08-041-0/+3
* QPID-5855: JAVA Client Can not recieve message with qpid ha cluster "Session ...Alan Conway2014-08-221-3/+13
* QPID-5275: HA transactions failing in qpid-cluster-benchmarkAlan Conway2013-11-121-0/+2
* QPID-5284: ensure timestamp is added to the data that is persistedGordon Sim2013-11-011-1/+1
* QPID-5139: HA correct compile error on older C++ compilers.Alan Conway2013-10-301-4/+0
* QPID-5139: HA transactions block a thread, can deadlock the brokerAlan Conway2013-10-291-33/+77
* fixing QPID-5108Pavel Moravec2013-09-051-0/+5
* 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-1/+1
* QPID-4905: Tidy up broker::ConnectionAndrew Stitcher2013-06-191-1/+1
* QPID-4905: Tidy upAndrew Stitcher2013-06-041-4/+0
* QPID-4514: Remove IO readCredit throttling only used by removed cluster codeAndrew Stitcher2013-01-301-1/+0
* NO-JIRA: Removed Timer.h out of the chain of header files included by Broker.hAndrew Stitcher2012-12-211-0/+1
* QPID-4514: Remove obsolete cluster code: Queue, Semanticstate, SessionHandlerAlan Conway2012-12-191-5/+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-9/+0
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-1/+1
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-1/+1
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-2/+2
* QPID-4178: broker refactoringGordon Sim2012-08-101-21/+22
* QPID-4061 - Added statistic: Number of unacknowledged messages in a sessionTed Ross2012-06-131-0/+5
* QPID-3630: remove deprecated rate limiting featureKenneth Anthony Giusti2012-01-131-8/+0
* QPID-3394: move object copy after changing object state, not before.Kenneth Anthony Giusti2011-08-041-1/+9
* QPID-3252: flush msgs when sync requested.Kenneth Anthony Giusti2011-05-111-7/+17
* QPID-3197: prevent async command completer from accessing session's connectio...Kenneth Anthony Giusti2011-04-111-2/+5
* QPID-3073: refactor to eliminate locks, malloc, and map insert/remove in rece...Kenneth Anthony Giusti2011-03-081-53/+59
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-4/+88
* QPID-3045 - sporadic failure of cluster_tests.ShortTests.test_route_updateAlan Conway2011-02-081-2/+6
* Disable non-0 session timeouts.Alan Conway2010-08-031-0/+2
* Fixed: cluster udpate did not presever deliver-properties.exchange on messages.Alan Conway2009-10-051-0/+2
* Fix build warnings/errors on WindowsStephen D. Huston2009-07-311-1/+1
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-301-2/+5
* Add directory to #includeAlan Conway2009-07-141-6/+6
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-131-5/+2
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-101-2/+5
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-0/+3
* Plumbed in an a connection abort operation to the OutputHandlerAndrew Stitcher2009-06-081-2/+3
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-271-0/+1
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-1/+1
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-241-1/+10
* Fixes to producer flow control to reduce the numberAndrew Stitcher2009-02-041-0/+1
* Add in management statistics for client flow control.Andrew Stitcher2009-02-031-5/+7
* Producer side rate throttling:Andrew Stitcher2009-01-271-1/+7
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-3/+6
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-0/+1
* QPID-1413: disable output before sending detachGordon Sim2008-11-061-0/+1
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-041-4/+1
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-301-1/+3
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-211-1/+1
* cluster: DumpClient replicates session MessageBuilder.Alan Conway2008-10-201-1/+3