summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/SessionAdapter.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-4905: Stopped broker::Broker needing to refer to broker::ConnectionAndrew Stitcher2013-06-191-4/+2
* QPID-4075: Raise delete event for autodeleted queues alsoGordon Sim2012-06-221-0/+3
* QPID-3942: embed xid struct in more readable form into error messages or log ...Gordon Sim2012-04-101-3/+1
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-181-0/+1
* Code cleanup in broker directory.Alan Conway2010-10-141-12/+12
* Improved doxygen comments for class description.Jonathan Robie2010-07-281-5/+6
* Add directory to #includeAlan Conway2009-07-141-3/+3
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-271-0/+11
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-3/+3
* QPID-1526: add checks for exclusive ownership plus tests to verify they are e...Gordon Sim2008-12-101-1/+1
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-38/+25
* - SequenceSet implemented on RangeSet.Alan Conway2008-04-231-1/+0
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-14/+18
* Use the errata file for final 0-10 that has a type code for xids without whic...Gordon Sim2008-04-141-1/+2
* Handle the set-redelivered flag on the final version of the message.release c...Gordon Sim2008-04-091-0/+1
* Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary...Gordon Sim2008-03-311-1/+3
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-0/+34
* Scope exclusive queues to sessions.Gordon Sim2008-03-171-5/+12
* Enabled tx methods on final 0-10 path and converted tests accordinglyGordon Sim2008-03-111-1/+13
* Adjusted exception handling in c++ for final 0-10 path.Gordon Sim2008-03-101-7/+16
* Added acquire impl to final 0-10 codepathGordon Sim2008-03-071-0/+2
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-051-0/+19
* Further updates to support final 0-10 specGordon Sim2008-03-041-0/+183
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-171-94/+0
* * Summary:Alan Conway2007-08-311-3/+29
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-291-23/+25
* * Fix compile errors.Alan Conway2007-08-271-4/+2
* * Fix compile errors.Alan Conway2007-08-271-16/+19
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-271-0/+65