| Commit message (Expand) | Author | Age | Files | Lines |
* | The pre_config hook now takes a return value. This allows modules to | Aaron Bannert | 2002-01-29 | 1 | -2/+8 |
* | get the declaration of strcasecmp() on AIX | Jeff Trawick | 2002-01-17 | 1 | -0/+1 |
* | Allow the user to get detailed debugging information without a full | William A. Rowe Jr | 2002-01-17 | 1 | -0/+30 |
* | Restore the apr_pool_clear calls to main.c in case we have | David Reid | 2002-01-08 | 1 | -0/+2 |
* | This small patch modifies the log's to use plog instead of pconf. | David Reid | 2002-01-08 | 1 | -2/+0 |
* | tag a few of the key httpd pools | Jeff Trawick | 2001-12-18 | 1 | -0/+4 |
* | hmmm... gcc 2.95.2 on AIX says sizeof is long... fix up | Jeff Trawick | 2001-12-05 | 1 | -1/+5 |
* | tweak httpd -V output to show the architecture (bits in a pointer) | Jeff Trawick | 2001-12-04 | 1 | -0/+4 |
* | Handle the ? option. | Ben Laurie | 2001-12-03 | 1 | -0/+1 |
* | Finish undoing that last patch... previous commit simply cleaned it up, | William A. Rowe Jr | 2001-11-29 | 1 | -8/+0 |
* | Revert my last patch to detect a 'leftover' arg. Apparently there is | William A. Rowe Jr | 2001-11-29 | 1 | -3/+3 |
* | We never tested for invalid 'additional' arguments that were ignored. | William A. Rowe Jr | 2001-11-29 | 1 | -1/+10 |
* | carry over from 1.3: disable profiling in the parent process #ifdef GPROF | Doug MacEachern | 2001-11-29 | 1 | -0/+2 |
* | change open_logs hook to return a value, allowing you to flag a error | Ian Holsman | 2001-11-24 | 1 | -2/+9 |
* | Modify post_config hook so that it can return a error, | Ian Holsman | 2001-11-23 | 1 | -2/+8 |
* | Debug conf pool constness. This is a noop most of the time on most | William A. Rowe Jr | 2001-09-28 | 1 | -0/+3 |
* | Add -X functionality back to httpd. | Justin Erenkrantz | 2001-08-30 | 1 | -0/+4 |
* | Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_ | Roy T. Fielding | 2001-05-22 | 1 | -1/+1 |
* | Fix command-line processing so that if a bad argument is specified | Jeff Trawick | 2001-05-18 | 1 | -2/+6 |
* | Module writers for 2.0 shouldn't still be relying on a no-op for | Victor J. Orlikowski | 2001-04-04 | 1 | -2/+0 |
* | clean out some old crud from ap_config.h | Greg Stein | 2001-02-24 | 1 | -7/+4 |
* | remove ap_{post_config,child_init}_hook | Doug MacEachern | 2001-02-23 | 1 | -2/+2 |
* | Oops - better *think* first. Fix typo. | Martin Kraemer | 2001-02-21 | 1 | -1/+1 |
* | Display APACHE_MPM_DIR in the list of #defines, and | Martin Kraemer | 2001-02-21 | 1 | -2/+2 |
* | rename miss: s/apr_clear_pool/apr_pool_clear/g | Doug MacEachern | 2001-02-19 | 1 | -3/+3 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | *) remove some obsolete/unused defines from httpd.h. | Greg Stein | 2001-02-12 | 1 | -3/+0 |
* | Clean up some of the includes: | Greg Stein | 2001-02-10 | 1 | -3/+3 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -21/+21 |
* | Add support for type-safe optional functions. | Ben Laurie | 2001-01-27 | 1 | -0/+2 |
* | Back out the last change (the one that went in without a commit log) | Ryan Bloom | 2001-01-21 | 1 | -0/+4 |
* | PR: | Ryan Bloom | 2001-01-21 | 1 | -3/+1 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -3/+3 |
* | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 1 | -1/+1 |
* | Set up stderr logging explictly early in initialization so that a pool is | Jeff Trawick | 2001-01-04 | 1 | -0/+5 |
* | Remove AP_USE_MMAP_FILES, it doesn't really control anything anymore. Now | Ryan Bloom | 2001-01-01 | 1 | -7/+4 |
* | Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro. | Jeff Trawick | 2000-12-20 | 1 | -3/+3 |
* | Force all Apache functions to be linked into the executable, whether they | Ryan Bloom | 2000-12-19 | 1 | -3/+3 |
* | Get -t -D DUMP_VHOSTS working and properly documented. This removes the | Ryan Bloom | 2000-12-17 | 1 | -23/+22 |
* | Display whether or not APR (and thus Apache) supports IPv6 in the | Jeff Trawick | 2000-12-16 | 1 | -0/+3 |
* | *) fix up buildexports.sh: | Greg Stein | 2000-12-07 | 1 | -8/+14 |
* | Add "-D PROCESS_LOCK_IS_GLOBAL" to the httpd -V output when | Jeff Trawick | 2000-12-01 | 1 | -0/+3 |
* | Use "const char * const *" for process->argv (which is the correct | Greg Stein | 2000-11-29 | 1 | -18/+16 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 1 | -2/+9 |
* | Extern symbols (per the warning) belong elsewhere, since (on Win32) the | William A. Rowe Jr | 2000-11-18 | 1 | -2/+0 |
* | Port mod_info to 2.0. This is basically a complete re-write to use the | Ryan Bloom | 2000-11-14 | 1 | -6/+7 |
* | Fix type complaints on Xlc. | Ryan Bloom | 2000-11-13 | 1 | -1/+1 |
* | Create a feature macro that determines if Autoconf was used to configure | Ryan Bloom | 2000-11-02 | 1 | -1/+1 |
* | Get win32 building again... we need something just a little more sophistica... | William A. Rowe Jr | 2000-11-02 | 1 | -0/+2 |
* | This is an ugly little hack to allow DSO modules to work. This basically | Ryan Bloom | 2000-10-31 | 1 | -0/+7 |