summaryrefslogtreecommitdiffstats
path: root/modules/mappers/mod_userdir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a thread un-safe function when APR_HAS_THREADSRyan Bloom2000-11-101-0/+12
* Make mod_cgi and mod_include work when compiled as DSO's again. This isRyan Bloom2000-10-311-1/+1
* Fix a breakage due to Maoj's suexec patch of earlier today.David Reid2000-10-231-1/+1
* I didn't know that mod_userdir was even used on Windows. Oops. #ifdefManoj Kasichainula2000-10-231-1/+11
* Remove an attempt to fix a race condition. The attempt is notManoj Kasichainula2000-10-231-6/+0
* Add back suexec support.Manoj Kasichainula2000-10-231-0/+32
* More docs of oddities.William A. Rowe Jr2000-10-161-3/+6
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-23/+23
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* 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-2/+2
* Fix warnings.Ben Laurie2000-06-201-3/+3
* Use the new command-handler initializer macros in some more modules.Jeff Trawick2000-06-201-2/+4
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+33
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Manoj has been pushing for this for a while, but I've been too denseRyan Bloom2000-01-191-1/+2
* Fix Windows compile break. Gotta find a better way to fix this.Bill Stoddard2000-01-191-0/+2
* This is a huge change to the configure system. Basically, this name spaceRyan Bloom2000-01-191-0/+6
* Separate the stat structure from the file structure and use ap_stat andRyan Bloom2000-01-061-2/+3
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-5/+5
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-261-13/+10
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+349