summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Applied patches to resolve QPID-2076Stephen D. Huston2009-10-024-9/+12
* This is related to QPID-2108Rajith Muditha Attapattu2009-09-291-2/+2
* I have applied the patch attached to QPID-2108 from Tim Platten with a few mo...Rajith Muditha Attapattu2009-09-292-8/+21
* QMF Engine updates:Ted Ross2009-09-291-1/+1
* Transient flow-to-disk messages switched to store from BDB. Only single-queue...Kim van der Riet2009-09-282-2/+6
* r817742 (the fix for QPID-2102), introduced a deadlock and a race condition i...Gordon Sim2009-09-282-26/+30
* QPID-2102: Changed QueuePolicy to rely on external locking and require dequeu...Gordon Sim2009-09-284-34/+18
* Backed out a broker change that was unintentionally carried along in another ...Ted Ross2009-09-251-1/+1
* QMF updates:Ted Ross2009-09-251-1/+1
* Exchange route() refactorization that eliminates common code in each of the E...Kim van der Riet2009-09-256-111/+59
* This patch requires svn 817742, corrects the lock issue for ring queue in 817...Carl C. Trieloff2009-09-235-24/+58
* Minor update to allow store access to the message isPersistent() method. This...Kim van der Riet2009-09-223-3/+5
* Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q...Kim van der Riet2009-09-2214-151/+264
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-1418-378/+358
* This commit contains the followingRajith Muditha Attapattu2009-09-112-8/+27
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-1118-358/+378
* Tidied up namespace usageAndrew Stitcher2009-09-092-27/+27
* Replace write lock with read lock in QueueRegistry::eachQueue.Alan Conway2009-09-091-1/+1
* QPID-2080 - crash when attempting to modify an exchange's alternateTed Ross2009-09-041-2/+4
* QPID-2045 - crash when destroying a federation link with a dynamic bridgeTed Ross2009-09-031-1/+3
* QPID-2050 - leak of bridge objectsTed Ross2009-09-021-1/+0
* Revisit fix for QPID-1737: (clash with Win32 symbol)Andrew Stitcher2009-09-011-1/+1
* QPID-2078: Ensure sessions are cleaned up when their connection is closed by ...Gordon Sim2009-09-011-2/+4
* Added management visibility into the alternate exchange and auto-delete attri...Ted Ross2009-08-252-3/+18
* Fix misleading log messages.Alan Conway2009-08-241-1/+1
* QPID-1971 - bind in fedOpReorigen mode is not threadsafe for TopicExchangeTed Ross2009-08-132-10/+35
* Check for null pointer in ~QueueCleaner.Alan Conway2009-08-131-1/+1
* Optimized handling of accepts and completions.Alan Conway2009-08-124-25/+44
* 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
* Removed unused filesAndrew Stitcher2009-08-074-296/+0
* 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
* Stop timer thread before users are deleted (as they don't all clean up prior ...Gordon Sim2009-08-061-0/+4
* Rename of MessageStore::discardInit() to MessageStore::truncateInint(), resul...Kim van der Riet2009-08-056-7/+7
* Add needed 'extern' for building on WindowsStephen D. Huston2009-08-031-2/+2
* Fix build warnings/errors on WindowsStephen D. Huston2009-07-312-2/+3
* handle fail setting last-node-standing with unit test, still needs system testCarl C. Trieloff2009-07-311-10/+14
* Make replication of queue events not dependant on abs queue position, but rat...Carl C. Trieloff2009-07-302-0/+7
* Change remaining broker Timer clients to use the single broker TimerAndrew Stitcher2009-07-303-7/+7
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-3012-80/+64
* 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
* 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
* Replace TRUE with _TRUE, FALSE with _FALSE to avoid macro conflicts on Window...Stephen D. Huston2009-07-221-8/+8