summaryrefslogtreecommitdiff
path: root/server/main.c
Commit message (Expand)AuthorAgeFilesLines
* ap_regex: Use Thread Local Storage (if efficient) to avoid allocations.Yann Ylavic2022-02-281-6/+28
* Merge r1873985 from trunk:Yann Ylavic2020-02-211-1/+1
* Merge r1835094 from trunk (follow up to 2.4.x's r1834321):Yann Ylavic2018-07-051-0/+1
* Merge r1809881, r1809973, r1809976, r1812075 from trunk:Yann Ylavic2018-01-101-5/+28
* Merge r1713043, r1802305, r1802309 from trunk:Jim Jagielski2017-08-161-11/+14
* Merge r1791975 from trunk:Jim Jagielski2017-05-021-4/+13
* core: Add -DDUMP_INCLUDES configtest to show the Include tree.Graham Leggett2016-06-131-0/+5
* Merge r1629925, r1629927, r1629928, r1733162, r1733173 from trunk:Stefan Eissing2016-03-171-7/+15
* Merge 1328345, add CHANGES entry:Stefan Fritsch2012-04-281-5/+5
* Merge r1225197:Stefan Fritsch2011-12-281-8/+8
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-051-10/+10
* Merge r1201354 from trunk:Jeff Trawick2011-11-121-3/+8
* config generation # (reported by ap_state_query(AP_SQ_CONFIG_GEN):Jeff Trawick2011-11-101-1/+1
* Only init the RNG once at startup. This saves some entropy and works around t...Stefan Fritsch2011-11-071-0/+2
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-091-5/+11
* Sort hooks twice, once before pre_config, once after ap_process_config_tree.Stefan Fritsch2011-10-081-0/+14
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch2011-09-191-5/+1
* Add in a configuration generation... this is independent ofJim Jagielski2011-03-311-0/+1
* * server/main.c (main): Use the real null cleanup callback.Joe Orton2011-03-161-2/+2
* Ensure that ap_server_conf always points to valid data or is NULL.Stefan Fritsch2011-03-111-0/+4
* Create new ap_state_query() function that allows modules to determineStefan Fritsch2011-02-121-23/+35
* revert r1066944, r1067177 for nowStefan Fritsch2011-02-051-22/+1
* Until this is fixed to link in lresolv, exclude.Jim Jagielski2011-02-041-2/+2
* Reload resolv.conf on graceful restartsStefan Fritsch2011-02-031-0/+21
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-4/+0
* Fix hook sorting for the pre_config hook.Stefan Fritsch2010-11-061-2/+2
* Renamed optarg -> opt_arg to avoid name clashes with system-own optarg.Guenter Knauf2010-10-041-11/+11
* Fortify complains about an overflow of pad[], which wouldJeff Trawick2010-08-191-15/+10
* add -X to usage messageStefan Fritsch2010-06-211-2/+4
* remove APLOG_USE_MODULE from main.c:Stefan Fritsch2010-06-081-2/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* replace duplicate code with new function ap_parse_log_level()Stefan Fritsch2010-02-011-26/+1
* Design error; main.c is not part of the libhttpd, you can't forwardWilliam A. Rowe Jr2010-01-211-3/+0
* * With APR >= 2.0 there is no longer an APR-UTIL only an APR.Ruediger Pluem2009-12-231-0/+5
* Strip SHARED_CORE deadwood.Nick Kew2009-12-221-20/+0
* (re)-introduce -T commandline option to suppress documentroot check at startupNick Kew2009-12-211-1/+10
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-231-4/+0
* Fix usage message on the Windows platform.Rainer Jung2009-05-061-3/+4
* main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() functionJeff Trawick2009-04-051-2/+1
* stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa...Jeff Trawick2009-03-311-4/+0
* resurrect the call to show_mpm_settings(), but defer the entire -V processing...Jeff Trawick2009-03-251-6/+15
* Provide ap_set_retained_data()/ap_get_retained_data() for preservationJeff Trawick2009-03-251-6/+5
* set ap_server_conf as early as possible; axe the duplicate variableJeff Trawick2009-03-241-20/+18
* axe the remaining checks of AP_MPM_WANT_foo to see what code to generateJeff Trawick2009-03-241-8/+3
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-241-2/+4
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-2/+2
* * Give possible piped loggers a chance to process their input before they getRuediger Pluem2008-07-301-0/+10
* * server/main.c: Unbreak the build.Joe Orton2008-04-071-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0