]> granicus.if.org Git - apache/history - server/mpm/winnt/service.c
Cleanup effort in prep for GA push:
[apache] / server / mpm / winnt / service.c
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-05-07 William A. Rowe JrNot possible; you don't declare a variable const and...
2011-04-11 Jeff Trawickmatch expected type of arg to StartService()
2011-04-07 Jeff Trawickaxe ap_registry_get_server_root(), which seems to have...
2011-04-06 Jeff Trawickcan't format time_t with %d; cast this small interval...
2011-04-06 Jeff Trawickyank some dead code and variables
2011-04-06 Jeff Trawickcleanups to function signatures, prototypes, visibility
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2011-02-26 Guenter KnaufAxed C++ comments and tabs.
2010-12-01 William A. Rowe JrCorrect constness fix to manipulate our copy
2010-10-20 Guenter KnaufSome minor fixes to provide protos and build with Watcom.
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-05-15 William A. Rowe JrDrop exit value (always NO_ERROR, needs work). Pass...
2009-05-15 William A. Rowe JrPick up earlier SHUTDOWN notification
2009-05-06 Rainer JungMove comment block closer to related function.
2009-01-03 William A. Rowe JrFurther Win9x code elimination and simplification
2009-01-02 William A. Rowe JrDrop support for Service Description labels from <...
2009-01-02 William A. Rowe JrAxe Win9x codepath, including Win32DisableAcceptEx...
2008-09-26 William A. Rowe JrThe next of several helper threads which do not need...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional change: more indenting/formatting changes...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-02-18 William A. Rowe Jr Fix some symbols which should -not- be exported,...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-10-06 Allan K. Edwardsparm cast should be DWORD
2004-10-06 Allan K. EdwardsWIN64: fix some windows specific 64bit warnings
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright date according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-02-03 André Malofinished that boring job:
2002-10-14 William A. Rowe Jr Fix -k restart feature on win32.
2002-07-10 William A. Rowe Jr Narrow service manager access to what is actually...
2002-07-02 William A. Rowe Jr A bit more ap_regkey and apr-ization. Fixes some...
2002-06-24 William A. Rowe Jr Move the last little useful bit of registry.c into...
2002-06-23 William A. Rowe Jr Finish the -w keep-console-open-on-error patch.
2002-06-05 William A. Rowe Jr Solve the -k start bug [thanks for the pointers,...
2002-06-05 William A. Rowe Jr Potential fixes. Patch up the fact that users often...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-04-17 William A. Rowe Jr Introduced -E startup_logfile_name option to httpd...
2002-03-22 Ryan BloomPort the -k config option to Apache 2.0. This allows...
2002-03-15 William A. Rowe Jr Axe unused variable
2002-03-14 William A. Rowe Jr Use fprintf to stderr over printf. Better yet -...
2002-03-14 William A. Rowe Jr My [sixth?] major revamp of service.c. Traded an...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-02-13 William A. Rowe Jr The final commit to achieve a quality release. We...
2002-02-12 William A. Rowe Jr After hours of debugging, the answer was -trivial...
2002-02-08 William A. Rowe Jr Some considerable fixes in sending log messages out...
2002-02-07 William A. Rowe Jr Eliminate tons o cruft - we are in another thread...
2002-02-07 William A. Rowe Jr Upon advice of the FirstBill, I began looking for...
2001-10-17 Bill StoddardWin32: Deprecate ap_start_shutdown/ap_start_restart...
2001-09-24 William A. Rowe Jr Solve a symbol from later PlatformSDK's that a VC5...
2001-08-17 William A. Rowe Jr Add the ImagePath entry for Win9x services [as later...
2001-08-15 Jeff Trawickfix some homophonic issues in comments, as well as...
2001-07-27 William A. Rowe Jr Something useful. Update the server description...
2001-07-09 Bill StoddardRecover from some APR cont --> pool conversions by...
2001-05-16 Jeff Trawickthis patch removes the warning:
2001-04-12 William A. Rowe Jr Clean up some exposed data that should be internal...
2001-03-22 William A. Rowe Jr Address a build problem for VC7.0/PSDK headers identi...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 William A. Rowe Jr Fix Win32 Breakage
2001-02-10 Greg Stein*) remove obsolete http_conf_globals.h
2000-12-04 William A. Rowe Jr This chops the compile time warnings back down to...
2000-11-29 Greg SteinUse "const char * const *" for process->argv (which...
2000-11-03 William A. Rowe Jr John's patches to provide depreciated messages for...
2000-10-06 William A. Rowe Jr Here it is, the Win32 part of the big canonical error...
2000-10-02 William A. Rowe Jr Downgrade warnings, stop changing errors from somethi...
2000-08-09 William A. Rowe Jr Adjust the WinNT MPM/SCM code for apr_initopt/apr_get...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-26 Ryan BloomFix an error in service.c, where we were returning...
2000-07-25 William A. Rowe Jr Missing apr_strings.h - hope this wasn't destined...
2000-07-10 William A. Rowe Jr Advisory: This patch is still anywhere but complete...
2000-06-05 William A. Rowe JrPR:
2000-06-01 William A. Rowe JrPR:
2000-05-31 William A. Rowe JrPR:
2000-05-31 William A. Rowe JrPR:
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-05-19 William A. Rowe Jr Fixes to allow Apache to run as a Win95 service....
2000-05-17 William A. Rowe Jr Radical overhaul of the Apache-2.0/Win32 mpm <->...
2000-04-28 Doug MacEachernback out APR_ prefix for TRUE,FALSE
2000-04-28 Doug MacEachernprefix TRUE,FALSE with APR_
2000-04-15 Bill StoddardWin32:
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-02-09 Bill StoddardFix some bugs with running Apache as a service
1999-12-08 Bill StoddardWin32: First cut at getting apache -k restart|shutdown...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.