summaryrefslogtreecommitdiffstats
path: root/server/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-131-1/+10
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-5/+11
* Remove the final vestiges of stat.h from Apache 2.0. All calls are now toRyan Bloom2000-06-121-3/+3
* Remove waitpid from the config checks and all calls to waitpid from theRyan Bloom2000-06-101-20/+0
* Remove a bunch of string functions from Apache. These are basicallyRyan Bloom2000-06-091-85/+0
* Remove all occurances of strerror from Apache. ap_strerror works justRyan Bloom2000-06-091-21/+12
* Remove all remaining instances in Apache code ofManoj Kasichainula2000-05-211-2/+0
* The following is a patch to fix Dirk's patch from March 14 so thatJeff Trawick2000-05-181-4/+8
* William A. Rowe Jr2000-05-171-2/+2
* APR-ize some EBCDIC logic which handles conversion betweenJeff Trawick2000-05-161-2/+3
* Pick up various EBCDIC fixes from 1.3 (from Martin Kraemer and OliverJeff Trawick2000-05-101-1/+4
* Replace hsregex with PCRE. The PCRE library is always used in 2.0,Ryan Bloom2000-05-061-1/+1
* PR:William A. Rowe Jr2000-04-291-1/+1
* clean up cmd_parms: config_file is no longer valid; end_token is bogus;Greg Stein2000-04-241-0/+2
* Change strncasecmp() definition to match Bill's prototype. Fixes compileBrian Havard2000-04-241-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-37/+37
* Make the server work without asking for buffered file I/O. This removesRyan Bloom2000-04-071-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Another one in the department of fairly useless patches whichDirk-Willem van Gulik2000-03-141-0/+39
* Backport the CSS security fixes to Apache 2.0a. Or is that forwardJim Jagielski2000-03-131-0/+34
* Fix all the License issues. Including:Ryan Bloom2000-03-101-10/+10
* clean up a bunch of -Wall/etc warningsdgaudet2000-03-021-0/+1
* Small changes to remove some compiler complaints.David Reid2000-02-101-1/+1
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-1/+1
* OS/2 doesn't have groups, don't try to mess with them.Brian Havard2000-01-261-1/+1
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-191-54/+3
* Rework ap_finfo_t to split the file type out of the protection field.Brian Havard2000-01-101-4/+2
* time overhaul:dgaudet2000-01-091-22/+10
* Separate the stat structure from the file structure and use ap_stat andRyan Bloom2000-01-061-1/+3
* Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat toRyan Bloom2000-01-041-1/+1
* Some changes to the ap_strftime function. We now inform the user of theRyan Bloom1999-12-301-1/+2
* Remove a bunch of functions that are being replaced by functions in APR.Ryan Bloom1999-12-211-43/+6
* First step in getting Apache to use APR's time libraries. This gets a goodRyan Bloom1999-12-201-68/+8
* The first part of the big autoconf patch. This replaces a bunch ofManoj Kasichainula1999-11-301-8/+8
* First step in removing the fprintf(stderr problem from Apache. Basically,Ryan Bloom1999-11-191-9/+11
* Cleanup the ZZZ comments. Basically these used to mark places where APRRyan Bloom1999-11-161-8/+1
* De-errno ap_pcfg_openfile().Brian Havard1999-11-021-15/+13
* Add a status value to ap_log_error and ap_log_rerror. This allows us to useRyan Bloom1999-10-201-3/+3
* I missed one function when swapping paramters. This fixes it. I think IRyan Bloom1999-10-141-1/+1
* Bring file_io up to the new parameter order for APR. I have decided to doRyan Bloom1999-10-071-3/+3
* Remove obsolete ap_util_init function.Ben Hyde1999-10-061-8/+0
* Simple name change. the function ap_gets has been renamed to ap_fgets.Ryan Bloom1999-10-041-1/+1
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-1/+1
* Fix some broken logic. This logic now replicates what is in Apache 1.3.Bill Stoddard1999-09-241-2/+2