summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable dequeue for prototype clusterAlan Conway2008-07-171-0/+4
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-102/+93
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-27/+6
* Removed static Cpg::handlers, fixed ForkedBroker shutdown.Alan Conway2008-07-081-0/+1
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-64/+84
* Bring cluster code up to date.Alan Conway2008-06-181-12/+7
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-3/+3
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-6/+6
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-6/+6
* Cluster code fixed for changes in codebase.Alan Conway2008-02-011-16/+91
* Added cluster URL configuration, defaults to all interfaces.Alan Conway2008-02-011-3/+3
* Re-enabled build of cluster code when openais is installed.Alan Conway2008-01-291-8/+9
* Added framing::BodyHolder:Alan Conway2007-11-221-1/+1
* - Update cluster code to work with new FrameHandlerAlan Conway2007-08-301-22/+11
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-2/+1
* fix for new heap modelCarl C. Trieloff2007-08-171-1/+1
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-1/+1
* Fix assertions that cause make -DNDEBUG to fail.Alan Conway2007-08-131-4/+2
* * src/tests/ais_check, cluster.mk: Run AIS tests only if:Alan Conway2007-07-271-10/+9
* * src/tests/cluster.mk: Enable cluster test.Alan Conway2007-07-231-16/+18
* * Summary:Alan Conway2007-07-191-43/+19
* * src/qpid/cluster/SessionFrame.cpp, .h: Wrap AMQFrame withAlan Conway2007-07-051-34/+20
* 2007-06-30 <aconway@redhat.com>Alan Conway2007-07-021-75/+122
* * Summary:Alan Conway2007-06-291-46/+75
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-261-0/+159