| Commit message (Expand) | Author | Age | Files | Lines |
* | stop using APLOG_NOERRNO in calls to ap_log_?error() | Jeff Trawick | 2002-05-17 | 1 | -1/+1 |
* | Introduced -E startup_logfile_name option to httpd to allow admins | William A. Rowe Jr | 2002-04-17 | 1 | -2/+0 |
* | Port the -k config option to Apache 2.0. This allows users to reconfigure | Ryan Bloom | 2002-03-22 | 1 | -16/+43 |
* | Axe unused variable | William A. Rowe Jr | 2002-03-15 | 1 | -2/+0 |
* | Use fprintf to stderr over printf. Better yet - replace with the | William A. Rowe Jr | 2002-03-14 | 1 | -13/+13 |
* | My [sixth?] major revamp of service.c. Traded an event for a mutex | William A. Rowe Jr | 2002-03-14 | 1 | -229/+67 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | The final commit to achieve a quality release. We cannot use CreateThread | William A. Rowe Jr | 2002-02-13 | 1 | -5/+5 |
* | After hours of debugging, the answer was -trivial-, but extremely | William A. Rowe Jr | 2002-02-12 | 1 | -32/+38 |
* | Some considerable fixes in sending log messages out to the event log. | William A. Rowe Jr | 2002-02-08 | 1 | -29/+79 |
* | Eliminate tons o cruft - we are in another thread - and these can all | William A. Rowe Jr | 2002-02-07 | 1 | -12/+15 |
* | Upon advice of the FirstBill, I began looking for exceptions that occur | William A. Rowe Jr | 2002-02-07 | 1 | -29/+28 |
* | Win32: Deprecate ap_start_shutdown/ap_start_restart in favor of ap_signal_par... | Bill Stoddard | 2001-10-17 | 1 | -8/+8 |
* | Solve a symbol from later PlatformSDK's that a VC5 user may or may not | William A. Rowe Jr | 2001-09-25 | 1 | -1/+1 |
* | Add the ImagePath entry for Win9x services [as later 1.3.x versions do]. | William A. Rowe Jr | 2001-08-17 | 1 | -1/+8 |
* | fix some homophonic issues in comments, as well as some | Jeff Trawick | 2001-08-15 | 1 | -1/+1 |
* | Something useful. Update the server description string. | William A. Rowe Jr | 2001-07-27 | 1 | -0/+74 |
* | Recover from some APR cont --> pool conversions by D. Reid. | Bill Stoddard | 2001-07-09 | 1 | -2/+2 |
* | this patch removes the warning: | Jeff Trawick | 2001-05-16 | 1 | -0/+1 |
* | Clean up some exposed data that should be internal to service.c | William A. Rowe Jr | 2001-04-12 | 1 | -66/+73 |
* | Address a build problem for VC7.0/PSDK headers identified by | William A. Rowe Jr | 2001-03-22 | 1 | -20/+8 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | Fix Win32 Breakage | William A. Rowe Jr | 2001-02-10 | 1 | -0/+1 |
* | *) remove obsolete http_conf_globals.h | Greg Stein | 2001-02-10 | 1 | -1/+0 |
* | This chops the compile time warnings back down to one (a sufficient | William A. Rowe Jr | 2000-12-04 | 1 | -3/+3 |
* | Use "const char * const *" for process->argv (which is the correct | Greg Stein | 2000-11-29 | 1 | -27/+32 |
* | John's patches to provide depreciated messages for the -i and -u | William A. Rowe Jr | 2000-11-03 | 1 | -1/+4 |
* | Here it is, the Win32 part of the big canonical errors patch. | William A. Rowe Jr | 2000-10-06 | 1 | -20/+20 |
* | Downgrade warnings, stop changing errors from something meaningless to | William A. Rowe Jr | 2000-10-03 | 1 | -2/+9 |
* | Adjust the WinNT MPM/SCM code for apr_initopt/apr_getopt; mostly just a | William A. Rowe Jr | 2000-08-09 | 1 | -8/+8 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -34/+34 |
* | Fix an error in service.c, where we were returning APR_NOTFOUND and | Ryan Bloom | 2000-07-26 | 1 | -1/+1 |
* | Missing apr_strings.h - hope this wasn't destined for some global header. | William A. Rowe Jr | 2000-07-25 | 1 | -0/+1 |
* | Advisory: This patch is still anywhere but complete. However, it | William A. Rowe Jr | 2000-07-11 | 1 | -229/+565 |
* | PR: | William A. Rowe Jr | 2000-06-06 | 1 | -7/+17 |
* | PR: | William A. Rowe Jr | 2000-06-01 | 1 | -6/+11 |
* | PR: | William A. Rowe Jr | 2000-05-31 | 1 | -1/+1 |
* | PR: | William A. Rowe Jr | 2000-05-31 | 1 | -446/+679 |
* | PR: | William A. Rowe Jr | 2000-05-28 | 1 | -2/+2 |
* |
| William A. Rowe Jr | 2000-05-27 | 1 | -2/+3 |
* |
| William A. Rowe Jr | 2000-05-19 | 1 | -55/+139 |
* |
| William A. Rowe Jr | 2000-05-17 | 1 | -0/+63 |
* | back out APR_ prefix for TRUE,FALSE | Doug MacEachern | 2000-04-28 | 1 | -11/+11 |
* | prefix TRUE,FALSE with APR_ | Doug MacEachern | 2000-04-28 | 1 | -11/+11 |
* | Win32: | Bill Stoddard | 2000-04-15 | 1 | -16/+41 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -2/+2 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 1 | -55/+56 |
* | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 1 | -9/+9 |
* | Fix some bugs with running Apache as a service | Bill Stoddard | 2000-02-09 | 1 | -3/+41 |
* | Win32: First cut at getting apache -k restart|shutdown and running apache as ... | Bill Stoddard | 1999-12-08 | 1 | -28/+82 |