summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/amqp_0_10/SessionHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "QPID-3352: Fix test for failed session to avoid confusion with as yet...Alan Conway2012-01-201-5/+1
* QPID-3352: Fix test for failed session to avoid confusion with as yet uniniti...Alan Conway2012-01-181-1/+5
* QPID-3603: Break infinite "detached" loop between federated brokers.Alan Conway2012-01-181-2/+4
* QPID-3352 - Federation bridge doesn't recover from session errorsTed Ross2011-07-121-2/+3
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-3/+0
* Disable non-0 session timeouts.Alan Conway2010-08-031-1/+1
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-0/+10
* Fix regression introduced in r828108Alan Conway2009-10-261-9/+10
* Fix problems with sessions going out of scope and session numbers wrapping ar...Alan Conway2009-10-211-15/+16
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Log an error only the first time a detached session is used, ignore after that.Alan Conway2009-06-221-15/+20
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-0/+2
* QPID-1711: Ensure the session state between the two peers in an inter-broker ...Gordon Sim2009-03-041-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