summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Broker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-137/+149
* WIP - async store interface working for configuration (adding and removing qu...Kim van der Riet2012-10-181-10/+11
* QPID-3858: WIP: Provisional checkin: Wiring of async store interface to broke...Kim van der Riet2012-09-241-23/+67
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-24/+20
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-18/+248
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-3/+4
* QPID-3858: WIP - Updates to async store interface. Removed the errors/excepti...Kim van der Riet2012-05-041-0/+5
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-3/+8
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-091-0/+1
* QPID-3630: remove deprecated rate limiting featureKenneth Anthony Giusti2012-01-131-8/+0
* QPID-3615: deprecate max-session-rate feature.Kenneth Anthony Giusti2011-11-141-0/+7
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Kenneth Anthony Giusti2011-10-121-3/+50
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-5/+62
* QPID-3384: Enable DTX transactions in a cluster.Alan Conway2011-08-251-0/+1
* QPID-3363, QPID-3443: Corrected exception used for 'default access' rule viol...Gordon Sim2011-08-231-2/+5
* QPID-3363: prevent bind/unbind on default exchangeGordon Sim2011-08-091-3/+8
* QPID-3304: Patch from Gordon Sim plus tests which detect the condition being ...Kim van der Riet2011-07-191-3/+4
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-1/+2
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-2/+2
* QPID-3076: enable flow control for clustered broker configurations.Kenneth Anthony Giusti2011-04-281-7/+1
* QPID-3168: fix queue flow control --help textKenneth Anthony Giusti2011-03-241-2/+2
* QPID-3136: Add option to disable defaults for queue threshold alertsGordon Sim2011-03-111-2/+4
* QPID-3117Michael Goulish2011-03-041-1/+1
* QPID-3087: Fixes to store interaction changesGordon Sim2011-02-281-6/+1
* QPID-3087: fail rather than ignoring attempts to declare queues with bad argu...Gordon Sim2011-02-251-3/+1
* QPID-3015: cleanup and additional test of acl enforcementGordon Sim2011-02-231-3/+3
* QPID-3015: Rename string constants to avoid clashes on windowsGordon Sim2011-02-211-8/+8
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-10/+24
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-181-1/+409
* QPID-3002: Configurable threshold alerts for queuesGordon Sim2011-02-151-1/+0
* QPID-3053: Enable broadcast via QMFv2 by default; add option to allow broadca...Gordon Sim2011-02-141-3/+5
* QPID-2966: Add QMF method to dynamically set the log level.Gordon Sim2010-12-101-2/+43
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-6/+0
* This code's purpose was only to print out the sasl version into the logsMichael Goulish2010-10-261-5/+1
* Make the "SASL enabled" log message also print out the SASL version number. ...Michael Goulish2010-10-221-1/+5
* Fix compile error: outline set/getCluster fucntions on Broker.Alan Conway2010-10-191-0/+4
* Introduce broker::Cluster interface.Alan Conway2010-10-181-0/+2
* Code cleanup in broker directory.Alan Conway2010-10-141-0/+2
* Revert commits r981517 and r981435 that moved periodic purging of queues onto...Gordon Sim2010-08-111-2/+1
* Ensure that for clustered broker the queue cleaner is run on the correct thread.Gordon Sim2010-08-021-1/+2
* 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
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-051-1/+6
* QPID-2649: Ensure timer is stopped before we start deleting broker membersGordon Sim2010-06-071-0/+1
* Jira QPID-2617 -- make sasl-based tests config files relocatableMichael Goulish2010-05-241-1/+2
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-111-2/+3
* Handle incorrect values for worker-threads option more gracefullyGordon Sim2010-04-261-15/+20
* Code cleanup Ted Ross2010-04-231-1/+1
* QPID-2517 - Broker schema changes to support cluster management.Ted Ross2010-04-231-1/+3
* Implementation of QPID-2509 (Remove message staging from C++ broker)Kim van der Riet2010-04-151-5/+1