summaryrefslogtreecommitdiff
path: root/win/win32service.cpp
AgeCommit message (Expand)Author
2013-03-25Win32: Rewrite the service wrapperChrisTX
2012-12-03Fix thread handle leak in StartServiceThread()attilamolnar
2012-12-03Fix broken RetrieveLastError()attilamolnar
2012-10-14Replace printf(_c) with iostreamChrisTX
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-06-18Fix extras compilation under WindowsAdam
2009-08-03Hooray unused variables. Thanks MSVC.w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-08-28Windows compile fixesbrain
2008-08-27remove the testing debug settingbrain
2008-08-24Some commentsbrain
2008-08-24Use the error name constants here now rather than magic numbers. magic number...brain
2008-08-24Properly name the windows service error constants and put proper descriptions...brain
2008-08-24No names for the service specific errors, probably wont ever name them as the...brain
2008-08-24Properly give the service specific exit code on failure to start. Now we just...brain
2008-08-24work in progressbrain
2008-08-22EWWW windows line endings!brain
2008-08-21fixesbrain
2008-08-21zap the evil externs, and comment the lotbrain
2008-08-21detect if the process has an interactive session (if its started as a service...brain
2008-08-21add text explanations of the error messages that can occur when adding or rem...brain
2008-08-21change startup type from SERVICE_DEMAND_START to SERVICE_AUTO_START so that i...brain
2008-08-21make service log on as local service builtin account again. There was no issu...brain
2008-08-21now works 'enough' to progress further. Can start and stop the service and it...brain
2008-08-21add support for windows service. This now is part of inspircd itself being as...brain