summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/SessionManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-enabled build of cluster code when openais is installed.Alan Conway2008-01-291-111/+0
* Deleted unused classes, adjusted files that still mention them.Alan Conway2008-01-291-3/+2
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-2/+2
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-171-1/+1
* * Summary:Alan Conway2007-08-311-7/+7
* - Update cluster code to work with new FrameHandlerAlan Conway2007-08-301-16/+17
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-1/+1
* Fix cluster code for heap reuduction commit.Alan Conway2007-08-171-1/+1
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-6/+6
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-141-3/+3
* Deleted following files that are obsolete for 0-10:Alan Conway2007-08-141-1/+1
* * src/tests/ais_check, cluster.mk: Run AIS tests only if:Alan Conway2007-07-271-39/+16
* Use execution layer to acknowledge messages. Gordon Sim2007-07-271-2/+6
* * Summary:Alan Conway2007-07-241-27/+54
* * Summary:Alan Conway2007-07-191-0/+103