summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionState.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-10/+38
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-7/+7
* Cluster code fixed for changes in codebase.Alan Conway2008-02-011-10/+7
* patch-715 (tross)Carl C. Trieloff2008-01-021-1/+10
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-2/+8
* Change to avoid assertion when delivery is concurrent with session detachment:Gordon Sim2007-11-121-2/+2
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-19/+22
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-281-1/+7