summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/framing/Handler.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-3921: Removed unused header includesAndrew Stitcher2014-07-021-3/+0
* QPID-4579: Fixes building Qpid under the latest GCC (4.8.0).Darryl L. Pierce2013-02-121-19/+24
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-1/+1
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-1/+1
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-22/+2
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-1/+1
* Bring cluster code up to date.Alan Conway2008-06-181-14/+13
* Support for 0-10 sessions, not yet integrated. Misc minor fixes.Alan Conway2008-05-091-3/+3
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-1/+2
* * src/qpid/broker/SessionHandler.cpp:Alan Conway2007-09-181-22/+27
* * configure.ac: Disabled cluster build temporarily while fixing build problems.Alan Conway2007-08-301-1/+1
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-291-17/+74
* 2007-06-30 <aconway@redhat.com>Alan Conway2007-07-021-6/+3
* * Summary:Alan Conway2007-06-291-1/+11
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-271-58/+12
* * src/qpid/framing/Handler.h: Tempates for handlers and handler chains.Alan Conway2007-06-261-0/+98