summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/SessionState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk tag to-cmake-25mar09 (r758432)Stephen D. Huston2009-03-251-4/+10
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-2/+2
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-8/+8
* Enabled management, add cluster shutdown command.Alan Conway2008-09-251-1/+1
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-1/+26
* Generate c++ enum types for AMQP enums in framing/enum.h.Alan Conway2008-09-091-2/+3
* 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