summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-2004: Now that connections are cleaned up on shutdown, some cluster safe...Gordon Sim2010-06-022-3/+0
* Fixed sporadic client "reserved bits not 0" exceptions with cluster + encrypt...Alan Conway2010-06-021-1/+1
* Fix problems with cluster_authentication_soak test in VPATH build.Alan Conway2010-05-271-11/+9
* Fix issues with cluster+securityAlan Conway2010-05-272-15/+9
* QPID-2617: Fix the windows build for modified method signatureGordon Sim2010-05-251-1/+1
* Disable new sasl testing if SASL version is less than 2.1.22.Michael Goulish2010-05-241-0/+3
* The cmake build caught my omission of this unused arg.Michael Goulish2010-05-241-1/+1
* Jira QPID-2617 -- make sasl-based tests config files relocatableMichael Goulish2010-05-244-13/+28
* QPID-2612: Fix to windows build from Chuck RolkeGordon Sim2010-05-181-1/+1
* QPID-2588: Prevent queue being destroyed while still in use.Gordon Sim2010-05-154-12/+67
* Cluster + SecurityMichael Goulish2010-05-146-19/+76
* QPID-2588: Ensure we do not make calls on store for a given queue once it has...Gordon Sim2010-05-134-2/+13
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-118-47/+45
* Use UnauthorizedAccessException for ACL violations rather than NotAllowedExce...Gordon Sim2010-05-063-14/+14
* BZ572245: Clustering can force message persistence when one node remains. Fix...Kim van der Riet2010-04-281-5/+10
* Handle incorrect values for worker-threads option more gracefullyGordon Sim2010-04-261-15/+20
* Code cleanup Ted Ross2010-04-238-59/+28
* QPID-2517 - Broker schema changes to support cluster management.Ted Ross2010-04-231-1/+3
* 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