summaryrefslogtreecommitdiffstats
path: root/server/mpm/winnt/service.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-1/+1
* Introduced -E startup_logfile_name option to httpd to allow adminsWilliam A. Rowe Jr2002-04-171-2/+0
* Port the -k config option to Apache 2.0. This allows users to reconfigureRyan Bloom2002-03-221-16/+43
* Axe unused variableWilliam A. Rowe Jr2002-03-151-2/+0
* Use fprintf to stderr over printf. Better yet - replace with theWilliam A. Rowe Jr2002-03-141-13/+13
* My [sixth?] major revamp of service.c. Traded an event for a mutexWilliam A. Rowe Jr2002-03-141-229/+67
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* The final commit to achieve a quality release. We cannot use CreateThreadWilliam A. Rowe Jr2002-02-131-5/+5
* After hours of debugging, the answer was -trivial-, but extremelyWilliam A. Rowe Jr2002-02-121-32/+38
* Some considerable fixes in sending log messages out to the event log.William A. Rowe Jr2002-02-081-29/+79
* Eliminate tons o cruft - we are in another thread - and these can allWilliam A. Rowe Jr2002-02-071-12/+15
* Upon advice of the FirstBill, I began looking for exceptions that occurWilliam A. Rowe Jr2002-02-071-29/+28
* Win32: Deprecate ap_start_shutdown/ap_start_restart in favor of ap_signal_par...Bill Stoddard2001-10-171-8/+8
* Solve a symbol from later PlatformSDK's that a VC5 user may or may notWilliam A. Rowe Jr2001-09-251-1/+1
* Add the ImagePath entry for Win9x services [as later 1.3.x versions do].William A. Rowe Jr2001-08-171-1/+8
* fix some homophonic issues in comments, as well as someJeff Trawick2001-08-151-1/+1
* Something useful. Update the server description string.William A. Rowe Jr2001-07-271-0/+74
* Recover from some APR cont --> pool conversions by D. Reid.Bill Stoddard2001-07-091-2/+2
* this patch removes the warning:Jeff Trawick2001-05-161-0/+1
* Clean up some exposed data that should be internal to service.cWilliam A. Rowe Jr2001-04-121-66/+73
* Address a build problem for VC7.0/PSDK headers identified byWilliam A. Rowe Jr2001-03-221-20/+8
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Fix Win32 BreakageWilliam A. Rowe Jr2001-02-101-0/+1
* *) remove obsolete http_conf_globals.hGreg Stein2001-02-101-1/+0
* This chops the compile time warnings back down to one (a sufficientWilliam A. Rowe Jr2000-12-041-3/+3
* Use "const char * const *" for process->argv (which is the correctGreg Stein2000-11-291-27/+32
* John's patches to provide depreciated messages for the -i and -uWilliam A. Rowe Jr2000-11-031-1/+4
* Here it is, the Win32 part of the big canonical errors patch.William A. Rowe Jr2000-10-061-20/+20
* Downgrade warnings, stop changing errors from something meaningless toWilliam A. Rowe Jr2000-10-031-2/+9
* Adjust the WinNT MPM/SCM code for apr_initopt/apr_getopt; mostly just aWilliam A. Rowe Jr2000-08-091-8/+8
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-34/+34
* Fix an error in service.c, where we were returning APR_NOTFOUND andRyan Bloom2000-07-261-1/+1
* Missing apr_strings.h - hope this wasn't destined for some global header.William A. Rowe Jr2000-07-251-0/+1
* Advisory: This patch is still anywhere but complete. However, itWilliam A. Rowe Jr2000-07-111-229/+565
* PR:William A. Rowe Jr2000-06-061-7/+17
* PR:William A. Rowe Jr2000-06-011-6/+11
* PR:William A. Rowe Jr2000-05-311-1/+1
* PR:William A. Rowe Jr2000-05-311-446/+679
* PR:William A. Rowe Jr2000-05-281-2/+2
* William A. Rowe Jr2000-05-271-2/+3
* William A. Rowe Jr2000-05-191-55/+139
* William A. Rowe Jr2000-05-171-0/+63
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-281-11/+11
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-281-11/+11
* Win32:Bill Stoddard2000-04-151-16/+41
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-55/+56
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Fix some bugs with running Apache as a serviceBill Stoddard2000-02-091-3/+41
* Win32: First cut at getting apache -k restart|shutdown and running apache as ...Bill Stoddard1999-12-081-28/+82