summaryrefslogtreecommitdiff
path: root/support/win32/ApacheMonitor.c
Commit message (Expand)AuthorAgeFilesLines
* Success of 'SHGetMalloc()' should be tested with the SUCCEEDED macro.Christophe Jaillet2018-05-241-1/+1
* _setargv will not compile on _MSC_VER > 1700 MS documentation's example simpl...Gregg Lewis Smith2016-05-251-0/+2
* cppCheck: unreadVariable - 'serviceFlag' is not used in the function, so remo...Christophe Jaillet2012-10-151-1/+0
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-14/+14
* Improvements found by cppcheck:Stefan Fritsch2011-05-151-1/+0
* Escape should simply close the dialog; Enter should perform theWilliam A. Rowe Jr2009-04-231-14/+16
* more fallout from removing win9x-model services, this is no longer usedWilliam A. Rowe Jr2009-01-051-26/+0
* Drop some lingering pre-NT conditionalsWilliam A. Rowe Jr2009-01-031-11/+3
* Remove console/win9x support from ApacheMonitor, now Service Control onlyWilliam A. Rowe Jr2009-01-031-371/+129
* For legacy VC6, there's no __CRTDECL or _tstoi yet, but theWilliam A. Rowe Jr2008-05-011-2/+2
* Correct typo in r633607William A. Rowe Jr2008-03-041-1/+1
* Enable UAC transition from ApacheMonitor running as a vanilla user without privWilliam A. Rowe Jr2008-03-041-21/+81
* A large refactoring, but no behavior change;William A. Rowe Jr2008-03-021-132/+169
* Solve service status handle leak on multi-service ApacheMonitorWilliam A. Rowe Jr2007-12-221-8/+5
* Introduce --kill argument to ApacheMonitor for use by theWilliam A. Rowe Jr2007-12-111-18/+103
* Simplify OS detection. We are only interested in NTMladen Turk2007-07-181-11/+3
* ApacheMonitor valid OS is any WIN32_NT version.Mladen Turk2007-07-171-7/+3
* Add detection for post XP operating systems.Mladen Turk2007-05-081-1/+9
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Quiet warnings of POSIX deprecation in win32 support sources.William A. Rowe Jr2005-12-191-0/+5
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-214/+214
* httpd and Apache are both anticipated now.William A. Rowe Jr2005-03-311-2/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* WIN64: fix some windows specific 64bit warningsAllan K. Edwards2004-10-061-4/+4
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-54/+11
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Use the bare minimum permissions required to perform a given serviceWilliam A. Rowe Jr2002-07-121-3/+4
* Fix access for non-Administrators (superusers and the like) to allow themWilliam A. Rowe Jr2002-07-091-3/+3
* Formating, whitespace, following {} rules, 80 char lines, etc. The onlyWilliam A. Rowe Jr2002-06-161-780/+944
* Don't pass args at StartService, there is no point.William A. Rowe Jr2002-06-141-24/+2
* Fix Restart and Stop from the service taskbar list.William A. Rowe Jr2002-04-191-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Changes by Mladen Turk <mturk@mappingsoft.com>, with dialog touchup byWilliam A. Rowe Jr2001-11-271-102/+245
* Historically consistent flag to shutdown the server [stop is supported,William A. Rowe Jr2001-11-191-2/+2
* Allow ApacheBench to connect to and control Apache on other WinNT/2KWilliam A. Rowe Jr2001-10-061-15/+97
* Another recent Win32 PSDK addition that we can cover for VC5 users.William A. Rowe Jr2001-09-241-1/+2
* Add the red light/green light to ApacheMonitor's popup menu.William A. Rowe Jr2001-08-161-9/+10
* Fix the 'never disappearing' popup menu - anchor it to our (hidden)William A. Rowe Jr2001-08-161-4/+8
* A bit overboard - this registered window message only needs to beWilliam A. Rowe Jr2001-08-161-1/+1
* Wipe out some resource leakage.William A. Rowe Jr2001-08-161-0/+2
* Revised patch to clean up timer and other issuesWilliam A. Rowe Jr2001-08-161-7/+5
* Bug fix to the WM_TIMER that was not properly called after it was movedWilliam A. Rowe Jr2001-08-161-47/+127
* Reorder OS_VERSION(s) so >= OS_VERSION_WINNT, etc, tests correctly.William A. Rowe Jr2001-08-161-2/+2
* . clean up strings and remove them to the resource file (the simplestWilliam A. Rowe Jr2001-08-161-148/+114
* > 1. Cleaned the ApacheMonitor code a little bit.William A. Rowe Jr2001-08-141-540/+400
* Apache Monitor's tray code does not notify Windows to remove it from theRoy T. Fielding2001-08-081-1/+2
* This is a nearly blind commit of an update posted by Mladen Turk justCliff Woolley2001-08-071-312/+470