index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mappers
/
mod_userdir.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove a thread un-safe function when APR_HAS_THREADS
Ryan Bloom
2000-11-10
1
-0
/
+12
*
Make mod_cgi and mod_include work when compiled as DSO's again. This is
Ryan Bloom
2000-10-31
1
-1
/
+1
*
Fix a breakage due to Maoj's suexec patch of earlier today.
David Reid
2000-10-23
1
-1
/
+1
*
I didn't know that mod_userdir was even used on Windows. Oops. #ifdef
Manoj Kasichainula
2000-10-23
1
-1
/
+11
*
Remove an attempt to fix a race condition. The attempt is not
Manoj Kasichainula
2000-10-23
1
-6
/
+0
*
Add back suexec support.
Manoj Kasichainula
2000-10-23
1
-0
/
+32
*
More docs of oddities.
William A. Rowe Jr
2000-10-16
1
-3
/
+6
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-23
/
+23
*
Move all APR functions related to strings to their own directory, and
Ryan Bloom
2000-07-21
1
-0
/
+1
*
Include strings.h for strcasecmp(), strncasecmp(), and bzero().
Jeff Trawick
2000-06-28
1
-0
/
+3
*
blast the old names for the status codes
Greg Stein
2000-06-24
1
-2
/
+2
*
Fix warnings.
Ben Laurie
2000-06-20
1
-3
/
+3
*
Use the new command-handler initializer macros in some more modules.
Jeff Trawick
2000-06-20
1
-2
/
+4
*
add AP_ prefix to *HOOK* macros
Doug MacEachern
2000-04-26
1
-1
/
+1
*
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
Ryan Bloom
2000-04-14
1
-1
/
+1
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
1
-32
/
+33
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
1
-9
/
+9
*
Manoj has been pushing for this for a while, but I've been too dense
Ryan Bloom
2000-01-19
1
-1
/
+2
*
Fix Windows compile break. Gotta find a better way to fix this.
Bill Stoddard
2000-01-19
1
-0
/
+2
*
This is a huge change to the configure system. Basically, this name space
Ryan Bloom
2000-01-19
1
-0
/
+6
*
Separate the stat structure from the file structure and use ap_stat and
Ryan Bloom
2000-01-06
1
-2
/
+3
*
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
Ryan Bloom
1999-08-31
1
-5
/
+5
*
Start to implement module-defined hooks that are a) fast and b) typesafe.
Roy T. Fielding
1999-08-26
1
-13
/
+10
*
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
1999-08-24
1
-0
/
+349
[prev]