summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* SSL changes for broker listening that weren't checked in with the original Wi...Stephen D. Huston2010-02-171-4/+4
* Added handling for adjusting TTL on outgoing message based on how long a mess...Kim van der Riet2010-02-153-0/+12
* Changes needed for QPID-2029 (Clustering and Management don't work well toget...Ted Ross2010-02-126-13/+24
* Consistent connection names across a cluster.Alan Conway2010-02-052-6/+4
* Added hook to retrieve priority from the delivery properties of a message.Ted Ross2010-02-034-0/+13
* QPID-2348 - [C++] The HeadersExchange does not support federationTed Ross2010-02-016-44/+196
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-292-12/+9
* QPID-2365 - Reroute messages from a queue featureTed Ross2010-01-292-9/+58
* QPID-2374: fix conditional compile based on configKenneth Anthony Giusti2010-01-291-1/+4
* QPID-2374: Null authenticator now checks for SSL if --encryption-required spe...Kenneth Anthony Giusti2010-01-281-2/+7
* Fix for QPID-2373 - Durable exchange state not replicated to broker joining c...Kim van der Riet2010-01-281-2/+1
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-274-5/+121
* Added PeriodicTimer interface for periodic tasks that need cluster synchroniz...Alan Conway2010-01-272-0/+6
* Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...Stephen D. Huston2010-01-231-0/+302
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-228-2/+104
* Cluster-safe assertions.Alan Conway2010-01-203-4/+32
* QPID-2295: Clustered + persistent broker crashes with inconsistency error.Alan Conway2010-01-184-30/+1
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-146-41/+0
* This further improves the fix made at rev 19819 in Qpid trunk for QPID-2175Rajith Muditha Attapattu2010-01-112-4/+6
* fix & test QPID-2320Carl C. Trieloff2010-01-061-6/+5
* This is a fix for QPID-2290 and the proper fix for QPID-2175Rajith Muditha Attapattu2009-12-182-3/+5
* Added methods to set the message redelivered flag upon recoveryKim van der Riet2009-12-162-0/+7
* QPID-2278: Encode alternate exchange information at the end of the buffer for...Gordon Sim2009-12-161-4/+6
* Fix for QPID-2278 - "Store recovery compatibility problem introduced by alter...Kim van der Riet2009-12-151-2/+4
* QPID-1951: Removed need for Windows versions of ssize_t and pid_tAndrew Stitcher2009-12-151-4/+10
* QPID-2089: Dequeue on acquire for accept mode NONEGordon Sim2009-12-152-2/+6
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-115-20/+11
* Support for restarting a persistent cluster.Alan Conway2009-11-242-14/+10
* Revert "Added getStoreDir() to MessageStore"Alan Conway2009-11-205-8/+0
* In exchange-bound, set queue-not-found correctly even if exchange is not found.Gordon Sim2009-11-191-1/+1
* Added getStoreDir() to MessageStoreAlan Conway2009-11-195-0/+8
* QPID-2188: Fixed typo in log messagesGordon Sim2009-11-182-2/+2
* Changes to compile under SunCC 5.10Andrew Stitcher2009-11-181-3/+3
* QPID-2188 , support for maxConnections, limit is set to brokerCarl C. Trieloff2009-11-175-1/+40
* expose less internals and some term clean up thanks to gsim's commentsCarl C. Trieloff2009-11-161-6/+5
* Add management subscription objectCarl C. Trieloff2009-11-132-4/+57
* Change from linear to binary search in requeueGordon Sim2009-11-131-5/+1
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-111-1/+1
* Also remove liner search from seek() & add testsCarl C. Trieloff2009-11-101-6/+5
* remove looping for position search and replace with stl algorithms for better...Carl C. Trieloff2009-11-093-37/+63
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-097-19/+51
* QPID-2191: Fix browsing behaviour where messages may have been released out o...Gordon Sim2009-11-091-1/+5
* Changed default timeout for daemon to 10 min to allow for long store recovery...Kim van der Riet2009-11-041-1/+1
* Erasing an iterator invalidates the iterator; changed the code to not derefer...Stephen D. Huston2009-11-031-2/+5
* In broker, change RecoverableExchange[Impl]::bind() strings to const; they ar...Stephen D. Huston2009-10-302-3/+7
* QPID-2181 - Alternate exchange on queue is not visible in management toolsTed Ross2009-10-301-0/+6
* Fixed problem of queue alternate-exchange property not being persisted on per...Kim van der Riet2009-10-293-5/+21
* Fix for QPID-2171 "No checks made for reserved exchange names "amq.*" and "qp...Kim van der Riet2009-10-291-2/+2
* Fixed lack of checking for reserved exchange names that start with "amq." acc...Kim van der Riet2009-10-281-0/+3
* Fixed problem where broker does not persist the alternate exchange setting to...Kim van der Riet2009-10-285-4/+28