]> granicus.if.org Git - apache/history - server/core.c
Better self document code
[apache] / server / core.c
2014-02-07 Jim Jagielskitypo
2014-02-07 Jim JagielskiOops... missed this when I switched slaves to their
2014-02-07 Jim JagielskiAdd in the concept of "slave" connections...
2014-01-24 Jim Jagielskijust put up w/ the error message... no real way to
2014-01-24 Jim JagielskiUse simple macro ifdef rather than APR versioning...
2014-01-24 Jim JagielskiIf we try to set this on a UDS socket, don't log the...
2014-01-03 Graham LeggettAdd a "MATCH_" prefix to variables set within
2013-12-30 Justin ErenkrantzAdd directives to control two protocol options:
2013-12-30 Graham Leggettcore: Support named groups and backreferences within...
2013-11-12 Jan KalužaAdd parse_errorlog_arg callback to ap_errorlog_provider...
2013-09-23 Jan KalužaAdd ap_errorlog_provider to make ErrorLog logging modul...
2013-08-15 Jeff Trawicktweak syntax strings for ServerTokens
2013-08-15 Jeff Trawickfollow-up to r813376:
2013-07-24 Joe Orton* server/core.c (set_document_root): Improve error...
2013-07-02 Stefan FritschReplace pre_htaccess hook with more flexible open_htacc...
2013-06-25 Eric Covener *) core: merge AllowEncodedSlashes from the base...
2013-06-06 Eric CovenerPR55069 include line number in 'AH00113: cannot use...
2013-04-20 Stefan FritschAdd workaround for gcc bug on sparc/64bit
2013-04-06 Christophe JailletMake the "default" parameter of the "ErrorDocument...
2013-02-04 Christophe JailletFix incomplete filename in ErrorLog when trying to...
2012-12-30 Stefan FritschAdd an option to enforce stricter HTTP conformance
2012-12-22 Stefan FritschChange HttpProtocol to again only allow to enable/disab...
2012-12-08 Stefan FritschAdd LogLevelOverride directive that allows to override...
2012-12-08 Fabien Coelhoremove C99 features from 'Warning' directive handling
2012-12-08 Fabien CoelhoAdd minor 'Warning' directive as defined in current...
2012-12-02 Stefan FritschSort error message for ServerTokens by increasing verbo...
2012-11-29 Eric CovenerPR54222: catch invalid ServerTokens args
2012-11-09 Stefan FritschMake HttpProtocol accept a range of allowed versions.
2012-11-09 Stefan FritschExpose ap_method_register() to the admin with a new...
2012-11-07 Stefan FritschNew directive HttpProtocol which allows to disable...
2012-11-07 Stefan FritschMake ap_check_cmd_context() treat <If> sections like...
2012-11-07 Stefan FritschMake <If> sections in virtual host context fill in...
2012-09-21 Jeff Trawickadd dirwalk_stat hook, for use by mpm-itk
2012-08-04 Jeff Trawickcore: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR...
2012-07-15 Stefan FritschVarious code clean up
2012-07-11 Eric Covenerr1052419 changed the default value of Options to Follow...
2012-03-24 Stefan FritschFix merging of AllowOverrideList and ContentDigest.
2012-03-19 Stefan FritschDisallow directives in AllowOverrideList which are...
2012-03-19 Stefan FritschIn AllowOverrideList, do not allow 'None' together...
2012-03-14 Stefan FritschFix some typos
2012-03-07 Jim JagielskiFold on Jeff's DefaultRuntimeDir impl... docs on the way
2012-02-04 Stefan FritschReplace ap_create_core_ctx()/ap_core_ctx_get_bb() with...
2012-01-09 Nick KewCore configuration: add AllowOverride option to treat...
2012-01-06 William A. Rowe JrClean up size_t abuse, part 2. ap_malloc/calloc/reallo...
2011-12-28 Stefan FritschFix handling of piped, syslog, or inherited ErrorLog...
2011-12-28 Stefan FritschCheck during configtest that the directories for error...
2011-12-28 Stefan FritschFix -DDUMP_RUN_CFG output for piped and syslog loggers
2011-12-14 Graham LeggettFurther clarify the naming of the entity that directly...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-19 Stefan FritschRemove MPM-private stuff from conn_state_t
2011-11-15 Greg Amesap_core_translate: factor out duplicate code. no funct...
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
next