summaryrefslogtreecommitdiffstats
path: root/server/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove MPM-private stuff from conn_state_tStefan Fritsch2011-11-201-7/+0
* ap_core_translate: factor out duplicate code. no functional change.Greg Ames2011-11-151-37/+23
* end-generation hook: Fix false notification of end-of-generation forJeff Trawick2011-11-101-0/+2
* config generation # (reported by ap_state_query(AP_SQ_CONFIG_GEN):Jeff Trawick2011-11-101-1/+1
* fix typoStefan Fritsch2011-11-091-1/+1
* Only init the RNG once at startup. This saves some entropy and works around t...Stefan Fritsch2011-11-071-2/+1
* Call apr_random_after_fork() manually in the child processes because the MPMsStefan Fritsch2011-11-071-8/+30
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-091-0/+38
* Downgrade error log messages which accompany a 404 request status from loglevelStefan Fritsch2011-10-081-3/+3
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-3/+3
* Fix cut'n'paste errors: APR_DECLARE -> AP_DECLARE / part2.Guenter Knauf2011-09-171-2/+2
* Create wrapper API for apr_random;Stefan Fritsch2011-09-151-0/+85
* Add in MaxRangeOverlaps and MaxRangeReversals to accomodateJim Jagielski2011-09-121-17/+80
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-081-3/+1
* take care of some MaxRanges feedback:Eric Covener2011-09-071-6/+23
* add MaxRanges directive institute a default limit of 200 (post-merge where Eric Covener2011-08-281-0/+17
* Forbid some directives in .htaccess because of AllowOverrideList:Stefan Fritsch2011-08-041-0/+6
* cleanups related to new AllowOverrideList functionality:Stefan Fritsch2011-08-031-0/+11
* Adjust some messages for <If> blocks and remove some dead codeStefan Fritsch2011-08-031-8/+0
* Add AllowOverrideList directive and documentationDaniel Ruggeri2011-07-281-0/+41
* Use ap_document_root() in ap_core_translate() to allow modules likeStefan Fritsch2011-07-271-4/+2
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-021-2/+1
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-131-0/+5
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-69/+53
* - Introduce concept of context prefix (which is an URL prefix)Stefan Fritsch2011-06-051-4/+43
* - Add <ElseIf> and <Else> to complement <If> sections. These are both easierStefan Fritsch2011-06-051-17/+61
* Use define'd names for constantsStefan Fritsch2011-06-041-5/+9
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+0
* Add child_status hook for tracking creation/termination of MPM childJeff Trawick2011-04-251-0/+1
* Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,Stefan Fritsch2011-04-251-0/+1
* The pre_config hook should return int, not apr_status_t.Stefan Fritsch2011-04-191-1/+1
* core: Support module names with colons in loglevel configuration.Stefan Fritsch2011-04-081-1/+1
* Add in a configuration generation... this is independent ofJim Jagielski2011-03-311-0/+3
* match docs for case of "ScoreBoardFile"Jeff Trawick2011-03-281-1/+1
* mpm_common.c implements a handful of config directives; the Jeff Trawick2011-03-281-0/+2
* core: AllowEncodedSlashes new option NoDecode to allow encoded slashesDaniel Earl Poirier2011-03-161-3/+18
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-3/+3
* Create new ap_state_query() function that allows modules to determineStefan Fritsch2011-02-121-0/+15
* * Only unset if we have a table. This can happen if undefine occurs before de...Ruediger Pluem2011-01-211-1/+3
* Add support to set variables with the 'Define' directive. ChangeStefan Fritsch2011-01-201-30/+53
* Move ap_resolve_env to core.c, in preparation for adding mod_define-likeStefan Fritsch2011-01-201-0/+89
* Initialize the core_dir_config->sec_files and ->sec_if only if needed.Stefan Fritsch2011-01-181-8/+18
* remove some redundant NULL assignmentsStefan Fritsch2011-01-181-13/+11
* Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk.Stefan Fritsch2011-01-171-3/+22
* eliminate another var named 'c' which is not a conn_recStefan Fritsch2010-12-301-4/+2
* Applying patch from PR 33078 (with slight changes to its return values)Igor Galić2010-12-281-1/+25
* Changing the default Options from All to FollowSymlinks.Igor Galić2010-12-241-3/+3
* PR50349: Honor 'AcceptPathInfo OFF' during internal redirects,Eric Covener2010-12-071-7/+12
* simplify ServerName check with apr_fnmatch_test()Eric Covener2010-12-041-10/+1
* Remove useless 'const' to fix compiler warningStefan Fritsch2010-12-041-1/+1