]> granicus.if.org Git - apache/history - server/config.c
Introduce request taint-checking concept.
[apache] / server / config.c
2017-04-21 Nick KewIntroduce request taint-checking concept.
2017-03-09 Joe Orton* server/config.c, include/http_config.h (ap_build_cont...
2017-03-09 Joe OrtonAdd <IfDirective> and <IfSection>:
2016-08-11 Rainer JungFix spelling in comments and text files.
2016-06-10 Eric CovenerAdd -DDUMP_INCLUDES configtest option to show the tree
2016-06-09 William A. Rowe JrRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](),...
2016-05-21 Christophe JailletSave a few bytes in the conf pool.
2016-04-26 Yann Ylavicmod_proxy, mod_ssl: Handle SSLProxy* directives in...
2015-12-30 Yann YlavicFollow up to r1715876: core directives' tokens are...
2015-12-30 Yann YlavicFollow up to r1715876: core directives are ASCII.
2015-12-10 Christophe JailletFix some minor style issue.
2015-12-10 Christophe JailletUse 'apr_pstrmemdup' instead of 'apr_pstrndup' when...
2015-04-15 Kaspar BrandRevert r1672014 - doesn't work as advertised (would...
2015-04-08 Kaspar BrandUNSET the VirtualHost's LogLevel just before calling...
2015-02-19 Christophe JailletSave a few bytes in conf pool.
2015-01-30 Eric CovenerProvide a way for EXEC_ON_READ directives to see their...
2014-08-18 Christophe JailletAvoid useless warning message when parsing a section...
2013-07-02 Stefan FritschReplace pre_htaccess hook with more flexible open_htacc...
2013-06-26 Eric Covenerfactor out DEFAULT_HANDLER_NAME
2013-03-31 Stefan FritschUse %pm available since apr 1.3 instead of an extra...
2012-12-25 Stefan FritschReplace strdup by ap_malloc to ensure a proper error...
2012-12-08 Fabien CoelhoAdd minor 'Warning' directive as defined in current...
2012-11-29 Eric CovenerPR54223: 2.4 generates AH00554 when Include points...
2012-10-11 Jeff Trawick"Iterate" directives: Report an error if no arguments...
2012-09-24 Jeff Trawickadd pre_htaccess hook; in conjunction with earlier...
2012-07-10 Eric Covenerstyle in the neighborhood of a bug
2012-03-07 Jim JagielskiFold on Jeff's DefaultRuntimeDir impl... docs on the way
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-12 Stefan FritschLimit length of lines in .htaccess to 8K again, to...
2011-12-04 Stefan FritschAdd some more log message tags
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-19 Stefan FritschAdd wrappers for malloc, calloc, realloc that check...
2011-08-13 Stefan FritschAdd ap_varbuf API for resizable buffers.
2011-08-03 Stefan FritschAdjust some messages for <If> blocks and remove some...
2011-08-03 Stefan Fritschuse temp pool for temp string
2011-07-27 Daniel RuggeriAdd AllowOverrideList directive and documentation
2011-07-13 Stefan FritschUse APR_UNSPEC to allow startup on IP6-only systems.
2011-06-24 Stefan FritschFix "statement not reached" warnings with sun cc
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-05-10 Jeff Trawickdisable hook probes for our two hooks which have no...
2011-04-25 Stefan FritschAdd new ap_reserve_module_slots/ap_reserve_module_slots...
2011-04-15 Stefan FritschPrevent segfault if DYNAMIC_MODULE_LIMIT is reached
2011-03-29 Stefan FritschChange the ap_cfg_getline() and ap_cfg_getc() to return...
2011-02-14 Eric Covenertypo in format string for 1070660
2011-02-14 Eric CovenerLog a hint about the directory needing to be executable
2011-02-03 Stefan FritschOptimize memory access pattern of ap_merge_per_dir_conf...
2011-01-16 Nick Kewconfig: report error and exit cleanly if getaddrinfo...
2010-11-18 Stefan Fritschmod_proxy: Fix ProxyPassInterpolateEnv directive.
2010-11-10 Ruediger Pluem* Fix parameter name as new is a reserved word in C...
2010-11-06 Stefan FritschAdd a generic pool cleanup function that sets a pointer...
2010-10-23 Stefan Fritschuse temp pool in some more places
2010-10-19 Stefan FritschSet the LogLevel of a newly initialized virtual hosts...
2010-10-02 Stefan Fritschmerge if blocks
2010-10-02 Stefan FritschUse ptemp in some places to save some memory when parsi...
2010-10-02 Stefan Fritschcore: Speed up config parsing if using a very large...
2010-09-05 Stefan FritschAdd ErrorLogFormat directive for configuring the error...
2010-08-21 Stefan Fritschcore: Abort with sensible error message if no or more...
2010-08-20 Jeff Trawickfollow up r987629 with another similar issue
2010-08-20 Jeff Trawickremove useless check for current == NULL; if it is...
2010-07-19 Stefan FritschAdd ap_find_module_short_name() to quickly get the...
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-30 Stefan FritschTo save memory, make module_levels a vector of chars...
2010-06-29 Jeff Trawickspelling fix for a comment
2010-06-26 Stefan FritschSave some memory by allocating only the required length...
2010-06-10 Joe OrtonRun filter "init" functions exactly once per request...
2010-06-06 Stefan Fritsch- Add loglevels to request_rec and conn_rec
2010-06-06 Stefan Fritsch- Introduce log levels trace1/.../trace8
2010-04-07 William A. Rowe JrFirst order simplification; Add IncludeOptional for...
2010-03-30 Graham LeggettRetract veto over inconsistent behaviour between direct...
2010-03-29 Graham Leggettcore: Introduce the IncludeStrict directive, which...
2010-03-01 Graham LeggettMake sure we request the APR_FINFO_TYPE on the apr_dir_...
2010-03-01 Graham LeggettWhen loading wildcards that are part of a path, only...
2010-02-16 Daniel Earl PoirierMore correct fix for compile warning about discarding...
2010-02-16 Daniel Earl PoirierFix compile warning (discarding constness of fname)
2010-02-13 Graham LeggettSupport wildcards in both the directory and file compon...
2009-05-08 Joe OrtonSecurity fix for CVE-2009-1195: fix Options handling...
2009-03-30 Jeff Trawickrename the new retained-data APIs to ap_retained_data_c...
2009-03-25 Jeff TrawickProvide ap_set_retained_data()/ap_get_retained_data...
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2009-01-31 Ruediger Pluem* Prevent segfaults in handlers by ensuring that r...
2009-01-30 Roy T. FieldingDisabled DefaultType directive and removed ap_default_t...
2008-11-29 Eric Covenerallow ap_invoke_handler() to pass-through AP_FILTER_ERR...
2008-09-20 Paul QuernaIntroduce Suspendable Requests to the Event MPM.
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2006-09-21 Nick KewGeneric fix for PR#31759
2006-08-14 Chris DarrochIntroduce a check_config phase between pre_config and...
2006-07-11 Roy T. Fieldingupdate license header text
2006-05-05 Sander Temme Add optional 'scheme://' prefix to ServerName...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-06-02 Paul Querna- Fix style nits in the new hash config code. No Functi...
2005-06-02 Paul Querna- Fix graceful restarts with the new hashed configurati...
2005-05-29 Paul Querna- Use a hash for the configuration command lookup imple...
2005-05-04 Paul QuernaAdd AP_INIT_TAKE_ARGV. There can be some inconsistent...
2005-05-03 Joe Orton* server/config.c (process_resource_config_nofnmatch...
2005-04-02 Rich Bowen"misspelled" has been "mis-spelled" for quite long...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
next