summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/posix/QpiddBroker.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5942: qpid HA cluster may end-up in joining state after HA primary is ki...Alan Conway2014-07-311-9/+17
* QPID-4745: Alternative port allocation for tests, instead of 'qpidd --port=0'Alan Conway2013-06-181-3/+3
* QPID-4758: Extend the qpidd --wait option to work at shutdownCharles E. Rolke2013-04-241-2/+2
* QPID-3689: Fix previous change of command line option handlingAndrew Stitcher2013-04-181-3/+3
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-2/+2
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-2/+2
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-2/+2
* QPID-3500 C++ qpidd broker --help should work despite parse errorsCharles E. Rolke2012-09-201-6/+10
* NO-JIRA: Reduce message for missing lock file from critical to notice.Alan Conway2012-05-141-2/+8
* QPID-3510 - Created a separate option in CommonOptions for the client configu...Ted Ross2012-04-231-2/+2
* QPID-2082: Put all of the C++ code in the source tree into a namespaceAndrew Stitcher2012-03-201-5/+8
* Add ability to run broker as a Windows service; resolves QPID-2519.Stephen D. Huston2011-10-211-0/+5
* QPID-3309: This fix sets the value of the port number in management if the br...Kim van der Riet2011-07-051-2/+10
* Ensure broker is deleted in main thread, not by global destructors.Alan Conway2010-07-071-1/+1
* Ensure broker is deleted in main thread, not by global destructors.Alan Conway2010-07-011-4/+13
* Ensure broker is deleted in main thread, not by global destructors.Alan Conway2010-07-011-0/+2
* Changed default timeout for daemon to 10 min to allow for long store recovery...Kim van der Riet2009-11-041-1/+1
* Pull running acceptor out of Broker run loopAndrew Stitcher2009-10-161-0/+2
* Have qpidd -q wait till the qpidd process exits before returning.Alan Conway2009-10-131-2/+10
* Merge in initial changes to allow building with CMake; rubygen and management...Stephen D. Huston2009-04-231-4/+5
* Fix anachronism in --daemon option description.Alan Conway2008-11-271-1/+1
* QPID-1459: don't call Broker::getPort() with empty string as transportGordon Sim2008-11-131-3/+7
* Split platform-specific qpidd code out to posix/QpiddBroker.cpp; allows Windo...Stephen D. Huston2008-10-291-0/+164