summaryrefslogtreecommitdiff
path: root/src/win32/winService.cpp
Commit message (Expand)AuthorAgeFilesLines
* added license exception for OpenSSLChristian Pointner2014-06-291-2/+15
* fixed typo in license headerChristian Pointner2014-06-211-1/+1
* whitespace only change: unified formatting with "astyle --style=k/r --indent=...Markus Grüneis2010-02-171-197/+205
* fixed win32 buildMarkus Grüneis2010-02-161-2/+2
* introduced posixDaemon as DaemonService for posix targetsChristian Pointner2010-02-061-0/+25
* type cleanupChristian Pointner2010-01-201-1/+1
* winService works now together with signalControllerChristian Pointner2010-01-201-13/+6
* integrated winservice into signal controllerChristian Pointner2010-01-201-61/+27
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-291-1/+1
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
* added log message at windows service stopChristian Pointner2009-02-221-0/+1
* remove useless log priorities CRIT,EMERG,ALERTChristian Pointner2009-02-221-3/+3
* moved LogErrno to AnytunErrnoChristian Pointner2009-02-221-10/+10
* replaced regular throws with AnytunError::thowErrChristian Pointner2009-02-221-32/+15
* added signal controller (console control handler) to windowsChristian Pointner2009-02-221-6/+6
* windows service works nowChristian Pointner2009-02-201-14/+68
* code cleanupChristian Pointner2009-02-201-119/+119
* added experimental win32 service codeChristian Pointner2009-02-201-0/+174