| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -D DUMP_RUN_CFG option to dump some configuration items | Stefan Fritsch | 2011-10-09 | 1 | -5/+11 |
* | Sort hooks twice, once before pre_config, once after ap_process_config_tree. | Stefan Fritsch | 2011-10-08 | 1 | -0/+14 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -1/+1 |
* | Add wrappers for malloc, calloc, realloc that check for out of memory | Stefan Fritsch | 2011-09-19 | 1 | -5/+1 |
* | Add in a configuration generation... this is independent of | Jim Jagielski | 2011-03-31 | 1 | -0/+1 |
* | * server/main.c (main): Use the real null cleanup callback. | Joe Orton | 2011-03-16 | 1 | -2/+2 |
* | Ensure that ap_server_conf always points to valid data or is NULL. | Stefan Fritsch | 2011-03-11 | 1 | -0/+4 |
* | Create new ap_state_query() function that allows modules to determine | Stefan Fritsch | 2011-02-12 | 1 | -23/+35 |
* | revert r1066944, r1067177 for now | Stefan Fritsch | 2011-02-05 | 1 | -22/+1 |
* | Until this is fixed to link in lresolv, exclude. | Jim Jagielski | 2011-02-04 | 1 | -2/+2 |
* | Reload resolv.conf on graceful restarts | Stefan Fritsch | 2011-02-03 | 1 | -0/+21 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -4/+0 |
* | Fix hook sorting for the pre_config hook. | Stefan Fritsch | 2010-11-06 | 1 | -2/+2 |
* | Renamed optarg -> opt_arg to avoid name clashes with system-own optarg. | Guenter Knauf | 2010-10-04 | 1 | -11/+11 |
* | Fortify complains about an overflow of pad[], which would | Jeff Trawick | 2010-08-20 | 1 | -15/+10 |
* | add -X to usage message | Stefan Fritsch | 2010-06-21 | 1 | -2/+4 |
* | remove APLOG_USE_MODULE from main.c: | Stefan Fritsch | 2010-06-08 | 1 | -2/+0 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -0/+2 |
* | replace duplicate code with new function ap_parse_log_level() | Stefan Fritsch | 2010-02-02 | 1 | -26/+1 |
* | Design error; main.c is not part of the libhttpd, you can't forward | William A. Rowe Jr | 2010-01-21 | 1 | -3/+0 |
* | * With APR >= 2.0 there is no longer an APR-UTIL only an APR. | Ruediger Pluem | 2009-12-23 | 1 | -0/+5 |
* | Strip SHARED_CORE deadwood. | Nick Kew | 2009-12-22 | 1 | -20/+0 |
* | (re)-introduce -T commandline option to suppress documentroot check at startup | Nick Kew | 2009-12-22 | 1 | -1/+10 |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 1 | -4/+0 |
* | Fix usage message on the Windows platform. | Rainer Jung | 2009-05-06 | 1 | -3/+4 |
* | main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() function | Jeff Trawick | 2009-04-05 | 1 | -2/+1 |
* | stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa... | Jeff Trawick | 2009-03-31 | 1 | -4/+0 |
* | resurrect the call to show_mpm_settings(), but defer the entire -V processing... | Jeff Trawick | 2009-03-25 | 1 | -6/+15 |
* | Provide ap_set_retained_data()/ap_get_retained_data() for preservation | Jeff Trawick | 2009-03-25 | 1 | -6/+5 |
* | set ap_server_conf as early as possible; axe the duplicate variable | Jeff Trawick | 2009-03-24 | 1 | -20/+18 |
* | axe the remaining checks of AP_MPM_WANT_foo to see what code to generate | Jeff Trawick | 2009-03-24 | 1 | -8/+3 |
* | Introduce a new set of APIs to allow MPMs to be proper modules instead | Jeff Trawick | 2009-03-24 | 1 | -2/+4 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 1 | -2/+2 |
* | * Give possible piped loggers a chance to process their input before they get | Ruediger Pluem | 2008-07-30 | 1 | -0/+10 |
* | * server/main.c: Unbreak the build. | Joe Orton | 2008-04-07 | 1 | -1/+1 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -1/+0 |
* | Avoid calling access control hooks for internal requests with | Chris Darroch | 2008-04-03 | 1 | -0/+2 |
* | Flesh out ap_expr with: | Nick Kew | 2008-03-31 | 1 | -0/+4 |
* | make sure we Unix weenies get a newline at the end | Jeff Trawick | 2007-08-27 | 1 | -3/+3 |
* | Add a comment to prevent a future upgrade of APR 2.0 or similar | William A. Rowe Jr | 2007-08-23 | 1 | -0/+5 |
* | main core: Emit errors during the initial apr_app_initialize() | William A. Rowe Jr | 2007-08-23 | 1 | -13/+26 |
* | Revert r568762; will reapply in two segments | William A. Rowe Jr | 2007-08-23 | 1 | -38/+17 |
* | Eliminate an XXX; apr-based file logging isn't available to report | William A. Rowe Jr | 2007-08-23 | 1 | -17/+38 |
* | Revert r547987 ("svn merge -c -547987 .") | Joe Orton | 2007-06-29 | 1 | -3/+0 |
* | Block ap_pid_table create with same define as used in mpm_common.c | Guenter Knauf | 2007-06-27 | 1 | -0/+2 |
* | PID table impl: parent process keeps a local table store of | Jim Jagielski | 2007-06-16 | 1 | -0/+1 |
* | Replace ap_get_server_version with ap_get_server_banner() and | Jeff Trawick | 2006-09-05 | 1 | -2/+2 |
* | Introduce a check_config phase between pre_config and open_logs, | Chris Darroch | 2006-08-15 | 1 | -0/+13 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | * server/main.c (abort_on_oom): New function. | Joe Orton | 2006-05-16 | 1 | -0/+20 |