Refactor kill functions to be independent of services.
[nssm.git] / process.cpp
2014-12-30 Iain PattersonRefactor kill functions to be independent of services.
2014-08-31 Iain PattersonTerminate the correct process.
2014-01-27 Iain PattersonKill process tree from the top down.
2014-01-27 Iain PattersonEnsure we have a valid service exit time.
2014-01-27 Iain PattersonSend Control-C to the right window.
2014-01-26 Iain PattersonAllocate new console by default.
2014-01-25 Iain PattersonAllocate a new console for stdin.
2014-01-23 Iain PattersonMoved environment functions to a new file.
2014-01-19 Iain PattersonFake stdin for applications which exit on EOF.
2014-01-15 Iain PattersonAdjust buffer sizes.
2013-11-26 Iain PattersonAdded test_environment().
2013-11-26 Iain PattersonAllow compiling as a Unicode application.
2013-11-20 Iain PattersonPass parameters around in a data structure.
2013-11-15 Iain PattersonUse await_shutdown().
2013-11-15 Iain PattersonAllow overriding time to wait when trying to kill the...
2013-11-15 Iain PattersonTypos and formatting etc.
2013-11-12 Iain PattersonAttachConsole() isn't available in Windows 2000.
2013-10-31 Iain PattersonCompiler food.
2013-10-31 Iain PattersonSkip some or all methods of stopping the application.
2013-10-28 Iain PattersonFixed Control-C race.
2013-02-19 Iain PattersonTry to send Control-C event to application console.
2012-12-02 Iain PattersonFixed crash when stopping the service.
2011-02-17 Iain PattersonTidyup TerminateProcess().
2011-02-16 Iain PattersonFix event logging.
2011-02-03 Iain PattersonTry to kill the process tree gracefully.
2011-01-25 Iain PattersonKill process tree when stopping service.