summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionAdapter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-23/+34
* - SequenceSet implemented on RangeSet.Alan Conway2008-04-231-0/+1
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-35/+42
* Use the errata file for final 0-10 that has a type code for xids without whic...Gordon Sim2008-04-141-9/+9
* Handle the set-redelivered flag on the final version of the message.release c...Gordon Sim2008-04-091-3/+4
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-081-1/+1
* rubygen/0-10/exceptions.rb:Alan Conway2008-04-031-2/+3
* Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary...Gordon Sim2008-03-311-0/+7
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-2/+126
* Scope exclusive queues to sessions.Gordon Sim2008-03-171-5/+22
* Enabled tx methods on final 0-10 path and converted tests accordinglyGordon Sim2008-03-111-1/+19
* Adjusted exception handling in c++ for final 0-10 path.Gordon Sim2008-03-101-8/+21
* Added acquire impl to final 0-10 codepathGordon Sim2008-03-071-6/+10
* Fixes to c++ broker:Gordon Sim2008-03-061-1/+1
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-051-1/+24
* Further updates to support final 0-10 specGordon Sim2008-03-041-0/+382
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-171-146/+0
* * Summary:Alan Conway2007-08-311-7/+108
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-291-58/+11
* * Fix compile errors.Alan Conway2007-08-271-0/+4
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-271-0/+88