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