]> granicus.if.org Git - apache/history - server/util.c
Wildcard name-based vhosts printed twice in apachectl -S
[apache] / server / util.c
2013-05-28 Graham Leggettcore: Add the ability to do explicit matching on weak...
2013-05-23 Graham Leggettcore: speed up (for common cases) and reduce memory...
2013-04-27 Graham Leggettmod_authnz_ldap: Allow using exec: callouts like SSLPas...
2013-04-15 Jim JagielskiMerge r1452128 from trunk:
2013-03-11 Jim JagielskiMerge r1442865, r1442759, r1442326, r1442309, r1448171...
2013-01-28 Jim JagielskiMerge r1422549, r1422712 from trunk:
2012-12-09 Stefan FritschMerge r1359884:
2012-12-09 Stefan FritschMerge r1343109:
2012-11-15 Jim Jagielski * core: Add in ap_get_sload() and ap_get_loadavg().
2012-08-17 Jim Jagielskihttp://people.apache.org/~rjung/patches/x-www-form...
2012-04-03 Jim JagielskiMerge r1307067 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-11-07 Stefan FritschFix integer overflow in ap_pregsub. This can be trigger...
2011-11-07 Stefan FritschNo need to zero memory that we will overwrite anyway
2011-10-29 Jim JagielskiRemove magic numbers; ensure that an invalid nmatch...
2011-10-29 Graham Leggettmod_include: Add support for application/x-www-form...
2011-10-27 Stefan FritschImprove handling of maxlen = APR_SIZE_MAX, noticed...
2011-10-25 Stefan FritschLimit ap_pregsub() to 64K, add ap_pregsub_ex() for...
2011-10-13 Eric Covenerflip operator in comment for r1182887 and add some...
2011-10-13 Jim JagielskiForce the honoring of AP_MAX_REG_MATCH
2011-10-08 Stefan FritschShut up gcc/glibc warning about ignoring write()'s...
2011-09-26 Stefan FritschSome varbuf enhancements:
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-19 Stefan FritschAdd wrappers for malloc, calloc, realloc that check...
2011-09-19 Eric CovenerGive a slightly more direct hint when no global ServerN...
2011-08-13 Stefan FritschAdd ap_varbuf API for resizable buffers.
2011-06-22 Stefan FritschVarious code cleanup
2011-06-22 Stefan FritschWe already have ap_str_tolower(), so also add ap_str_to...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-03-29 Stefan FritschChange the ap_cfg_getline() and ap_cfg_getc() to return...
2011-03-16 Daniel Earl Poiriercore: AllowEncodedSlashes new option NoDecode to allow...
2011-02-18 Jim JagielskiExpose "new" ap_parse_form_data() function instead...
2011-01-21 Stefan FritschMake ap_pstr2_alnum accept const char dest
2011-01-20 Stefan FritschMove ap_resolve_env to core.c, in preparation for addin...
2011-01-19 Stefan FritschFix compile error
2011-01-19 Jim JagielskiMake it clear that '_' is a possible char and accepted
2011-01-19 Jim JagielskiMake the balancer shared memory slot more human readabl...
2010-11-25 Stefan FritschFix some Windows build issues
2010-11-06 Stefan FritschAnother ooops: properly return APR_SUCCESS
2010-11-06 Stefan FritschAdd a generic pool cleanup function that sets a pointer...
2010-10-20 Guenter KnaufAdded header include for getpid() prototype on Win32.
2010-09-01 Jeff Trawickc isn't used after being set (Fortify)
2010-08-18 Jim JagielskiPull out "does request have a body" logic to a central
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-01-30 Stefan FritschMake ap_pregsub(), used by AliasMatch and friends,...
2009-09-29 Daniel Earl PoirierSpelling fix in comment.
2009-08-26 Brian HavardBring back OS/2 support.
2009-03-26 Jeff Trawickremove OS/2 platform support
2008-12-31 Nick KewAdd support for escaping all non-ascii chars to ap_esca...
2008-12-16 Takashi Sato* Change some "apr_palloc / memcpy" to apr_pstrmemdup
2008-10-22 Ruediger Pluem* Move ap_timeout_parameter_parse from mod_proxy.c...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-05 Graham LeggettRename the ap_escape_path_segment_b function as suggest...
2008-04-04 Graham Leggettmod_session: Add a generic session interface to unify...
2007-12-25 Ruediger Pluem* Revert to old behaviour: Even if we detect a bad...
2007-09-22 Nick KewFix r578332 for backslashing filesystems, as noted...
2007-09-22 Nick Kew* Rationalise the two ap_unescape_url versions
2007-07-20 Ruediger Pluem* We need to supply a (char *) to ap_str_tolower not...
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-12-16 Joe OrtonBring forward the fix for CVE-2005-3352 already on...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-09-28 Justin ErenkrantzClean up c2x code-path by not double-setting the prefix...
2005-08-31 Jim JagielskiAdd ap_append_pid(); This is performed enough to warrant
2005-05-24 Paul QuernaFix trailing backslashes in configuration directives.
2005-04-21 Jim JagielskiEnsure that we always return a FQDN... This is not...
2005-04-20 Jim JagielskiAPRized ap_get_local_host()
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-10-23 Roy T. Fieldingveto and revert win64 patch: 64bit changes must percola...
2004-10-22 Allan K. EdwardsWIN64: API changes to clean up Windows 64bit compile...
2004-09-15 Joe Orton* server/util.c (ap_resolve_env): Rewrite to avoid...
2004-09-02 Jeff Trawickhandling of encoded non-slashes was borked in the
2004-09-01 Jeff TrawickFix the handling of URIs containing %2F when AllowEncod...
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-01 André Maloupdate license to 2004.
2003-11-24 André MaloSECURITY [CAN-2003-0020]: escape arbitrary data before...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-07-28 Jeff Trawickaxe a special check for EOF+data from apr_file_gets...
2003-06-17 Greg SteinFollowing the previous commit, adjust the actual parame...
2003-03-31 Brian PaneDon't run regex cleanups before exec
2003-03-06 André MaloMinor MMN bump:
2003-02-12 Bradley NicholesAvoid passing too many characters to getenv. Make...
2003-02-03 André Malofinished that boring job:
2003-01-23 Ken Coar here we go. add a directive that will keep %2f from...
2002-12-08 Wilfredo Sanchez2.0 -> 2.1
2002-11-01 Justin ErenkrantzUse APR_STATUS_IS_EOF rather than a check against APR_EOF
2002-11-01 Justin ErenkrantzStyle police were called back from their vacation
2002-10-14 William A. Rowe Jr A couple of observations
2002-08-09 William A. Rowe Jr Security rollup for 2.0.40 release. Tag and roll...
2002-06-23 Brian PaneRemoved "tolower(++s)" idiom from ap_strcasestr(),...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-04-29 Brian PaneUpdated ap_getword_white() to use the same coding style
2002-04-26 Bradley NicholesAdded a check to make sure that h_aliases is not NULL...
2002-04-13 Sander StrikerAdapt to the rename of apr_explode_localtime to apr_tim...
next