summaryrefslogtreecommitdiff
path: root/server/config.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use APR_UNSPEC to allow startup on IP6-only systems.Stefan Fritsch2011-07-131-1/+1
* Fix "statement not reached" warnings with sun ccStefan Fritsch2011-06-241-3/+0
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-4/+6
* disable hook probes for our two hooks which have no argsJeff Trawick2011-05-101-0/+14
* Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,Stefan Fritsch2011-04-251-8/+55
* Prevent segfault if DYNAMIC_MODULE_LIMIT is reachedStefan Fritsch2011-04-151-9/+9
* Change the ap_cfg_getline() and ap_cfg_getc() to return an error code.Stefan Fritsch2011-03-291-19/+35
* typo in format string for 1070660Eric Covener2011-02-141-1/+1
* Log a hint about the directory needing to be executableEric Covener2011-02-141-2/+3
* Optimize memory access pattern of ap_merge_per_dir_configs()Stefan Fritsch2011-02-031-7/+18
* config: report error and exit cleanly if getaddrinfo fails at startupNick Kew2011-01-161-1/+9
* mod_proxy: Fix ProxyPassInterpolateEnv directive.Stefan Fritsch2010-11-181-0/+12
* * Fix parameter name as new is a reserved word in C++ which makes compilingRuediger Pluem2010-11-101-9/+9
* Add a generic pool cleanup function that sets a pointer to NULL and useStefan Fritsch2010-11-061-7/+1
* use temp pool in some more placesStefan Fritsch2010-10-231-3/+3
* Set the LogLevel of a newly initialized virtual hosts to UNSET. OtherwiseStefan Fritsch2010-10-191-1/+1
* merge if blocksStefan Fritsch2010-10-021-3/+1
* Use ptemp in some places to save some memory when parsing included configStefan Fritsch2010-10-021-7/+7
* core: Speed up config parsing if using a very large number of configStefan Fritsch2010-10-021-0/+19
* Add ErrorLogFormat directive for configuring the error log format, includingStefan Fritsch2010-09-051-3/+3
* core: Abort with sensible error message if no or more than one MPM isStefan Fritsch2010-08-211-0/+8
* follow up r987629 with another similar issueJeff Trawick2010-08-201-1/+1
* remove useless check for current == NULL; if it is NULL, aJeff Trawick2010-08-201-1/+1
* Add ap_find_module_short_name() to quickly get the module short nameStefan Fritsch2010-07-191-6/+47
* re-order many struct members for better alignment on 64bitStefan Fritsch2010-06-301-1/+1
* To save memory, make module_levels a vector of chars instead of ints.Stefan Fritsch2010-06-301-7/+4
* spelling fix for a commentJeff Trawick2010-06-291-1/+1
* Save some memory by allocating only the required length for conf_vectors.Stefan Fritsch2010-06-261-14/+38
* Run filter "init" functions exactly once per request. No longer runJoe Orton2010-06-101-4/+8
* - Add loglevels to request_rec and conn_recStefan Fritsch2010-06-061-24/+67
* - Introduce log levels trace1/.../trace8Stefan Fritsch2010-06-061-0/+36
* First order simplification; Add IncludeOptional for introducingWilliam A. Rowe Jr2010-04-071-67/+56
* Retract veto over inconsistent behaviour between directory and file wildcards,Graham Leggett2010-03-301-7/+22
* core: Introduce the IncludeStrict directive, which explicitly failsGraham Leggett2010-03-291-14/+30
* Make sure we request the APR_FINFO_TYPE on the apr_dir_read() for wildcardGraham Leggett2010-03-011-1/+1
* When loading wildcards that are part of a path, only consider directoriesGraham Leggett2010-03-011-2/+9
* More correct fix for compile warning about discarding constnessDaniel Earl Poirier2010-02-161-2/+2
* Fix compile warning (discarding constness of fname)Daniel Earl Poirier2010-02-161-1/+1
* Support wildcards in both the directory and file components ofGraham Leggett2010-02-131-68/+106
* Security fix for CVE-2009-1195: fix Options handling such thatJoe Orton2009-05-081-3/+3
* rename the new retained-data APIs to ap_retained_data_create()/ap_retained_da...Jeff Trawick2009-03-301-2/+2
* Provide ap_set_retained_data()/ap_get_retained_data() for preservationJeff Trawick2009-03-251-0/+17
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-241-7/+1
* * Prevent segfaults in handlers by ensuring that r->handler != NULL.Ruediger Pluem2009-01-311-11/+22
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-301-3/+3
* allow ap_invoke_handler() to pass-through AP_FILTER_ERROR as if it were Eric Covener2008-11-291-0/+1
* Introduce Suspendable Requests to the Event MPM.Paul Querna2008-09-201-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* Generic fix for PR#31759Nick Kew2006-09-211-0/+17
* Introduce a check_config phase between pre_config and open_logs,Chris Darroch2006-08-141-0/+6