summaryrefslogtreecommitdiffstats
path: root/server/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move ap_pregcomp and ap_pregfree from APR to Apache proper, since theseManoj Kasichainula1999-09-211-0/+36
* Remove all of the calls to functions like "ap_popenf". These functions wereRyan Bloom1999-09-081-28/+23
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-38/+38
* More MPM changes. Remove ap_can_exec and add a couple prototypes.Roy T. Fielding1999-08-261-26/+0
* Optimize ap_make_dirstr_prefix().Roy T. Fielding1999-08-261-6/+2
* Odd comments and leftover bits from the pthreads version.Roy T. Fielding1999-08-261-6/+15
* Faster versions of ap_gm_timestr_822() and ap_unescape_url().Roy T. Fielding1999-08-261-13/+63
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+2145