| Commit message (Expand) | Author | Age | Files | Lines |
* | QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated t... | Robert Gemmell | 2016-07-05 | 1 | -115/+0 |
* | QPID-4518 : disallow unknown args in config file | Michael Goulish | 2013-01-09 | 1 | -2/+4 |
* | QPID-4095: Move the directory iteration into FileSysDir: | Andrew Stitcher | 2012-12-20 | 1 | -1/+1 |
* | QPID-3500 C++ qpidd broker --help should work despite parse errors | Charles E. Rolke | 2012-09-20 | 1 | -9/+29 |
* | QPID-2082: Put all of the C++ code in the source tree into a namespace | Andrew Stitcher | 2012-03-20 | 1 | -0/+4 |
* | Add ability to run broker as a Windows service; resolves QPID-2519. | Stephen D. Huston | 2011-10-21 | 1 | -1/+4 |
* | Automatically add shared library suffix to module name in --load-module. | Alan Conway | 2009-11-04 | 1 | -1/+0 |
* | qpidd prints message to stderr if logging configuration is invalid. | Alan Conway | 2009-10-02 | 1 | -15/+19 |
* | Fix misleading log messages. | Alan Conway | 2009-08-24 | 1 | -1/+1 |
* | Add directory to #include | Alan Conway | 2009-07-14 | 1 | -1/+1 |
* | Fix seg fault caused by exceptiosn thrown in Cluster ctor. | Alan Conway | 2008-11-19 | 1 | -1/+2 |
* | Split platform-specific qpidd code out to posix/QpiddBroker.cpp; allows Windo... | Stephen D. Huston | 2008-10-29 | 1 | -187/+16 |
* | QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex... | Gordon Sim | 2008-10-17 | 1 | -4/+6 |
* | Split logging options into portable options and sink-related options that are... | Stephen D. Huston | 2008-10-15 | 1 | -4/+2 |
* | Resolve QPID-1309 | Stephen D. Huston | 2008-10-02 | 1 | -2/+3 |
* | Refactored c++ client library to allow multiple protocols to be | Andrew Stitcher | 2008-09-11 | 1 | -10/+3 |
* | Switched from shared_ptr to intrusive_ptr and RefCounted for Broker. | Alan Conway | 2008-07-15 | 1 | -2/+2 |
* | Revert un-necessary Plugin complications. Better solution for plugin extensio... | Alan Conway | 2008-07-08 | 1 | -1/+1 |
* | Restore use of SignalHandler in qpidd.cpp, fixed errors in previous commit. | Alan Conway | 2008-07-07 | 1 | -24/+6 |
* | Temporarily reverting changes to signal handling; as checked in by r674107 it... | Gordon Sim | 2008-07-07 | 1 | -2/+18 |
* | Cluster prototype: handles client-initiated commands (not dequeues) | Alan Conway | 2008-07-04 | 1 | -18/+2 |
* | Plugin framework change: single PluginFactory creates per-target Plugin insta... | Alan Conway | 2008-06-26 | 1 | -1/+1 |
* | Consolidated cluster tests in cluster_test.cpp | Alan Conway | 2008-06-26 | 1 | -7/+1 |
* | Default --log-output to syslog in --daemon mode. | Alan Conway | 2008-06-12 | 1 | -2/+7 |
* | Load modules from /usr/lib64/qpidd on x86_64 architecture | Ted Ross | 2008-06-05 | 1 | -0/+7 |
* | Removed assignment of a string literal that causes problems with some newer c... | Ted Ross | 2008-06-04 | 1 | -3/+3 |
* | QPID-1114 Change defaults for data-dir and pid-dir to /home/ross/.qpidd | Ted Ross | 2008-06-03 | 1 | -1/+9 |
* | QPID-1114 Daemon mode improvements | Ted Ross | 2008-06-02 | 1 | -3/+7 |
* | Added --syslog-name, --syslog-facility options. | Alan Conway | 2008-06-02 | 1 | -6/+5 |
* | Explicitly reset shared pointer; brokers destructor not called if started thr... | Gordon Sim | 2008-02-12 | 1 | -1/+2 |
* | From Ted Ross, https://issues.apache.org/jira/browse/QPID-782 | Alan Conway | 2008-02-08 | 1 | -8/+9 |
* | Clean shutdown of broker: Moved signal unsafe code from Broker::shutdown | Alan Conway | 2008-02-07 | 1 | -15/+5 |
* | Removed signal-unsafe code from shutdown handler. | Alan Conway | 2008-02-07 | 1 | -3/+15 |
* | From Ted Ross, https://issues.apache.org/jira/browse/QPID-767 | Alan Conway | 2008-01-30 | 1 | -1/+1 |
* | Patch from Ted Ross, QPID-744 | Alan Conway | 2008-01-28 | 1 | -5/+9 |
* | From https://issues.apache.org/jira/browse/QPID-737 by Ted Ross. | Alan Conway | 2008-01-14 | 1 | -3/+3 |
* | Apply patch from QPID-732 by Ted Ross. | Alan Conway | 2008-01-14 | 1 | -7/+78 |
* | Edits to --help message and man page to improve readabiliity. | Alan Conway | 2007-10-16 | 1 | -4/+4 |
* | * docs/man/qpidd.x: Explain configuration options. | Alan Conway | 2007-10-04 | 1 | -2/+1 |
* | * Summary: | Alan Conway | 2007-07-19 | 1 | -19/+42 |
* | * src/qpid/broker/Daemon.cpp, .h | Alan Conway | 2007-07-19 | 1 | -59/+40 |
* | * Summary: | Alan Conway | 2007-06-29 | 1 | -3/+3 |
* | * src/qpid/framing/ChannelAdapter.cpp: Use handler chains | Alan Conway | 2007-06-27 | 1 | -2/+2 |
* | Make check now starts a broker on a dynamically assigned port, so | Alan Conway | 2007-06-27 | 1 | -68/+37 |
* | QPID-504: Print bound port if --port 0 is specified. Not yet used by tests. | Alan Conway | 2007-06-11 | 1 | -66/+94 |
* | Fixed qpidd --trace flag to be equivalent to "--log.enable trace+" | Alan Conway | 2007-06-06 | 1 | -1/+1 |
* | Logging infrastructure: See qpidd --long-help for details. | Alan Conway | 2007-05-30 | 1 | -33/+45 |
* | * docs/api/Makefile.am: Adding html.timestamp to clean target. | Alan Conway | 2007-05-18 | 1 | -1/+1 |
* | Moved parseOptions from qipdd to CommonOptions where it can be re-used. | Alan Conway | 2007-05-01 | 1 | -20/+2 |
* | Resolves: QPID-298, QPID-304: qpidd flags to control broker daemon. | Alan Conway | 2007-04-30 | 1 | -21/+80 |