summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Broker.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* r948@fuschia: andrew | 2007-08-09 18:46:30 +0100Andrew Stitcher2007-08-091-2/+1
* * src/tests/start_broker: Pass script parameters to broker.Alan Conway2007-08-081-1/+3
* * src/tests/ais_check, cluster.mk: Run AIS tests only if:Alan Conway2007-07-271-2/+4
* * Summary:Alan Conway2007-07-241-1/+1
* * Summary:Alan Conway2007-07-191-8/+17
* 2007-07-02 <aconway@redhat.comAlan Conway2007-07-041-6/+8
* Autodeletable shared queues are now deleted as soon as the consumer count dro...Gordon Sim2007-07-031-3/+0
* Updated AutoDelete, now only run when auto delete queues exist andCarl C. Trieloff2007-06-291-3/+2
* * Summary:Alan Conway2007-06-291-4/+19
* Make check now starts a broker on a dynamically assigned port, soAlan Conway2007-06-271-9/+8
* Added support for recovering prepared transactions.Gordon Sim2007-05-251-2/+2