index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mappers
/
mod_negotiation.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
Ryan Bloom
2000-04-14
1
-6
/
+6
*
Make the server work without asking for buffered file I/O. This removes
Ryan Bloom
2000-04-07
1
-1
/
+1
*
Get mod_negotiation working. We may ultimately need finer granularity
Allan K. Edwards
2000-04-05
1
-1
/
+1
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
1
-33
/
+34
*
Explain the changed syntax of CacheNegotiatedDocs
Tony Finch
2000-03-21
1
-1
/
+0
*
+1000 on dirk's change... and add a TODOC: which is the token i used when
dgaudet
2000-03-14
1
-0
/
+1
*
Take my chance and try to sneak in a very nasty change which
Dirk-Willem van Gulik
2000-03-14
1
-4
/
+5
*
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
-0
/
+3
*
This is a huge change to the configure system. Basically, this name space
Ryan Bloom
2000-01-19
1
-3
/
+7
*
Rework ap_finfo_t to split the file type out of the protection field.
Brian Havard
2000-01-10
1
-1
/
+1
*
Separate the stat structure from the file structure and use ap_stat and
Ryan Bloom
2000-01-06
1
-6
/
+3
*
Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat to
Ryan Bloom
2000-01-04
1
-1
/
+1
*
First step in getting Apache to use APR's time libraries. This gets a good
Ryan Bloom
1999-12-20
1
-2
/
+4
*
Finish the conversion from fprintf(stderr -> ap_log_err.
Ryan Bloom
1999-11-19
1
-6
/
+9
*
Add a status value to ap_log_error and ap_log_rerror. This allows us to use
Ryan Bloom
1999-10-20
1
-8
/
+10
*
I missed one function when swapping paramters. This fixes it. I think I
Ryan Bloom
1999-10-14
1
-2
/
+2
*
Remove most of the annoying "re ap_context_t mplement" mis-replacements
Martin Kraemer
1999-10-12
1
-2
/
+2
*
Bring file_io up to the new parameter order for APR. I have decided to do
Ryan Bloom
1999-10-07
1
-8
/
+8
*
Simple name change. the function ap_gets has been renamed to ap_fgets.
Ryan Bloom
1999-10-04
1
-1
/
+1
*
First patch to re-order function parameters. This one gets the low hanging
Ryan Bloom
1999-10-04
1
-4
/
+4
*
Use return status instead of character value for EOF.
Ben Laurie
1999-09-12
1
-2
/
+3
*
Remove all of the calls to functions like "ap_popenf". These functions were
Ryan Bloom
1999-09-08
1
-25
/
+24
*
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
Ryan Bloom
1999-08-31
1
-29
/
+29
*
Start to implement module-defined hooks that are a) fast and b) typesafe.
Roy T. Fielding
1999-08-26
1
-13
/
+8
*
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
1999-08-24
1
-0
/
+2748