summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Session.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split broker::Session into:Alan Conway2007-09-211-608/+0
* AMQP 0-10 Session suppported on broker and client.Alan Conway2007-09-191-0/+1
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-181-6/+4
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-171-2/+2
* Fix for race between flush and delivery.Gordon Sim2007-09-171-0/+6
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-8/+10
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-121-2/+2
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-2/+2
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-031-8/+47
* * Summary:Alan Conway2007-08-311-4/+526
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-291-0/+40