summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/SessionHandler.h
Commit message (Expand)AuthorAgeFilesLines
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-1/+2
* QPID-1711: Ensure the session state between the two peers in an inter-broker ...Gordon Sim2009-03-041-3/+2
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-241-0/+18
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-2/+2
* QPID-1413: disable output before sending detachGordon Sim2008-11-061-0/+1
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-49/+15
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-8/+4
* - SequenceSet implemented on RangeSet.Alan Conway2008-04-231-1/+1
* * raise error when controls other than attached are received on unattached ch...Gordon Sim2008-04-211-0/+3
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-1/+0
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-051-0/+1
* A further step to final 0-10 spec.Gordon Sim2008-03-031-27/+24
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-4/+11
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-4/+6
* Initial cut of inter-broker bridgingGordon Sim2008-02-011-0/+7
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-3/+0
* Preparation for session thread safety overhaul:Alan Conway2007-11-011-1/+0
* Simple fix to prevent concurrent disconnection and sending of frames causing ...Gordon Sim2007-10-311-0/+3
* Simplify SessionState, preparing for session thread safety fixes.Alan Conway2007-10-311-0/+1
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-4/+10
* * Summary: generalized Invoker visitor to all *Operations andAlan Conway2007-10-161-1/+1
* 2007-09-24 Alan Conway <aconway@redhat.com>Alan Conway2007-09-241-4/+5
* Split broker::Session into:Alan Conway2007-09-211-4/+4
* Moved c++ over to using the same preview file for 0-10 work as java.Gordon Sim2007-09-211-21/+0
* AMQP 0-10 Session suppported on broker and client.Alan Conway2007-09-191-6/+24
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-181-8/+8
* * src/qpid/broker/SessionHandler.cpp:Alan Conway2007-09-181-21/+25
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-171-0/+94