summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionState.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-0/+5
* QPID-1413: disable output before sending detachGordon Sim2008-11-061-2/+7
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-211-4/+3
* Made expireTime an optional property of session (mgmt)Ted Ross2008-10-081-0/+1
* Enabled management, add cluster shutdown command.Alan Conway2008-09-251-25/+9
* Clean up unused members/testsAlan Conway2008-09-191-2/+0
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-7/+8
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-2/+0
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-101-1/+2
* QPID-1261: initial fix (this degrades performance for shared queues with more...Gordon Sim2008-09-091-6/+2
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-14/+3
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-161-1/+1
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-6/+2
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-9/+9
* QPID-1160 - Per-thread counters in management API to avoid lockingTed Ross2008-06-301-1/+1
* Bring cluster code up to date.Alan Conway2008-06-181-24/+39
* Management fixes: set session.detachedLifetime to 0, set journal->queue link ...Ted Ross2008-06-031-0/+1
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-021-1/+1
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-231-4/+2
* Fix build error.Alan Conway2008-05-201-1/+2
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-73/+51
* QPID-1052: Patch from Ted RossGordon Sim2008-05-121-3/+3
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-7/+11
* * raise error when controls other than attached are received on unattached ch...Gordon Sim2008-04-211-5/+1
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-8/+24
* * Fix interpretation of accept-mode, 0 == EXPLICITGordon Sim2008-04-141-0/+1
* Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary...Gordon Sim2008-03-311-0/+5
* Send accept in response to message publications if required.Gordon Sim2008-03-271-3/+22
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-0/+1
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-0/+1
* Adjusted exception handling in c++ for final 0-10 path.Gordon Sim2008-03-101-1/+6
* Fixes to c++ broker:Gordon Sim2008-03-061-1/+1