summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Fix unreferenced local variable warningStephen D. Huston2010-07-151-1/+1
* QPID-2727: Handle exceptions in Broker constructor and call finalise to safel...Gordon Sim2010-07-091-0/+5
* Ensure broker is deleted in main thread, not by global destructors.Alan Conway2010-07-072-13/+17
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-053-1/+22
* QPID-2691: ensure ttl adjustment uses correct expiration on cloned messageGordon Sim2010-06-243-4/+7
* Make management+cluster test more aggressive.Alan Conway2010-06-231-1/+2
* QPID-2688: ensure that unacked messages are requeued before autodeletion occu...Gordon Sim2010-06-223-9/+37
* Don't hold QueueRegistry lock while iterating over queues to purge them of ex...Gordon Sim2010-06-221-1/+17
* Fix cluster broker crashes when management is active.Alan Conway2010-06-222-12/+32
* QPID-2670: copy-on-write when tagging message for loop detectionGordon Sim2010-06-154-4/+18
* Fix cluster-safe assertion in connection negotiation.Alan Conway2010-06-092-1/+12
* Ensure that bindings for dynamic bridges are not propagated over failed sessi...Gordon Sim2010-06-092-9/+19
* Cluster handle connection-negotiation phase in local broker.Alan Conway2010-06-085-37/+9
* QPID-2649: Ensure timer is stopped before we start deleting broker membersGordon Sim2010-06-071-0/+1
* 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