]> granicus.if.org Git - apache/history - server/util.c
Spelling fix in comment.
[apache] / server / util.c
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...
2002-04-05 William A. Rowe Jr One for 2.0.34 - to fix the problem of utf-8 configur...
2002-03-21 Sander StrikerUpdate callers of apr_explode_gmt to apr_time_exp_gmt...
2002-03-21 William A. Rowe Jr Correct our list of escape characters to include...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-06 Ian Holsmanapr-utils rename apr_ansi_time_to_apr_time and
2002-01-27 William A. Rowe Jr Whoops - this patch is required by the last request...
2001-12-03 Brian PaneOptimization for ap_getparents: skip past all the leading
2001-12-02 Brian PaneOptimization: replace apr_pstrndup() with apr_pstrmemdu...
2001-12-02 Brian PaneReduced the number of strlen operations in ap_getword()
2001-12-02 Brian PaneModified ap_make_full_path to minimize the number of...
2001-09-14 Bradley NicholesAdded NetWare to the Win32 ifdef list
2001-09-06 Ryan BloomFix a seg fault in mod_include. When we are generating an
2001-08-24 William A. Rowe Jr Revert this patch. It indicates some fundamental...
2001-08-24 Cliff WoolleyI don't know if this is the Right Way, but it certainly...
2001-08-24 William A. Rowe Jr I'm still not 100% certain on this test. Regardless...
2001-08-23 William A. Rowe Jr Eliminated ap_os_[systemcase|[case_]canonical]_filena...
2001-08-23 William A. Rowe Jr It doesn't get any simpler than this
2001-07-23 William A. Rowe Jr The original answer was evil, return NULL if the...
2001-02-25 William A. Rowe Jr Reconsidered the wisdom of this change... back to...
2001-02-25 William A. Rowe Jr Clean up namespace badness with s/configfile_t/ap_con...
2001-02-24 Greg Stein*) fix inline handling. we had: apr_inline, APR_INLINE...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-12 Greg Steinwrite these in terms of strchr and strrchr so the compi...
2001-02-11 Ryan BloomFix a potential segfault on all platforms. David Reid...
2001-02-10 Greg SteinClean up some of the includes:
2001-02-10 David ReidFix more breakage on BeOS...
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-01 Tony FinchGet the correct IP address if ServerName isn't set...
2001-01-27 William A. Rowe Jr Use the appropriate APR_FINFO_flags for the apr_stat...
2001-01-27 David ReidBeOS BONE shouldn't be using this BeOS R5 check, so...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-20 Ryan BloomMove initgroupgs, ap_uname2id and ap_gname2id from...
2001-01-20 Ryan BloomRemove ap_chdir_file. This function is not thread...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-12 Bill StoddardFix a comment
2001-01-05 Allan K. Edwardsadd pool parameter to ap_is_directory and ap_is_rdirectory
2001-01-05 David ReidAs we now use pools in the logging of the failure to...
2001-01-04 David ReidThis stops a segfault on my machine where I haven't...
2000-12-20 Jeff TrawickSwitch to the APR-provided APR_CHARSET_EBCDIC feature...
2000-12-19 Ryan BloomForce all Apache functions to be linked into the execut...
2000-12-15 Jeff TrawickAxe ap_get_virthost_addr(). This <address>[:port]...
2000-12-05 Jeff TrawickFix two spelling and syntax problems in ap_get_local_ho...
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-18 David ReidChange references of AF_ to reflect APR_ so they should...
2000-11-11 Ryan BloomNot all platforms have INADDR_NONE defined by default...
2000-11-10 William A. Rowe Jr Killing ap_os_is_filename_valid. Left actual win32...
2000-11-10 Ryan BloomThis is always displayed to the console. There is no...
next