summaryrefslogtreecommitdiffstats
path: root/server/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* here we go. add a directive that will keep %2f from beingKen Coar2003-01-231-0/+51
* 2.0 -> 2.1Wilfredo Sanchez2002-12-081-1/+1
* Use APR_STATUS_IS_EOF rather than a check against APR_EOFJustin Erenkrantz2002-11-011-1/+1
* Style police were called back from their vacationJustin Erenkrantz2002-11-011-471/+497
* A couple of observationsWilliam A. Rowe Jr2002-10-141-0/+1
* Security rollup for 2.0.40 release. Tag and roll baby.William A. Rowe Jr2002-08-091-8/+18
* Removed "tolower(++s)" idiom from ap_strcasestr(), to avoid side-effectsBrian Pane2002-06-231-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-8/+8
* Updated ap_getword_white() to use the same coding styleBrian Pane2002-04-291-17/+12
* Added a check to make sure that h_aliases is not NULL before we try toBradley Nicholes2002-04-261-6/+8
* Adapt to the rename of apr_explode_localtime to apr_time_exp_lt in APR.Sander Striker2002-04-131-1/+1
* One for 2.0.34 - to fix the problem of utf-8 configuration files savedWilliam A. Rowe Jr2002-04-051-0/+23
* Update callers of apr_explode_gmt to apr_time_exp_gmt. TheSander Striker2002-03-211-1/+1
* Correct our list of escape characters to include percent and theWilliam A. Rowe Jr2002-03-211-7/+10
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* apr-utils rename apr_ansi_time_to_apr_time andIan Holsman2002-03-061-1/+1
* Whoops - this patch is required by the last request.c change.William A. Rowe Jr2002-01-271-1/+4
* Optimization for ap_getparents: skip past all the leadingBrian Pane2001-12-031-4/+7
* Optimization: replace apr_pstrndup() with apr_pstrmemdup() inBrian Pane2001-12-021-1/+1
* Reduced the number of strlen operations in ap_getword()Brian Pane2001-12-021-9/+12
* Modified ap_make_full_path to minimize the number of strlen operationsBrian Pane2001-12-021-10/+20
* Added NetWare to the Win32 ifdef listBradley Nicholes2001-09-151-1/+1
* Fix a seg fault in mod_include. When we are generating anRyan Bloom2001-09-061-1/+1
* Revert this patch. It indicates some fundamental brokenness with theWilliam A. Rowe Jr2001-08-241-7/+2
* I don't know if this is the Right Way, but it certainly does make thingsCliff Woolley2001-08-241-2/+7
* I'm still not 100% certain on this test. Regardless, it doesn't impactWilliam A. Rowe Jr2001-08-241-1/+2
* Eliminated ap_os_[systemcase|[case_]canonical]_filename() andWilliam A. Rowe Jr2001-08-231-0/+15
* It doesn't get any simpler than thisWilliam A. Rowe Jr2001-08-231-10/+1
* The original answer was evil, return NULL if the file name has no path!William A. Rowe Jr2001-07-231-2/+1
* Reconsidered the wisdom of this change... back to the drawing board.William A. Rowe Jr2001-02-251-2/+10
* Clean up namespace badness with s/configfile_t/ap_configfile_t/William A. Rowe Jr2001-02-251-19/+9
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andGreg Stein2001-02-241-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* write these in terms of strchr and strrchr so the compiler can possibly useGreg Stein2001-02-121-12/+8
* Fix a potential segfault on all platforms. David Reid fixed this forRyan Bloom2001-02-111-5/+1
* Clean up some of the includes:Greg Stein2001-02-101-21/+11
* Fix more breakage on BeOS...David Reid2001-02-101-0/+4
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-12/+12
* Get the correct IP address if ServerName isn't set and we can'tTony Finch2001-02-011-1/+1
* Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfoWilliam A. Rowe Jr2001-01-271-3/+3
* BeOS BONE shouldn't be using this BeOS R5 check, so alter the check to make itDavid Reid2001-01-271-1/+1
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-3/+3
* Move initgroupgs, ap_uname2id and ap_gname2id from util.c toRyan Bloom2001-01-201-68/+0
* Remove ap_chdir_file. This function is not thread-safe, and nobodyRyan Bloom2001-01-201-19/+0
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-6/+6
* Fix a commentBill Stoddard2001-01-121-1/+1
* add pool parameter to ap_is_directory and ap_is_rdirectoryAllan K. Edwards2001-01-051-4/+4
* As we now use pools in the logging of the failure to get a hostname,David Reid2001-01-051-2/+2
* This stops a segfault on my machine where I haven't got a hostname forDavid Reid2001-01-041-2/+2
* Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.Jeff Trawick2000-12-201-5/+5