summaryrefslogtreecommitdiff
path: root/src/win32/winService.cpp
Commit message (Collapse)AuthorAgeFilesLines
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-171-197/+205
| | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive"
* fixed win32 buildMarkus Grüneis2010-02-161-2/+2
|
* introduced posixDaemon as DaemonService for posix targetsChristian Pointner2010-02-061-0/+25
| | | | | | some dependency cleanups
* 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
| | | | | | this is release 0.3.1
* 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