]> granicus.if.org Git - apache/history - server/util.c
Add helper function to execute command w args and get one line of output. Allow AuthL...
[apache] / server / util.c
2013-01-15 Daniel RuggeriAdd helper function to execute command w args and get...
2013-01-01 Stefan FritschAdd some caching for password hash validation.
2012-12-30 Stefan FritschAdd an option to enforce stricter HTTP conformance
2012-12-16 Stefan Fritschremove unnecessary cast
2012-12-16 Stefan Fritschadd new ap_bin2hex() utility function
2012-10-12 Jeff Trawickfollow-up to r1389481: find/use getloadavg() prototype...
2012-10-12 Jeff Trawickfollow up to r1390564: we just need scope, not control...
2012-10-03 Joe OrtonExtract some more data through the server load API:
2012-09-26 Jim Jagielskiwrap var inits in the macro w/ a do-while.
2012-09-26 Jim JagielskiMore accurate counts of busy and ready/idle
2012-09-24 Jim JagielskiBreak out loadavg from Apache load.... one is quick...
2012-09-24 Jim Jagielskiminor name change, but I expect most will just want...
2012-09-24 Jim JagielskiWould be nice to have some sort of canonical definition
2012-08-13 Daniel Grunomake the CT check in ap_parse_form_data case-insensitive
2012-08-13 Daniel GrunoDitch the !, since that would result in the opposite...
2012-08-13 Daniel Grunocore: use a cheaper way of matching the content-type...
2012-08-12 Daniel Grunocore:
2012-07-10 Stefan Fritschmake varbuf functions treat AP_VARBUF_UNKNOWN consisten...
2012-05-27 Stefan FritschMake ap_regcomp() return AP_REG_ESPACE if out of memory...
2012-03-29 Stefan FritschFix treatment of regex backreferences.
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-02 Stefan FritschAdd lots of unique tags to error log messages
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
next