summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Broker.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* From Ted Ross, https://issues.apache.org/jira/browse/QPID-780Alan Conway2008-02-061-1/+5
* Initial cut of inter-broker bridgingGordon Sim2008-02-011-0/+2
* Added cluster URL configuration, defaults to all interfaces.Alan Conway2008-02-011-5/+3
* Deleted unused classes, adjusted files that still mention them.Alan Conway2008-01-291-13/+0
* Apply patch from QPID-732 by Ted Ross.Alan Conway2008-01-141-10/+5
* patch-715 (tross)Carl C. Trieloff2008-01-021-0/+1
* Some fixes relating to message 'staging'.Gordon Sim2007-12-131-2/+1
* Change Broker::getPort() return type to uint16_t (was int16_t)Alan Conway2007-12-111-1/+1
* Added options to broker for journal file size. Also brought back exception co...Kim van der Riet2007-12-041-0/+2
* Patch QPID-680 from trossCarl C. Trieloff2007-11-131-8/+12
* Make standard exchanges durableGordon Sim2007-11-081-0/+1
* - support for store to abort init / forceCarl C. Trieloff2007-11-031-0/+1
* Patch from TedCarl C. Trieloff2007-10-311-5/+9
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-0/+1
* QPID-651 applied patch from TedCarl C. Trieloff2007-10-191-2/+7
* - added options for aysnc store & store dir locationCarl C. Trieloff2007-10-181-0/+2
* 2007-09-24 Alan Conway <aconway@redhat.com>Alan Conway2007-09-241-0/+4
* * src/tests/ais_check, cluster.mk: Run AIS tests only if:Alan Conway2007-07-271-2/+1
* * Summary:Alan Conway2007-07-191-12/+22
* Autodeletable shared queues are now deleted as soon as the consumer count dro...Gordon Sim2007-07-031-5/+0
* * Summary:Alan Conway2007-06-291-19/+17
* * src/qpid/broker/Plugin.h: Base class for plug-in objects.Alan Conway2007-06-271-0/+5
* Make check now starts a broker on a dynamically assigned port, soAlan Conway2007-06-271-5/+7
* * qpid/CommonOptions.h:Alan Conway2007-04-251-10/+18
* Some dtx related updates.Gordon Sim2007-04-191-0/+3
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+108