]> granicus.if.org Git - apache/history - server/config.c
Merge r1741310, r1741461 from trunk:
[apache] / server / config.c
2016-01-19 Jim JagielskiMerge r1719018, r1719189, r1719190 from trunk:
2015-02-27 Christophe JailletMerge r1657692, r1660800 from trunk
2014-08-31 Jim JagielskiMerge r1618541 from trunk:
2014-07-12 Jeff TrawickMerge r1496709,r1601995 from trunk:
2013-07-27 Jim JagielskiMerge r1389339, r1498880 from trunk:
2013-04-22 Jim JagielskiMerge r1463056 from trunk:
2013-03-11 Jim JagielskiMerge r1442865, r1442759, r1442326, r1442309, r1448171...
2012-12-04 Eric CovenerMerge r1415023 from https://svn.apache.org/repos/asf...
2012-11-13 Jim JagielskiMerge r1397172 from trunk:
2012-07-16 Eric Covenersync style fix from trunk r1359881
2012-03-25 Graham LeggettBackport:
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-12 Stefan FritschMerge r1213338:
2011-12-05 Stefan FritschBackport r1209766, r1210252, r1210284:
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...
2004-08-17 Joe OrtonImplement -t -DDUMP_MODULES using generic test_config...
2004-07-16 Bradley NicholesAllocate memory from the temp_pool rather than the...
2004-07-14 Paul Quernaremove tabs from my last commit.
2004-07-14 Paul QuernaAdded 'AllowOverride Options=Indexes,MultiViews' to...
2004-04-25 André Malochanged the following APIs to return an error instead...
2004-04-25 André Maloap_add_named_module is not used and maintained anymore...
2004-04-21 André MaloInclude directives no longer refuse to process symlinks on
2004-04-07 Bradley NicholesDon't allocation large buffers on the stack to avoid...
2004-02-18 Geoffrey Youngfix "Expected </Foo>> but saw </Foo>" errors in nested,
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-30 Geoffrey YoungKeep focus of ITERATE and ITERATE2 on the current modul...
2004-01-01 André Maloupdate license to 2004.
2003-10-11 Stas Bekmanfix the config parser to support <Foo>..</Foo> containe...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-07 André Malosplit ap_process_resource_config into two functions...
next