summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed spurious code in AMQFrame::~AMQFrame.Alan Conway2009-08-121-1/+1
* Optimized handling of accepts and completions.Alan Conway2009-08-125-25/+95
* Moved python cluster tests to new python test runnerKim van der Riet2009-08-123-28/+107
* Fixed a bug where Ruby/C number conversions failed on 32-bit architectures.Ted Ross2009-08-122-16/+16
* Minor whitespace adjustment.Gordon Sim2009-08-121-1/+1
* QPID-2046: * perform destroy() on the links own io thread, not on that of the...Gordon Sim2009-08-122-10/+22
* Add test script to distribution listGordon Sim2009-08-121-0/+1
* fixed the cpp/python test integrationRafael H. Schloming2009-08-119-207/+79
* Removed unneeded Makefile from configure.acTed Ross2009-08-111-1/+0
* Cleaned up the makefiles in the QMF bindings area.Ted Ross2009-08-1110-13/+293
* Add new test script to distribution list.Gordon Sim2009-08-111-0/+1
* Reinstate reliable_replication_testAndrew Stitcher2009-08-111-2/+1
* Add tests to check for correct Poller DISCONNECT behaviourAndrew Stitcher2009-08-111-24/+43
* Ensure that a PollerHandle that has had a disconnected event can neverAndrew Stitcher2009-08-111-1/+4
* Fix for re-entering DispatchHandle::processEvent more than once on disconnectionAndrew Stitcher2009-08-112-4/+3
* Watchdog feature to remove unresponsive cluster nodes.Alan Conway2009-08-106-33/+235
* Removed unused filesAndrew Stitcher2009-08-079-308/+1
* Reverted r801903, it should not be needed after r801860 and r801861.Gordon Sim2009-08-071-1/+0
* Gsim's temporary fix for replication bug.Michael Goulish2009-08-071-0/+1
* Fixed LinkRegistry destructor to only cancel TimerTask if there is one!Andrew Stitcher2009-08-071-1/+3
* Change QueueCleaner so that it cancels any outstanding TimerTask on destructionAndrew Stitcher2009-08-073-1/+7
* Change LinkRegistry to cancel its TimerTask in its destructorAndrew Stitcher2009-08-072-2/+13
* Revert "Stop timer thread before users are deleted (as they don't all clean u...Andrew Stitcher2009-08-071-4/+0
* Further improve the delay/overrun Timer warnings when both occur at onceAndrew Stitcher2009-08-071-6/+14
* When setting up the next fire time for a Timer make sure it can't be in the p...Andrew Stitcher2009-08-071-1/+2
* Stop timer thread before users are deleted (as they don't all clean up prior ...Gordon Sim2009-08-061-0/+4
* Fix cman integration to exit immediately on loss of quorum.Alan Conway2009-08-0612-36/+109
* generalized one suppression.Michael Goulish2009-08-051-5/+0
* Added many suppressions for stacks leading to apparent leaks in dl_open().Michael Goulish2009-08-051-0/+643
* Clarify that the build dir need not be a subdir of cpp/src; also, note the ne...Stephen D. Huston2009-08-051-3/+7
* Try to create piddir if needed; on error throw a useful message. Fixes QPID-2030Stephen D. Huston2009-08-052-1/+13
* Improved Timer delay/overrun warningsAndrew Stitcher2009-08-051-4/+6
* Rename of MessageStore::discardInit() to MessageStore::truncateInint(), resul...Kim van der Riet2009-08-056-7/+7
* Explicit Msg::op<< overrides for integral types, fixes a store compile problem.Alan Conway2009-08-041-4/+19
* Fixes for cluster code to compile with new stricter corosync header filesAndrew Stitcher2009-08-044-16/+56
* Return value to silence compiler warningsStephen D. Huston2009-08-031-1/+1
* Add needed 'extern' for building on WindowsStephen D. Huston2009-08-031-2/+2
* Fixed missing #include linesAndrew Stitcher2009-08-032-2/+2
* Updated the include path to use the new cpp/includes directory.Ted Ross2009-08-031-1/+1
* Moved qpid/management/Manageable.cpp and qpid/management/ManagementObject.cpp...Ted Ross2009-08-031-5/+5
* qrsh initial checkin.Michael Goulish2009-08-0317-0/+2325
* Fix build warnings/errors on WindowsStephen D. Huston2009-07-312-2/+3
* Fix race condition in cluster error handling.Alan Conway2009-07-3111-58/+102
* Make AMQFrame::getMethod() safe on frames with no body.Alan Conway2009-07-311-2/+2
* handle fail setting last-node-standing with unit test, still needs system testCarl C. Trieloff2009-07-312-12/+49
* Removed file src/tests/allSegmentTypes.h, which is generated.Kim van der Riet2009-07-311-128/+0
* Make previous test more robust, add some commentsCarl C. Trieloff2009-07-311-1/+12
* Candidate fix for race condition in testCarl C. Trieloff2009-07-311-1/+4
* Some clean up, and better error checkCarl C. Trieloff2009-07-311-3/+5
* Make replication of queue events not dependant on abs queue position, but rat...Carl C. Trieloff2009-07-306-10/+78