summaryrefslogtreecommitdiff
path: root/cpp/src/posix/QpiddBroker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-8/+12
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-2/+8
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-7/+10
* 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