summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* QPID-1993: Patch from Chenta Lee to prevent compiler warnings with GCC 4.3.3Gordon Sim2009-07-202-3/+5
* Add "[shadow]" prefix to the log-ID for shadow and catch-up connections, to m...Alan Conway2009-07-171-6/+12
* Move remaining needed Windows files from src/qpid/sys/windows to include/qpid...Stephen D. Huston2009-07-173-124/+0
* Improved debug loggingTed Ross2009-07-171-1/+8
* Move necessary files due to header file reorg; fixes Windows buildStephen D. Huston2009-07-163-306/+0
* Update queue listeners in the correct order.Alan Conway2009-07-168-46/+205
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-1584-7959/+0
* Minor cluster optimizations.Alan Conway2009-07-144-122/+11
* Add directory to #includeAlan Conway2009-07-14408-955/+902
* Reapplied r793120Gordon Sim2009-07-142-3/+10
* Reapplied r793119Gordon Sim2009-07-143-5/+5
* Add missing externs for Queue methods; silence getenv() warnings on Windows b...Stephen D. Huston2009-07-131-2/+2
* Replace getenv usage with more secure Windows calls - silences compile diagno...Stephen D. Huston2009-07-134-5/+28
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-1320-99/+103
* Change remaining broker Timer clients to use the single broker TimerAndrew Stitcher2009-07-105-8/+10
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-1016-91/+78
* Allow TimerTasks to be delayed correctly by separating out the timeAndrew Stitcher2009-07-102-3/+10
* Typos/Whitespace fixesAndrew Stitcher2009-07-103-5/+5
* Correct the case where for very low ( bytes) staging threshhold managementCarl C. Trieloff2009-07-101-1/+4
* Fix cluster handling of multiple errors.Alan Conway2009-07-103-19/+37
* Minor improvement to cluster logging.Alan Conway2009-07-091-3/+6
* Simplified PollableConditionAlan Conway2009-07-094-121/+32
* Move helper functions out of the public interface, as they are unsafeCarl C. Trieloff2009-07-091-3/+4
* Fix to cover this case:Carl C. Trieloff2009-07-083-1/+13
* fix for regression in patch & test to prevent regression againCarl C. Trieloff2009-07-081-1/+1
* Now that broker expects clients to send heartbeats, the client half of an int...Gordon Sim2009-07-081-3/+8
* More tests and complete fix for svn791672 commit -- correct requeueCarl C. Trieloff2009-07-084-6/+23
* QPID-1974: Fixes (and tests) for updating lvq state to new cluster members.Gordon Sim2009-07-085-3/+30
* Properly handle queued closes originating locally. Fixes QPID-1952Stephen D. Huston2009-07-071-3/+8
* Correcting to ensure recovered cluster-durable messages are dequeued from storeCarl C. Trieloff2009-07-071-2/+8
* More tests and completion of fix for 791672Carl C. Trieloff2009-07-072-5/+12
* Corrected the case where message on more than one queue does not persist when...Carl C. Trieloff2009-07-073-2/+11
* Federation: Propagation of dynamic bindings is now done on the thread servici...Ted Ross2009-07-026-14/+30
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-018-38/+80
* Prevent broker thread blocking while SSL handshake completes.Gordon Sim2009-07-011-2/+0
* QPID-1963: hold lock across TopicExchange::isBound() methodGordon Sim2009-07-011-0/+1