summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* 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-242-8/+8
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-2/+2
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-0/+1
* Fixed use of intrusive_ptr in code that was missedAndrew Stitcher2008-03-251-2/+3
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-253-9/+9
* Cluster code fixed for changes in codebase.Alan Conway2008-02-013-28/+98
* Added cluster URL configuration, defaults to all interfaces.Alan Conway2008-02-013-19/+37
* Re-enabled build of cluster code when openais is installed.Alan Conway2008-01-297-228/+12
* Deleted unused classes, adjusted files that still mention them.Alan Conway2008-01-294-9/+8
* Apply patch from QPID-732 by Ted Ross.Alan Conway2008-01-141-0/+2
* Added framing::BodyHolder:Alan Conway2007-11-222-5/+1
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-2/+2
* Edits to --help message and man page to improve readabiliity.Alan Conway2007-10-161-1/+1
* 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-309-123/+114
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-282-3/+2
* Fix cluster code for heap reuduction commit.Alan Conway2007-08-172-2/+2
* 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-163-10/+10
* 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
* 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-276-186/+38
* Use execution layer to acknowledge messages. Gordon Sim2007-07-271-2/+6
* Remove unused file.Alan Conway2007-07-271-161/+0
* * Summary:Alan Conway2007-07-244-33/+73
* * src/tests/cluster.mk: Enable cluster test.Alan Conway2007-07-233-25/+32
* * Summary:Alan Conway2007-07-195-77/+218
* * src/qpid/cluster/SessionFrame.cpp, .h: Wrap AMQFrame withAlan Conway2007-07-054-40/+149
* * cluster/ClasifierHandler: classifies frames for clustering treatment.Alan Conway2007-07-032-0/+121
* 2007-06-30 <aconway@redhat.com>Alan Conway2007-07-027-322/+240
* * Summary:Alan Conway2007-06-296-69/+336
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-265-17/+499
* Handler refactoring notes for cluster.Alan Conway2007-06-111-0/+161
* Build support for clustering, initial CPG wrapper & tests.Alan Conway2007-06-072-0/+184