summaryrefslogtreecommitdiff
path: root/cpp/src/tests/SessionState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only record frames for replay if timeout is non-zero.Gordon Sim2008-05-291-0/+4
* Speculative "fix" for solaris compile errors discussed on qpid-dev.Alan Conway2008-05-261-1/+1
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-231-5/+6
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-75/+71
* Support for 0-10 sessions, not yet integrated. Misc minor fixes.Alan Conway2008-05-091-162/+74
* Session state as per AMQP 0-10 specification.Alan Conway2008-04-271-25/+229
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-171-3/+3
* Fixed to build with boost 1.34 as well as boost 1.33Alan Conway2007-11-281-4/+6
* locking around access to the unacked out bufferGordon Sim2007-11-011-1/+1
* Preparation for session thread safety overhaul:Alan Conway2007-11-011-2/+9
* Simplify SessionState, preparing for session thread safety fixes.Alan Conway2007-10-311-5/+0
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-0/+142