summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionState.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-051-16/+29
* Updated tracking of outgoing command id and send command-point control on ses...Gordon Sim2008-03-031-4/+4
* A further step to final 0-10 spec.Gordon Sim2008-03-031-36/+13
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-15/+113
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-7/+7
* Patches from Ted Ross:Alan Conway2008-02-121-0/+2
* Cluster code fixed for changes in codebase.Alan Conway2008-02-011-20/+13
* patch-715 (tross)Carl C. Trieloff2008-01-021-0/+75
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-2/+21
* Disable recoding of frames for replay where replay will not be required.Gordon Sim2007-11-281-1/+1
* Added framing::BodyHolder:Alan Conway2007-11-221-1/+1
* Change to avoid assertion when delivery is concurrent with session detachment:Gordon Sim2007-11-121-5/+6
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-13/+24
* Lock active session id map when removing id for closed session.Gordon Sim2007-10-181-1/+1
* 2007-09-24 Alan Conway <aconway@redhat.com>Alan Conway2007-09-241-5/+10
* Split broker::Session into:Alan Conway2007-09-211-0/+63