summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* synchronized with trunk except for ruby dirRafael H. Schloming2009-12-2662-963/+6433
* Fix memory leak in Cluster and enable valgrind in ais_checkAlan Conway2008-08-154-12/+30
* Queue cluster send frames, do cpg_mcast in separate thread, batching if possi...Alan Conway2008-08-122-22/+50
* Replace eventfd with more portable pipe implementation in PollableCondition.Alan Conway2008-08-122-2/+46
* Move frame processing out of CPG dispatch queue for cluster.Alan Conway2008-08-125-19/+269
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-117-36/+90
* Check CPG flow control.Alan Conway2008-08-072-15/+47
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-061-5/+6
* Fix Cluster::send encode race.Alan Conway2008-08-052-5/+3
* Fix sporadic shutdown hang in clustered broker.Alan Conway2008-08-052-23/+17
* Enable dequeue for prototype clusterAlan Conway2008-07-173-10/+30
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-177-159/+331
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-083-35/+21
* Revert un-necessary Plugin complications. Better solution for plugin extensio...Alan Conway2008-07-081-28/+20
* Removed static Cpg::handlers, fixed ForkedBroker shutdown.Alan Conway2008-07-083-49/+20
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-046-115/+182
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-262-23/+39
* Consolidated cluster tests in cluster_test.cppAlan Conway2008-06-261-1/+1
* - use flock to lock data dir rather than a lock file.Alan Conway2008-06-251-10/+10
* Bring cluster code up to date.Alan Conway2008-06-183-15/+10
* 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