summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/SessionState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for broker wraparound problem.Alan Conway2008-06-131-4/+7
* Revert SessionState changes in r667503.Alan Conway2008-06-131-12/+8
* Fix bug in SessionState - avoid all replay calculations for timeout==0.Alan Conway2008-06-131-8/+12
* Fix valgrind error.Alan Conway2008-06-041-1/+1
* Request a timely reqply to session.completed based on configured flush interval.Alan Conway2008-06-041-4/+6
* Increased default flush interval to 1MB, send spontaneous known-completed at ...Alan Conway2008-06-041-1/+19
* Only record frames for replay if timeout is non-zero.Gordon Sim2008-05-291-2/+2
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-231-21/+45
* Improved logging for session state - show incomplete commands on receive-comp...Alan Conway2008-05-221-9/+14
* Improved logging for session state.Alan Conway2008-05-221-8/+12
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-78/+86
* Support for 0-10 sessions, not yet integrated. Misc minor fixes.Alan Conway2008-05-091-54/+77
* Session state as per AMQP 0-10 specification.Alan Conway2008-04-271-0/+165