summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Broker.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-14/+28
* QPID-648: Patch from Matt FarrelleeGordon Sim2008-05-091-0/+3
* Turn auth back on by default for c++ broker (only if SASL libs are available)Gordon Sim2008-05-011-5/+1
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-2/+1
* * Renamed the Acceptor class to be the ProtocolFactory classAndrew Stitcher2008-04-221-22/+14
* QPID-648: (based on patch from mfarrellee@redhat.com) Gordon Sim2008-04-221-1/+0
* Refactored Acceptor code to allow multiple acceptors to be present in the brokerAndrew Stitcher2008-04-181-15/+32
* Refactored IO Thread creation so that it happens in the Broker classAndrew Stitcher2008-04-171-6/+28
* QPID-921: applied qpid-patch36.diff on behalf of Ted RossNuno Santos2008-04-151-2/+2
* QPID-648: Initial support for sasl authentication for c++ broker. From patch ...Gordon Sim2008-04-141-0/+37
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-081-1/+1
* Patch from Ted Ross (see QPID-902): This patch contains the following improve...Kim van der Riet2008-04-041-15/+17
* QPID-877: applied patch from Ted RossNuno Santos2008-03-251-1/+2
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-1/+1
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-181-6/+6
* QPID-820 from trossCarl C. Trieloff2008-02-281-1/+6
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-1/+2
* Broker::connect - connect to URL, return ConnectionInputHandler.Alan Conway2008-02-131-5/+18
* From Ted Ross, https://issues.apache.org/jira/browse/QPID-782Alan Conway2008-02-081-1/+4
* Clean shutdown of broker: Moved signal unsafe code from Broker::shutdownAlan Conway2008-02-071-1/+4
* From Ted Ross, https://issues.apache.org/jira/browse/QPID-780Alan Conway2008-02-061-1/+5
* Turn management on by defualtCarl C. Trieloff2008-02-041-1/+1
* Initial cut of inter-broker bridgingGordon Sim2008-02-011-1/+10
* Added cluster URL configuration, defaults to all interfaces.Alan Conway2008-02-011-6/+1
* 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-50/+33
* Patch from https://issues.apache.org/jira/browse/QPID-722 by Ted Ross:Alan Conway2008-01-071-1/+1
* patch-715 (tross)Carl C. Trieloff2008-01-021-0/+6
* Changed --store to --store-lib as a simple way to avoid confusing the options...Gordon Sim2007-12-141-1/+1
* Some fixes relating to message 'staging'.Gordon Sim2007-12-131-1/+0
* Change Broker::getPort() return type to uint16_t (was int16_t)Alan Conway2007-12-111-1/+1
* From Ted Ross <tross@redhat.com>Alan Conway2007-12-061-2/+3
* Added options to broker for journal file size. Also brought back exception co...Kim van der Riet2007-12-041-3/+11
* Default --worker-threads is max(2, cores), performs better on 1 core boxes.Alan Conway2007-11-301-1/+1
* perftest improvements.Alan Conway2007-11-271-2/+2
* QPID-689 from tross@redhat.com.Alan Conway2007-11-231-4/+33
* Patch QPID-680 from trossCarl C. Trieloff2007-11-131-22/+41
* On Linux, broker defaults --worker-threads to the number of available CPU coresAlan Conway2007-11-091-0/+3
* Make standard exchanges durableGordon Sim2007-11-081-4/+14
* AMQP 670 This patch contains the following:Carl C. Trieloff2007-11-041-9/+12
* - support for store to abort init / forceCarl C. Trieloff2007-11-031-3/+10
* Patch from TedCarl C. Trieloff2007-10-311-1/+9
* ##-*-text-*-Alan Conway2007-10-291-2/+4
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-2/+4
* - added patch from TeddCarl C. Trieloff2007-10-261-8/+11
* QPID-651 applied patch from TedCarl C. Trieloff2007-10-191-3/+23
* Fixed typo in messageCarl C. Trieloff2007-10-191-1/+1
* - added init for dir and async options for storeCarl C. Trieloff2007-10-191-1/+2
* - added options for aysnc store & store dir locationCarl C. Trieloff2007-10-181-2/+8
* Edits to --help message and man page to improve readabiliity.Alan Conway2007-10-161-6/+7