summaryrefslogtreecommitdiff
path: root/cpp/src/windows/QpiddBroker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-5/+43
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-5/+7
* Add ability to run broker as a Windows service; resolves QPID-2519.Stephen D. Huston2011-10-211-12/+174
* QPID-2905 - Misc. code cleanup to allow compilation on a wider set of compilers.Ted Ross2011-05-171-2/+2
* Write the correct port number to stdout when starting up. Resolves QPID-2366.Stephen D. Huston2010-01-271-5/+5
* QPID-1951: Removed need for Windows versions of ssize_t and pid_tAndrew Stitcher2009-12-151-72/+119
* Get selected TCP listen port before building the pid file name; fixes regress...Stephen D. Huston2009-10-231-2/+3
* Add missing accept() call to start listening on broker portStephen D. Huston2009-10-211-3/+4
* Add console control handler to properly shut down broker on ^C et al; fixes Q...Stephen D. Huston2009-09-171-0/+9
* Try to create piddir if needed; on error throw a useful message. Fixes QPID-2030Stephen D. Huston2009-08-051-0/+11
* Correct qpidd.h header pathStephen D. Huston2009-07-161-1/+1
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Replace getenv usage with more secure Windows calls - silences compile diagno...Stephen D. Huston2009-07-131-6/+7
* Add --quit, --check, --pid-dir options to allow shutting down a broker from c...Stephen D. Huston2009-05-181-2/+84
* Add --quit, --check for Windows; required fixing LockFile for WindowsStephen D. Huston2009-05-111-1/+67
* Merge in initial changes to allow building with CMake; rubygen and management...Stephen D. Huston2009-04-231-11/+14
* Add Windows pieces for building the broker; resolves QPID-1338Stephen D. Huston2008-10-301-0/+89