nssm.git
2016-07-05 Iain PattersonDavid Bremner committed some fixes.
2016-07-05 David BremnerCreateFile returns INVALID_HANDLE_VALUE on failure...
2016-07-05 David BremnerCreateToolhelp32Snapshot returns INVALID_HANDLE_VALUE...
2016-07-05 David Bremnerservice->passwordlen is a count of TCHARs, fix SecureZe...
2016-07-05 David Bremnermove misplaced return
2016-07-05 David Bremnerremove dead breaks and returns
2016-07-05 Iain PattersonTry to create messages at install time.
2016-04-21 Iain PattersonCompiler food.
2016-04-20 Iain PattersonAdded list command to enumerate NSSM services.
2016-03-31 Iain PattersonTechnically we should stop ignoring Control-C.
2016-03-20 Iain PattersonDon't ignore must_exist in open_registry().
2016-03-01 Iain PattersonNot an error if no hook found in the registry.
2016-03-01 Iain PattersonAlternative open_registry_key() signature.
2016-02-28 Iain PattersonHelp git figure out how to diff .mc and .rc files.
2016-02-28 Iain PattersonUse CRLF consistently.
2016-02-28 Iain PattersonUse service_registry_path() in create_exit_action().
2016-02-28 Mathias BreinerWorkaround for Resource Compiler warnings/errors under...
2016-02-23 Iain PattersonFix compilation on VS2015.
2016-02-22 Iain PattersonEventMessageFile should be unquoted.
2016-02-17 Iain PattersonCompiler food.
2016-02-17 Iain PattersonFix crash on Windows XP.
2015-03-08 Iain PattersonClean up Parameters properly.
2015-03-08 Iain PattersonIncorrect capitalisation of AppStderrCopyAndTruncate.
2015-03-08 Iain PattersonDescribe startup environment in the README.
2015-03-08 Iain PattersonAbstracted open_registry().
2015-03-02 Iain PattersonUse nssm_imagepath().
2015-03-02 Iain PattersonAdded nssm_imagepath() and nssm_unquoted_imagepath().
2015-02-24 Iain PattersonSave the environment.
2015-02-23 Iain PattersonCompiler food.
2015-02-23 Iain PattersonSet the environment before querying the registry.
2015-02-23 Iain PattersonFormatting.
2015-01-05 Iain PattersonStart service in a new thread so we don't block stop...
2015-01-05 Iain PattersonRun hooks in response to certain events.
2015-01-02 Iain PattersonDon't create registry keys needlessly.
2015-01-02 Iain PattersonFixed permissions check in open_registry().
2014-12-31 Iain PattersonDon't time out waiting for service status change.
2014-12-31 Iain PattersonRegisterPowerSettingNotification is unnecessary.
2014-12-31 Iain PattersonRestrict acceptance of service controls.
2014-12-31 Iain PattersonMore StringFileInfo parameters.
2014-12-30 Iain PattersonRefactor kill functions to be independent of services.
2014-12-30 Iain PattersonSingle waiting function.
2014-12-30 Iain PattersonAllow slow service startup again.
2014-12-15 Iain PattersonTypo millisencondes.
2014-12-15 Iain PattersonDon't try to operate on freed data structure.
2014-09-18 Iain PattersonCopy/truncate file rotation.
2014-09-13 Iain PattersonAllow skipping kill_process_tree().
2014-09-10 Iain PattersonImport RegisterPowerSettingNotification().
2014-09-10 Iain PattersonRestart in response to PBT_APMRESUMEAUTOMATIC event.
2014-08-31 Iain PattersonNSSM 2.24. v2.24
2014-08-31 Iain PattersonTerminate the correct process.
2014-06-29 Iain PattersonNSSM 2.23. v2.23
2014-06-29 Iain PattersonUse CloseServiceHandle() on service handles.
2014-06-29 Iain PattersonFixed some typos and whitespace errors.
2014-06-29 Iain PattersonFixed running service under local username.
2014-06-04 Iain PattersonSuppress ERROR_PROC_NOT_FOUND events.
2014-05-25 Gildas le NadanTypos.
2014-05-16 Iain PattersonNSSM 2.22. v2.22
2014-05-16 Gildas le NadanLatest French translations.
2014-04-14 Iain PattersonDisable console window's close menu item.
2014-04-01 Iain PattersonFixed broken environment on restart.
2014-03-02 Iain PattersonAllow editing service dependencies.
2014-03-02 Iain PattersonReally get canonical name in open_service().
2014-03-02 Iain PattersonHeapFree() before GetLastError().
2014-03-02 Iain PattersonCorrect CloseHandle() call.
2014-03-02 Iain PattersonSkip blank lines in format_double_null().
2014-03-02 Iain PattersonRenamed un/format_environment().
2014-02-13 Iain PattersonDon't crash when installing a service.
2014-02-06 Iain PattersonUAC awareness.
2014-02-04 Iain PattersonOpen services with minimal privileges.
2014-02-04 Iain PattersonArgument consistency.
2014-02-04 Marco CartelliLatest Italian translations.
2014-02-04 Iain PattersonTidy up Edit Service buttons.
2014-02-03 Iain PattersonDon't complain if the service has no ObjectName.
2014-02-03 Iain PattersonFormat the exit action dropdown.
2014-02-02 Iain PattersonCredit for latest Italian translations.
2014-02-02 Iain PattersonRemoved redundant NSSM_EVENT_STDIN_CREATEPIPE_FAILED.
2014-02-02 Iain PattersonCommand arguments no longer called options.
2014-02-02 Marco CartelliLatest Italian translations.
2014-01-30 Iain PattersonUse well-known account aliases.
2014-01-29 Iain PattersonHandle well-known account names.
2014-01-29 Iain PattersonAdded CreateWellKnownSid and IsWellKnownSid imports.
2014-01-29 Iain PattersonFixed argument parsing for setting ObjectName.
2014-01-27 Iain PattersonCorrect label on file rotation GUI.
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-27 Iain PattersonEnough with the small buffers already.
2014-01-27 Iain PattersonFixed service context detection when built with VS2013.
2014-01-26 Iain PattersonDon't expand parameters when editing a service.
2014-01-26 Iain PattersonReally fix warning when file disposition isn't set.
2014-01-26 Iain PattersonSplit get_output_handles() into get_io_parameters().
2014-01-26 Iain PattersonMoved console functions to a new file.
2014-01-26 Iain PattersonAllocate new console by default.
2014-01-25 Iain PattersonAllocate a new console for stdin.
2014-01-25 Iain PattersonFixed CreateFile() flags when opening log files.
2014-01-23 Iain PattersonRevamped environment variables again.
2014-01-23 Iain PattersonAdded more environment functions.
2014-01-23 Iain PattersonRenamed set_environment().
2014-01-23 Iain PattersonMoved environment functions to a new file.
2014-01-22 Iain PattersonFixed warning when file disposition isn't set.
next