summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/amqp_0_10/SessionHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge in trunk to r752275Stephen D. Huston2009-03-101-1/+0
* Better error messages for not-attached exceptions.Alan Conway2009-01-291-33/+28
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-0/+6
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-1/+12
* QPID-1413: disable output before sending detachGordon Sim2008-11-061-0/+1
* Enabled management, add cluster shutdown command.Alan Conway2008-09-251-0/+9
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-221-5/+7
* 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