summaryrefslogtreecommitdiffstats
path: root/server/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add APR_EOL_STR for a platform specific text delimiter, provided byWilliam A. Rowe Jr2000-07-251-2/+2
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Fix some bad ap_log_error() invocations. Comment on a badJeff Trawick2000-07-181-5/+5
* Grab OtherBill's latest 1.3 code to provide a default ServerNameJeff Trawick2000-07-171-5/+8
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* blast the old names for the status codesGreg Stein2000-06-241-4/+4
* Correct the problem where the only local host name that the IP stackWilliam A. Rowe Jr2000-06-201-11/+25
* More consification, correct command initialisation.Ben Laurie2000-06-171-24/+13
* Constification.Ben Laurie2000-06-171-2/+2
* Command handler revamp. Note that this makes the code produce a LOT ofBen Laurie2000-06-171-0/+11
* Turn on buffering for config file reads. This is dependent on ap_fgets()Jeff Trawick2000-06-161-1/+1
* Get the ap_config.h cleanup working on FreeBSD by adding includes ofJeff Trawick2000-06-131-0/+3