summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/amqp_0_10/SessionHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generate c++ enum types for AMQP enums in framing/enum.h.Alan Conway2008-09-091-5/+6
* Fix for broker wraparound problem.Alan Conway2008-06-131-2/+13
* Request a timely reqply to session.completed based on configured flush interval.Alan Conway2008-06-041-1/+1
* Increased default flush interval to 1MB, send spontaneous known-completed at ...Alan Conway2008-06-041-3/+5
* Improve performance of synchronous publication by not requesting known-comple...Gordon Sim2008-06-021-1/+2
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-29/+32
* Support for 0-10 sessions, not yet integrated. Misc minor fixes.Alan Conway2008-05-091-0/+275