summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set protocol versions correctly in cluster code.Alan Conway2009-07-305-12/+29
* QPID-652 -- fixed by Marco BisioliCarl C. Trieloff2009-07-301-1/+3
* Change remaining broker Timer clients to use the single broker TimerAndrew Stitcher2009-07-305-11/+11
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-3016-91/+78
* Added diagnostics to tell if timer callbacks overrun their allowed timeAndrew Stitcher2009-07-301-3/+21
* Fix sys::Timer code to push into priority list using the correct timeAndrew Stitcher2009-07-301-1/+1
* Provide more informative cluster logging at notice levelAlan Conway2009-07-295-28/+28
* Further suppression for 32 bit fedora 11.Gordon Sim2009-07-281-0/+8
* Suppression for boost 1.37 unit_test problemAndrew Stitcher2009-07-281-0/+9
* Oops: eliminated a ternary operator giving the "else" instead of the "then".Andrew Stitcher2009-07-281-1/+1
* Add a default constructor to LinkRegistry so that you don't needAndrew Stitcher2009-07-282-2/+16
* Separate generated public header files from non-public headers, generated cod...Alan Conway2009-07-2719-60/+91
* More friendly stalled messages for no samplesCarl C. Trieloff2009-07-271-13/+25
* Add missing mgnt counters for replication exchangeCarl C. Trieloff2009-07-252-3/+33
* Revert "Remove uninformative per-message info level log message."Alan Conway2009-07-241-0/+3
* Remove uninformative per-message info level log message.Alan Conway2009-07-231-3/+0
* Avoid creating unnecessary new deques (keep on recycling old ones)Andrew Stitcher2009-07-232-1/+1
* Replace TRUE with _TRUE, FALSE with _FALSE to avoid macro conflicts on Window...Stephen D. Huston2009-07-221-8/+8
* Never try to init a string with a zero pointer; fixes QPID-1998Stephen D. Huston2009-07-211-2/+5
* Use a loopback socket instead of a pipe on Windows; resolves part of QPID-1918Stephen D. Huston2009-07-211-13/+49
* Remove some unnecessary promotions of char* to std::string.Alan Conway2009-07-214-24/+29
* test checkin for mickMichael Goulish2009-07-201-1/+0
* Fix include paths for doxygen generated API doc.Alan Conway2009-07-202-4/+3
* Fix problem with in-tree builds.Alan Conway2009-07-201-1/+2
* QPID-1993: Patch from Chenta Lee to prevent compiler warnings with GCC 4.3.3Gordon Sim2009-07-204-5/+13