summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Broker.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-221-3/+7
* Added back -s short option for store lib.Gordon Sim2007-05-211-1/+1
* * qpid/CommonOptions.h:Alan Conway2007-04-251-16/+39
* Some dtx related updates.Gordon Sim2007-04-191-1/+2
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+122
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-59/+0
* Re-enabled tracing of requests sent and received.Gordon Sim2006-11-151-1/+2
* Added ability for broker to load a message store implementation from a library.Gordon Sim2006-11-151-1/+2
* update Apache licenses to the current versionStephen Vinoski2006-11-101-13/+16
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-091-4/+4
* Minor source reorg, see README.Alan Conway2006-11-061-1/+1
* Misc. cleanup.Alan Conway2006-11-011-3/+3
* IO refactor phase 1. Reduced dependencies, removed redundant classes.Alan Conway2006-10-311-38/+8