summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary promotions of char* to std::string.Alan Conway2009-07-212-7/+11
* QPID-1993: Patch from Chenta Lee to prevent compiler warnings with GCC 4.3.3Gordon Sim2009-07-201-2/+3
* Update queue listeners in the correct order.Alan Conway2009-07-161-0/+5
* Add directory to #includeAlan Conway2009-07-14118-340/+340
* Reapplied r793119Gordon Sim2009-07-141-1/+1
* 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-1313-69/+83
* Change remaining broker Timer clients to use the single broker TimerAndrew Stitcher2009-07-103-4/+6
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-1012-80/+64
* Typos/Whitespace fixesAndrew Stitcher2009-07-101-1/+1
* Correct the case where for very low ( bytes) staging threshhold managementCarl C. Trieloff2009-07-101-1/+4
* 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-084-3/+28
* 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
* QPID-1963: hold lock across TopicExchange::isBound() methodGordon Sim2009-07-011-0/+1
* Add blocking to broker::Timer/TimerTask so cancel and fire()Andrew Stitcher2009-06-232-3/+15
* Once we're aborting the connection due to traffic timeout make sureAndrew Stitcher2009-06-231-1/+6
* QPID-1936: Fix potential deadlock for durable ring queueGordon Sim2009-06-234-15/+58
* Ensure that the ConnectionTimeoutTask does not block other tasks (e.g. Connec...Gordon Sim2009-06-172-22/+35
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-1610-52/+73
* Revert bad optimization: unpredictable ordering of set caused cluster failures.Alan Conway2009-06-122-9/+25
* Minor change to clarify queue size policy log messagesKim van der Riet2009-06-111-3/+6
* Don't start the broker Connection heartbeat timers if theAndrew Stitcher2009-06-111-1/+1
* Stop timers on receiving Connection::closed() from lower levelsAndrew Stitcher2009-06-111-0/+4
* Add flag to broker Connection so that it knows if it is aAndrew Stitcher2009-06-112-1/+8
* QPID-1901: only try to load content if there is someGordon Sim2009-06-111-1/+1
* Lock should be released in LVQ before dequeuing old message to prevent possib...Gordon Sim2009-06-091-0/+1
* If expiration is already set, don't alter it.Gordon Sim2009-06-081-2/+5
* Fix of the previous client heartbeat changes:Andrew Stitcher2009-06-082-3/+3
* - Added heartbeat generation to the client (actually echo back anyAndrew Stitcher2009-06-083-26/+70
* Fixed broker Timer implementation so that you can correctlyAndrew Stitcher2009-06-081-7/+9
* Plumbed in an a connection abort operation to the OutputHandlerAndrew Stitcher2009-06-082-3/+9
* Fix change in test logic introduced by r782075.Gordon Sim2009-06-081-1/+1
* QPID-1892 - Fixed a memory leak where recovered durable queues are never dele...Ted Ross2009-06-051-0/+2
* Further fix to new cluster member state transfer to fix a case where unacked ...Gordon Sim2009-06-052-2/+16
* Add extern marker to match() and normalize() methods to build tests on WindowsStephen D. Huston2009-06-031-2/+2
* Ensure that ring queue behaves as expected when replicated to newly joined cl...Gordon Sim2009-06-031-1/+7
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-275-2/+34
* PollableQueue optimization - replace deque with vector.Alan Conway2009-05-252-8/+7
* ConsumerImpl optimization - use atomic value for queueHasMessages.Alan Conway2009-05-252-19/+11
* ConsumerImpl optimization - only dispatch on queue if we were notified of mes...Alan Conway2009-05-252-2/+21
* Optimized TopicExchange matching.Alan Conway2009-05-222-133/+136