summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-231-1/+1
* Fixed problems with the broker's QMFv2 mode:Ted Ross2010-04-164-0/+14
* Implementation of QPID-2509 (Remove message staging from C++ broker)Kim van der Riet2010-04-158-46/+14
* Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recoveryKim van der Riet2010-04-138-8/+46
* QPID-2487: always save the origin, even if queue is already boundKenneth Anthony Giusti2010-04-084-1/+18
* QPID-2482: prevent duplication of messages that match multiple binding keys o...Kenneth Anthony Giusti2010-04-061-2/+9
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-317-11/+19
* Remove dead PeriodicTimer code.Alan Conway2010-03-302-107/+0
* QPID-2454 Messages set with a TTL expire immediately when sent on qpid queues...Carl C. Trieloff2010-03-261-0/+1
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-121-1/+1
* Fix for deadlock beween journal timer & connection threads.Alan Conway2010-03-123-6/+29
* Added hooks in the broker for QMFv2 management of the broker.Ted Ross2010-03-082-8/+23
* Fix QPID-2435. This patch removes the "publishNow" feature from the broker a...Ted Ross2010-03-051-1/+1
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-057-23/+46
* QPID-2429: Use explicit check for void value rather than relaying on empty() ...Gordon Sim2010-03-041-1/+1
* QPID-2386: added username (if available) to log entry for failed authentication.Gordon Sim2010-03-031-19/+22
* 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