summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/SessionState.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-201-0/+1
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-261-1/+1
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-221-0/+2
* Clean up unused members/testsAlan Conway2008-09-191-1/+0
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-2/+2
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-101-1/+1
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-1/+0
* QPID-1261: initial fix (this degrades performance for shared queues with more...Gordon Sim2008-09-091-2/+0
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-10/+0
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-5/+9
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-2/+2
* Bring cluster code up to date.Alan Conway2008-06-181-13/+22
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-35/+12
* QPID-1052: Patch from Ted RossGordon Sim2008-05-121-1/+3
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-0/+1
* Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary...Gordon Sim2008-03-311-1/+2
* Send accept in response to message publications if required.Gordon Sim2008-03-271-3/+7
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-051-3/+3
* Further updates to support final 0-10 specGordon Sim2008-03-041-2/+2
* Updated tracking of outgoing command id and send command-point control on ses...Gordon Sim2008-03-031-2/+2
* A further step to final 0-10 spec.Gordon Sim2008-03-031-6/+8