summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/SessionManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-231-1/+1
* Add directory to #includeAlan Conway2009-07-141-2/+2
* Replace lower_bound with equivalent loop; resolves QPID-1424Stephen D. Huston2008-11-191-3/+8
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-8/+1
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-1/+1
* Missing lock in SessionManager::forget()Alan Conway2008-06-091-1/+4
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-44/+34
* QPID-1052: Patch from Ted RossGordon Sim2008-05-121-2/+2
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-0/+1
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-1/+1
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-1/+1
* Cluster code fixed for changes in codebase.Alan Conway2008-02-011-1/+2
* Added Observer to SessionManager for cluster use.Alan Conway2008-01-291-0/+6
* patch-715 (tross)Carl C. Trieloff2008-01-021-0/+2
* Preparation for session thread safety overhaul:Alan Conway2007-11-011-0/+1
* Simplify SessionState, preparing for session thread safety fixes.Alan Conway2007-10-311-1/+0
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-8/+9
* Lock active session id map when removing id for closed session.Gordon Sim2007-10-181-0/+6
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-281-8/+20
* 2007-09-24 Alan Conway <aconway@redhat.com>Alan Conway2007-09-241-0/+84