| Commit message (Expand) | Author | Age | Files | Lines |
* | ap_regex: Use Thread Local Storage (if efficient) to avoid allocations. | Yann Ylavic | 2022-02-28 | 1 | -6/+28 |
* | Merge r1873985 from trunk: | Yann Ylavic | 2020-02-21 | 1 | -1/+1 |
* | Merge r1835094 from trunk (follow up to 2.4.x's r1834321): | Yann Ylavic | 2018-07-05 | 1 | -0/+1 |
* | Merge r1809881, r1809973, r1809976, r1812075 from trunk: | Yann Ylavic | 2018-01-10 | 1 | -5/+28 |
* | Merge r1713043, r1802305, r1802309 from trunk: | Jim Jagielski | 2017-08-16 | 1 | -11/+14 |
* | Merge r1791975 from trunk: | Jim Jagielski | 2017-05-02 | 1 | -4/+13 |
* | core: Add -DDUMP_INCLUDES configtest to show the Include tree. | Graham Leggett | 2016-06-13 | 1 | -0/+5 |
* | Merge r1629925, r1629927, r1629928, r1733162, r1733173 from trunk: | Stefan Eissing | 2016-03-17 | 1 | -7/+15 |
* | Merge 1328345, add CHANGES entry: | Stefan Fritsch | 2012-04-28 | 1 | -5/+5 |
* | Merge r1225197: | Stefan Fritsch | 2011-12-28 | 1 | -8/+8 |
* | Backport r1209766, r1210252, r1210284: | Stefan Fritsch | 2011-12-05 | 1 | -10/+10 |
* | Merge r1201354 from trunk: | Jeff Trawick | 2011-11-12 | 1 | -3/+8 |
* | config generation # (reported by ap_state_query(AP_SQ_CONFIG_GEN): | Jeff Trawick | 2011-11-10 | 1 | -1/+1 |
* | Only init the RNG once at startup. This saves some entropy and works around t... | Stefan Fritsch | 2011-11-07 | 1 | -0/+2 |
* | 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-19 | 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-01 | 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-21 | 1 | -1/+10 |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-23 | 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 |