summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Broker.h
Commit message (Expand)AuthorAgeFilesLines
* Undo change from r774809.Alan Conway2009-05-151-14/+3
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-141-3/+14
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-2/+3
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-8/+10
* Cluster support for message time-to-live.Alan Conway2009-02-091-4/+9
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-041-0/+5
* Producer side rate throttling:Andrew Stitcher2009-01-271-0/+1
* QPID-1567: Added ability for federation links to failover to other specified ...Gordon Sim2009-01-211-0/+1
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-151-0/+3
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-081-2/+0
* Add Message callbacks for async completion.Alan Conway2008-11-061-1/+1
* Consistently refer to struct as struct, not classStephen D. Huston2008-10-301-1/+1
* Add option to require that only encrypted connections be accepted.Gordon Sim2008-10-201-1/+2
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...Gordon Sim2008-10-171-1/+1
* Make SaslAuthenticator reimplementable for schemes other than Cyrus, such as ...Stephen D. Huston2008-10-161-0/+4
* QPID-1366 - implementation of automatic anti-looping for federationTed Ross2008-10-161-0/+2
* QPID-1341 from JonathanCarl C. Trieloff2008-10-151-1/+0
* Periodically purge expired messages from queuesGordon Sim2008-10-131-0/+3
* Allow management clienst to specify transport to use for inter-broker linksGordon Sim2008-10-131-0/+6
* Identify transports by nameGordon Sim2008-10-101-5/+9
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-101-1/+5
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-0/+6
* QPID-1290 - Patch from William HenryTed Ross2008-09-231-0/+7
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-3/+3
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-101-1/+3
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-2/+5
* 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-0/+1
* - Implementation of ACL pluginCarl C. Trieloff2008-07-311-21/+30
* Allow configurable default size limit to be set for queues (merged from r6794...Gordon Sim2008-07-241-0/+1
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-161-0/+1
* Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.Alan Conway2008-07-151-3/+5
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-3/+0
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-8/+7
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-0/+3
* QPID-1087Ted Ross2008-05-211-4/+5
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-1/+2
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-7/+12
* QPID-648: Patch from Matt FarrelleeGordon Sim2008-05-091-0/+1
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-3/+0
* * Renamed the Acceptor class to be the ProtocolFactory classAndrew Stitcher2008-04-221-7/+7
* Refactored Acceptor code to allow multiple acceptors to be present in the brokerAndrew Stitcher2008-04-181-5/+13
* Refactored IO Thread creation so that it happens in the Broker classAndrew Stitcher2008-04-171-0/+5
* QPID-648: more flexible sasl implementation (patch provided by mfarrellee@red...Gordon Sim2008-04-141-2/+0
* QPID-648: Initial support for sasl authentication for c++ broker. From patch ...Gordon Sim2008-04-141-0/+4
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-181-5/+3
* QPID-820 from trossCarl C. Trieloff2008-02-281-0/+2
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-0/+3
* Broker::connect - connect to URL, return ConnectionInputHandler.Alan Conway2008-02-131-2/+13
* From Ted Ross, https://issues.apache.org/jira/browse/QPID-782Alan Conway2008-02-081-0/+1