summaryrefslogtreecommitdiffstats
path: root/server/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-5/+5
* Axe ap_get_virthost_addr(). This <address>[:port] parse routineJeff Trawick2000-12-151-53/+0
* Fix two spelling and syntax problems in ap_get_local_host().Jeff Trawick2000-12-051-2/+2
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-10/+13
* Change references of AF_ to reflect APR_ so they should workDavid Reid2000-11-181-1/+1
* Not all platforms have INADDR_NONE defined by default. Apache used toRyan Bloom2000-11-111-1/+1
* Killing ap_os_is_filename_valid. Left actual win32 code, since it isWilliam A. Rowe Jr2000-11-101-6/+6
* This is always displayed to the console. There is no reason to print theRyan Bloom2000-11-101-1/+1
* Start of moving to apr_port_t in the server code. This will probably the firstDavid Reid2000-11-081-2/+2
* A more thorough example is appropriate. Also simplify the behavior andWilliam A. Rowe Jr2000-10-231-3/+8
* somebody was a Very Bad Boy when they inserted casts into this function.Greg Stein2000-10-191-11/+14
* The final line of the config file was not being read if there wasRyan Bloom2000-10-181-1/+3
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-57/+57
* Completes the port of the <Directory /> handling for Win32... there isWilliam A. Rowe Jr2000-10-131-0/+5
* Modify ap_make_dirstr_prefix, platforms with HAVE_DRIVE_LETTERS or NETWAREWilliam A. Rowe Jr2000-10-121-1/+9
* Remove some deprecated functionsRyan Bloom2000-10-101-12/+0
* Port over the config directory stuff...Jim Jagielski2000-10-061-0/+36
* finish cleaning up after a change i made over 3 years ago.dgaudet2000-08-151-26/+0
* A few more (last?) ap_xlate->apr_xlate changes covering stuff not completelyJeff Trawick2000-08-071-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-30/+30
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-103/+103