]> granicus.if.org Git - apache/history - server/core.c
Wildcard name-based vhosts printed twice in apachectl -S
[apache] / server / core.c
2013-07-27 Jim JagielskiMerge r1389339, r1498880 from trunk:
2013-06-10 Graham Leggettcore: Add dirwalk_stat hook.
2013-06-10 Eric CovenerMerge r1490446 from trunk:
2013-06-07 Graham Leggettcore: make the "default" parameter of the "ErrorDocumen...
2013-04-26 Ruediger PluemMerge r1470183 from trunk:
2013-02-06 Jim JagielskiMerge r1442412 from trunk:
2012-12-17 Jim JagielskiMerge r1406493, r1406495 from trunk:
2012-12-04 Eric CovenerMerge r1415008, r1416150 from https://svn.apache.org...
2012-08-14 Jeff TrawickRevert r1373105, the merging of incompatible DefaultRun...
2012-08-14 Jim JagielskiMerge r1364695, r1369477, r1369808, r1370288, r1370225...
2012-08-14 Jim JagielskiMerge r1361801 from trunk:
2012-07-13 Eric CovenerMerge r1359881 from https://svn.apache.org/repos/asf...
2012-03-25 Graham LeggettBackport:
2012-03-25 Graham LeggettBackport:
2012-03-25 Graham LeggettBackport:
2012-03-25 Eric CovenerSubmitted by: sf
2012-03-16 Stefan FritschMerge r1300766:
2012-02-04 Stefan FritschMerge r1235019, r1236122, r1240470:
2012-01-31 Rainer JungFix handling of piped, syslog, or inherited ErrorLog...
2012-01-31 Stefan FritschMerge r1225199:
2012-01-31 Jim JagielskiMerge r1229021 from trunk:
2012-01-06 William A. Rowe JrClean up size_t abuse, part 2. ap_malloc/calloc/reallo...
2011-12-28 Stefan FritschMerge r1225198:
2011-12-14 Graham LeggettBackport:
2011-12-05 Stefan FritschBackport r1209766, r1210252, r1210284:
2011-12-02 Stefan FritschMerge r1202236:
2011-11-30 Graham LeggettBackport:
2011-11-21 Stefan FritschMerge r1204104, 1204180:
2011-11-10 Jeff Trawickend-generation hook: Fix false notification of end...
2011-11-10 Jeff Trawickconfig generation # (reported by ap_state_query(AP_SQ_C...
2011-11-08 Stefan Fritschfix typo
2011-11-07 Stefan FritschOnly init the RNG once at startup. This saves some...
2011-11-07 Stefan FritschCall apr_random_after_fork() manually in the child...
2011-10-09 Stefan FritschAdd -D DUMP_RUN_CFG option to dump some configuration...
2011-10-08 Stefan FritschDowngrade error log messages which accompany a 404...
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-16 Guenter KnaufFix cut'n'paste errors: APR_DECLARE -> AP_DECLARE ...
2011-09-15 Stefan FritschCreate wrapper API for apr_random;
2011-09-12 Jim JagielskiAdd in MaxRangeOverlaps and MaxRangeReversals to accomodate
2011-09-08 Eric Covenerrefactor to pull setting of Accept-Ranges header into...
2011-09-07 Eric Covenertake care of some MaxRanges feedback:
2011-08-28 Eric Coveneradd MaxRanges directive institute a default limit of...
2011-08-03 Stefan FritschForbid some directives in .htaccess because of AllowOve...
2011-08-03 Stefan Fritschcleanups related to new AllowOverrideList functionality:
2011-08-03 Stefan FritschAdjust some messages for <If> blocks and remove some...
2011-07-27 Daniel RuggeriAdd AllowOverrideList directive and documentation
2011-07-27 Stefan FritschUse ap_document_root() in ap_core_translate() to allow...
2011-07-02 Stefan FritschAdd string valued expressions to ap_expr, do some API...
2011-06-13 Stefan FritschIntroduce new function ap_get_conn_socket() to access...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-06-05 Stefan Fritsch- Introduce concept of context prefix (which is an...
2011-06-05 Stefan Fritsch- Add <ElseIf> and <Else> to complement <If> sections...
2011-06-04 Stefan FritschUse define'd names for constants
2011-05-09 Jim JagielskiCleanup... most don't need apr_hooks.h at all...
2011-04-25 Jeff TrawickAdd child_status hook for tracking creation/termination...
2011-04-25 Stefan FritschAdd new ap_reserve_module_slots/ap_reserve_module_slots...
2011-04-19 Stefan FritschThe pre_config hook should return int, not apr_status_t.
2011-04-08 Stefan Fritschcore: Support module names with colons in loglevel...
2011-03-31 Jim JagielskiAdd in a configuration generation... this is independent of
2011-03-28 Jeff Trawickmatch docs for case of "ScoreBoardFile"
2011-03-28 Jeff Trawickmpm_common.c implements a handful of config directives...
2011-03-16 Daniel Earl Poiriercore: AllowEncodedSlashes new option NoDecode to allow...
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2011-02-12 Stefan FritschCreate new ap_state_query() function that allows module...
2011-01-21 Ruediger Pluem* Only unset if we have a table. This can happen if...
2011-01-20 Stefan FritschAdd support to set variables with the 'Define' directiv...
2011-01-20 Stefan FritschMove ap_resolve_env to core.c, in preparation for addin...
2011-01-18 Stefan FritschInitialize the core_dir_config->sec_files and ->sec_if...
2011-01-18 Stefan Fritschremove some redundant NULL assignments
2011-01-17 Stefan FritschMerge the <If> sections in a separate step ap_if_walk...
2010-12-30 Stefan Fritscheliminate another var named 'c' which is not a conn_rec
2010-12-28 Igor GalićApplying patch from PR 33078 (with slight changes to...
2010-12-24 Igor GalićChanging the default Options from All to FollowSymlinks.
2010-12-07 Eric CovenerPR50349: Honor 'AcceptPathInfo OFF' during internal...
2010-12-04 Eric Covenersimplify ServerName check with apr_fnmatch_test()
2010-12-04 Stefan FritschRemove useless 'const' to fix compiler warning
2010-12-04 Eric Covenercore: Fail startup when the argument to ServerName...
2010-11-20 Stefan FritschLog errors/infos during expression evaluation and assoc...
2010-11-10 Stefan FritschWhen restarting, reset ap_server_config_defines to...
2010-11-08 Jeff TrawickAdd Error directive for aborting startup or htaccess...
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-11-05 Eric Covenercorrection to r1031776, retain OR_UNSET with default...
2010-11-05 Eric CovenerPR49823: Make the hardcoded default for AllowOverride...
2010-10-23 Stefan Fritschuse temp pool in some more places
2010-10-20 Stefan FritschBe extra careful to only pass the main server config to
2010-10-19 Stefan Fritschrevert r1023227 as discussed on httpd-dev:
2010-10-16 Stefan Fritschcore: Log a warning if <Limit> or <LimitExcept> are...
2010-10-12 Stefan FritschRename MaxRequestsPerChild to MaxConnectionsPerChild...
2010-09-28 Stefan Fritschsave some memory by using cmd->temp_pool instead of...
2010-09-28 Stefan FritschAdd generate_log_id hook to allow to use the ID generat...
2010-09-26 Stefan FritschIn ErrorLogFormat, make it possible to log an item...
2010-09-06 Stefan Fritsch- Add another check during ErrorLogFormat parsing
2010-09-05 Stefan FritschAdd ErrorLogFormat directive for configuring the error...
2010-09-04 Stefan FritschDisable sendfile by default, as discussed at
2010-08-22 Stefan FritschSimplify code as noted by Jeff.
2010-08-18 Stefan FritschPerform NULL check before dereferencing arg, not after.
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-07-22 Nick KewMove AddOutputFilterByType implementation from core...
2010-07-20 Nick KewTrivial spelling fix so I can close
2010-06-06 Stefan Fritsch- Add loglevels to request_rec and conn_rec
next