summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionState.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2007-09-24 Alan Conway <aconway@redhat.com>Alan Conway2007-09-241-7/+11
* Split broker::Session into:Alan Conway2007-09-211-19/+48
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-271-9/+22
* * src/qpid/broker/SessionState.h: State of a session.Alan Conway2007-08-271-0/+57