summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/SessionState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidied up namespace usageAndrew Stitcher2009-09-091-7/+12
* Remove incorrect directory from #includeAlan Conway2009-07-141-1/+1
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-7/+6
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-3/+3
* Increased default flush interval to 1MB, send spontaneous known-completed at ...Alan Conway2008-06-041-0/+37
* 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