David Bremner committed some fixes.
[nssm.git] / io.cpp
2016-07-05 David BremnerCreateFile returns INVALID_HANDLE_VALUE on failure...
2016-07-05 David Bremnerremove dead breaks and returns
2014-12-15 Iain PattersonDon't try to operate on freed data structure.
2014-09-18 Iain PattersonCopy/truncate file rotation.
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-19 Iain PattersonFake stdin for applications which exit on EOF.
2014-01-19 Iain PattersonFixed NSSM_EVENT_DUPLICATEHANDLE_FAILED message.
2014-01-15 Iain PattersonAdjust buffer sizes.
2014-01-13 Iain PattersonFixed regression with offline rotation.
2014-01-13 Iain PattersonTidy up online rotation.
2014-01-12 Iain PattersonEnable on-demand rotation.
2014-01-12 Iain PattersonFixed copy/paste bug with I/O.
2014-01-12 Iain PattersonMore robust online rotation.
2014-01-12 Iain PattersonBigger I/O buffer.
2014-01-11 Iain PattersonRotate files while the service is running.
2013-12-24 Iain PattersonAdded delete_createfile_parameter().
2013-12-23 Iain PattersonStore I/O redirection and environment options.
2013-12-21 Iain PattersonFixed missing NULLs in log_event().
2013-12-21 Iain PattersonRotate output files.
2013-12-20 Iain PattersonAllow relative paths for I/O redirection.
2013-11-26 Iain PattersonAllow compiling as a Unicode application.
2013-11-22 Iain PattersonAllow configuring output file truncation.
2013-10-31 Iain PattersonCompiler food.
2013-07-30 Iain PattersonFixed missing io.cpp and io.h.