| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - docs/man/qpidd.x: explain file and environment configuration. | Alan Conway | 2007-04-26 | 1 | -10/+18 |
* | Added environment variables as a source of Qpid configuration. | Alan Conway | 2007-04-25 | 1 | -2/+11 |
* | * qpid/CommonOptions.h: | Alan Conway | 2007-04-25 | 1 | -35/+66 |
* | * Moved code generation into top-level gen/ dir with own Makefile.am | Alan Conway | 2007-04-14 | 1 | -2/+2 |
* | * Fixes to enable VPATH builds. | Alan Conway | 2007-04-11 | 1 | -1/+1 |
* | Fix for the most disruptive items in QPID-243. | Andrew Stitcher | 2007-04-02 | 1 | -3/+3 |
* | Renamed cpp-0-9 to cpp | Alan Conway | 2007-03-21 | 1 | -0/+80 |
* | * cpp: svn removed, will rename cpp-0-9 | Alan Conway | 2007-03-21 | 1 | -80/+0 |
* | - rpm: make rpm now builds RPMs under rpm/ directory. | Alan Conway | 2006-12-23 | 1 | -0/+20 |
* | Patch sumbitted to qpid-dev: | Gordon Sim | 2006-12-06 | 1 | -5/+11 |