summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Broker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Undo change from r774809.Alan Conway2009-05-151-2/+1
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-141-1/+2
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-12/+11
* Fixed cluster store problem where second and subsequent cluster nodes (which ...Kim van der Riet2009-05-081-17/+19
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-1/+1
* Revert r758359 STATUS_INVALID_PARAMETER changes; breaks build. Reopen QPID-1737Stephen D. Huston2009-03-251-1/+1
* Apply patch to s/STATUS_INVALID_PARAMETER/STATUS_PARAMETER_INVALID/ to build ...Stephen D. Huston2009-03-251-2/+2
* QPID-1721: Fixes for replication between clusters when new members are addedGordon Sim2009-03-091-0/+1
* Cluster support for message time-to-live.Alan Conway2009-02-091-0/+2
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-041-4/+11
* Producer side rate throttling:Andrew Stitcher2009-01-271-2/+4
* Some minor updates to logging levels to avoid undue alarm.Gordon Sim2009-01-261-0/+2
* QPID-1567: Added ability for federation links to failover to other specified ...Gordon Sim2009-01-211-4/+10
* QPID-1567: clean shutdown of event queueGordon Sim2009-01-161-0/+1
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-151-0/+1
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-1/+2
* Log changes: logging default now notice+, "listening on" messages are at noti...Alan Conway2009-01-051-1/+1
* QPID-1449 - Added federation tag that was missing when management was disabledTed Ross2008-12-101-0/+5
* Reduce logging noise from NullMessageStore: log "persistence disabled" once a...Alan Conway2008-11-241-1/+1
* Avoid alarming error message when unencrypted tcp is disabled. Test availabil...Gordon Sim2008-11-141-5/+4
* QPID-1414: fix to prevent concurrent modification of brokers known url listGordon Sim2008-11-131-7/+8
* Add Message callbacks for async completion.Alan Conway2008-11-061-11/+7
* Use new wrapped get() accessor in AddressStephen D. Huston2008-10-241-2/+3
* Add option to require that only encrypted connections be accepted.Gordon Sim2008-10-201-7/+13
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...Gordon Sim2008-10-171-6/+9
* Make SaslAuthenticator reimplementable for schemes other than Cyrus, such as ...Stephen D. Huston2008-10-161-26/+7
* QPID-1366 - implementation of automatic anti-looping for federationTed Ross2008-10-161-22/+26
* Periodically purge expired messages from queuesGordon Sim2008-10-131-1/+9
* Allow management clienst to specify transport to use for inter-broker linksGordon Sim2008-10-131-5/+8
* Identify transports by nameGordon Sim2008-10-101-17/+18
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-101-0/+1
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-1/+12
* Resolve QPID-1309Stephen D. Huston2008-10-021-4/+5
* QPID-1290 - Patch from William HenryTed Ross2008-09-231-0/+26
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-9/+9
* - removed cluster methods in mgnt, will add them to a new cluster object inCarl C. Trieloff2008-09-151-2/+1
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-101-2/+3
* QPID-1174 Updates to the management frameworkTed Ross2008-09-031-3/+5
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-3/+3
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-111-0/+2
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-051-2/+4
* Fix sporadic shutdown hang in clustered broker.Alan Conway2008-08-051-1/+1
* - Implementation of ACL pluginCarl C. Trieloff2008-07-311-0/+1
* QPID-1198 (Partial): Missing header files that are really neededAndrew Stitcher2008-07-291-1/+2
* Allow configurable default size limit to be set for queues (merged from r6794...Gordon Sim2008-07-241-2/+7
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-0/+1
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-161-5/+5
* Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.Alan Conway2008-07-151-3/+3
* Move shutdown of management broker to end of shutdown sequenceTed Ross2008-07-101-1/+1
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-6/+6