]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - win/win32service.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / win / win32service.cpp
2021-05-14 InspIRCd RobotUpdate copyright headers.
2021-04-27 Sadie PowellFix a bunch of weird indentation and spacing issues.
2021-03-05 Sadie PowellFix a bunch of really obvious unnecessary includes.
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-06-18 attilamolnarUse exit code EXIT_STATUS_SERVICE on Windows when exiti...
2013-06-05 attilamolnarMerge insp20
2013-04-27 attilamolnarMerge insp20
2013-04-05 Attila MolnarMerge pull request #472 from SaberUK/master+merge-headers
2013-04-05 Peter PowellMerge inspircd_{config,version}.h into a single header...
2013-03-26 Attila MolnarMerge pull request #443 from ShutterQuick/sasl_external
2013-03-25 ChrisTXWin32: Rewrite the service wrapper
2012-12-03 attilamolnarFix thread handle leak in StartServiceThread()
2012-12-03 attilamolnarFix broken RetrieveLastError()
2012-10-14 Attila MolnarMerge pull request #274 from ChrisTX/insp20+gnutlsdepre...
2012-10-14 Attila MolnarMerge pull request #338 from ChrisTX/insp20+iostream
2012-10-14 ChrisTXReplace printf(_c) with iostream
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2011-06-18 AdamFix extras compilation under Windows
2009-08-03 w00tHooray unused variables. Thanks MSVC.
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-08-28 brainWindows compile fixes
2008-08-27 brainremove the testing debug setting
2008-08-24 brainSome comments
2008-08-24 brainUse the error name constants here now rather than magic...
2008-08-24 brainProperly name the windows service error constants and...
2008-08-24 brainNo names for the service specific errors, probably...
2008-08-24 brainProperly give the service specific exit code on failure...
2008-08-24 brainwork in progress
2008-08-22 brainEWWW windows line endings!
2008-08-21 brainfixes
2008-08-21 brainzap the evil externs, and comment the lot
2008-08-21 braindetect if the process has an interactive session (if...
2008-08-21 brainadd text explanations of the error messages that can...
2008-08-21 brainchange startup type from SERVICE_DEMAND_START to SERVIC...
2008-08-21 brainmake service log on as local service builtin account...
2008-08-21 brainnow works 'enough' to progress further. Can start and...
2008-08-21 brainadd support for windows service. This now is part of...