summaryrefslogtreecommitdiff
path: root/cpp/src/qpidd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-11/+33
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-0/+4
* Add ability to run broker as a Windows service; resolves QPID-2519.Stephen D. Huston2011-10-211-1/+4
* Automatically add shared library suffix to module name in --load-module.Alan Conway2009-11-041-1/+0
* qpidd prints message to stderr if logging configuration is invalid.Alan Conway2009-10-021-15/+19
* Fix misleading log messages.Alan Conway2009-08-241-1/+1
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Fix seg fault caused by exceptiosn thrown in Cluster ctor.Alan Conway2008-11-191-1/+2
* Split platform-specific qpidd code out to posix/QpiddBroker.cpp; allows Windo...Stephen D. Huston2008-10-291-187/+16
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...Gordon Sim2008-10-171-4/+6
* Split logging options into portable options and sink-related options that are...Stephen D. Huston2008-10-151-4/+2
* Resolve QPID-1309Stephen D. Huston2008-10-021-2/+3
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-111-10/+3
* Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.Alan Conway2008-07-151-2/+2
* Revert un-necessary Plugin complications. Better solution for plugin extensio...Alan Conway2008-07-081-1/+1
* Restore use of SignalHandler in qpidd.cpp, fixed errors in previous commit.Alan Conway2008-07-071-24/+6
* Temporarily reverting changes to signal handling; as checked in by r674107 it...Gordon Sim2008-07-071-2/+18
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-18/+2
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-261-1/+1
* Consolidated cluster tests in cluster_test.cppAlan Conway2008-06-261-7/+1
* Default --log-output to syslog in --daemon mode.Alan Conway2008-06-121-2/+7
* Load modules from /usr/lib64/qpidd on x86_64 architectureTed Ross2008-06-051-0/+7
* Removed assignment of a string literal that causes problems with some newer c...Ted Ross2008-06-041-3/+3
* QPID-1114 Change defaults for data-dir and pid-dir to /home/ross/.qpiddTed Ross2008-06-031-1/+9
* QPID-1114 Daemon mode improvementsTed Ross2008-06-021-3/+7
* Added --syslog-name, --syslog-facility options.Alan Conway2008-06-021-6/+5
* Explicitly reset shared pointer; brokers destructor not called if started thr...Gordon Sim2008-02-121-1/+2
* From Ted Ross, https://issues.apache.org/jira/browse/QPID-782Alan Conway2008-02-081-8/+9
* Clean shutdown of broker: Moved signal unsafe code from Broker::shutdownAlan Conway2008-02-071-15/+5
* Removed signal-unsafe code from shutdown handler. Alan Conway2008-02-071-3/+15
* From Ted Ross, https://issues.apache.org/jira/browse/QPID-767Alan Conway2008-01-301-1/+1
* Patch from Ted Ross, QPID-744Alan Conway2008-01-281-5/+9
* From https://issues.apache.org/jira/browse/QPID-737 by Ted Ross.Alan Conway2008-01-141-3/+3
* Apply patch from QPID-732 by Ted Ross.Alan Conway2008-01-141-7/+78
* Edits to --help message and man page to improve readabiliity.Alan Conway2007-10-161-4/+4
* * docs/man/qpidd.x: Explain configuration options.Alan Conway2007-10-041-2/+1
* * Summary:Alan Conway2007-07-191-19/+42
* * src/qpid/broker/Daemon.cpp, .hAlan Conway2007-07-191-59/+40
* * Summary:Alan Conway2007-06-291-3/+3
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-271-2/+2
* Make check now starts a broker on a dynamically assigned port, soAlan Conway2007-06-271-68/+37
* QPID-504: Print bound port if --port 0 is specified. Not yet used by tests.Alan Conway2007-06-111-66/+94
* Fixed qpidd --trace flag to be equivalent to "--log.enable trace+"Alan Conway2007-06-061-1/+1
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-301-33/+45
* * docs/api/Makefile.am: Adding html.timestamp to clean target.Alan Conway2007-05-181-1/+1
* Moved parseOptions from qipdd to CommonOptions where it can be re-used.Alan Conway2007-05-011-20/+2
* Resolves: QPID-298, QPID-304: qpidd flags to control broker daemon.Alan Conway2007-04-301-21/+80
* - docs/man/qpidd.x: explain file and environment configuration. Alan Conway2007-04-261-10/+18
* Added environment variables as a source of Qpid configuration.Alan Conway2007-04-251-2/+11
* * qpid/CommonOptions.h:Alan Conway2007-04-251-35/+66