summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-1732 - When an exchange is deleted, the binding-count for bound queues i...Ted Ross2009-10-225-9/+6
* Initial checkin of portable message store plugin and MS SQL-specific storage ...Stephen D. Huston2009-10-212-11/+3
* Fixed memory leak on broker shutdown. Broker's management agent pointer is nowTed Ross2009-10-202-6/+6
* Carry over recent AsynchIO-level changes to Windows.Stephen D. Huston2009-10-201-1/+1
* r817742 (the fix for QPID-2102) did not cover the case for 2pc transactions r...Gordon Sim2009-10-184-5/+26
* Pull running acceptor out of Broker run loopAndrew Stitcher2009-10-161-1/+0
* Fix race condition in enqueue/dequeue callbacks.Alan Conway2009-10-092-14/+25
* Cluster shuts down broker via SignalHandler to fix memory errors on exit.Alan Conway2009-10-082-0/+5
* Add missing extern decls.Stephen D. Huston2009-10-072-3/+3
* Fixed: cluster udpate did not presever deliver-properties.exchange on messages.Alan Conway2009-10-054-11/+26
* 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