summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/windows
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: restore inclusion for Windows builds broken by r1428722Charles E. Rolke2013-01-041-0/+1
* QPID-3500 C++ qpidd broker --help should work despite parse errorsCharles E. Rolke2012-09-201-4/+8
* Fix signed/unsigned compiler warning. NO-JIRAStephen D. Huston2012-09-061-1/+1
* Use command-line and service-start parameters in broker started as a service....Stephen D. Huston2012-09-041-1/+34
* 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-202-335/+337
* Add ability to run broker as a Windows service; resolves QPID-2519.Stephen D. Huston2011-10-213-12/+615
* QPID-2643 Visual Studio 2010: c++ expressCharles E. Rolke2011-09-161-1/+1
* QPID-2905 - Misc. code cleanup to allow compilation on a wider set of compilers.Ted Ross2011-05-171-2/+2
* QPID-2906 Charles E. Rolke2010-10-282-821/+0
* QPID-2906 Qpid WinSDK .NET Binding does not support Release configurationCharles E. Rolke2010-10-142-0/+821
* QPID-2711 - Patch from Chuck RolkeTed Ross2010-07-083-0/+157
* 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