index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
manual
/
dns-caveats.html
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2002-03-08
Add some more xml versions.
Joshua Slive
5
-0
/
+1125
2002-03-08
Looks like we'll have a nice weekend in the Carolinas.
Greg Ames
1
-10
/
+1
2002-03-08
add a bit of error checking to the mod_cgid daemon's logic to read
Jeff Trawick
1
-12
/
+49
2002-03-08
Add file handle caching to mod_mem_cache. This is still experimental and
Bill Stoddard
1
-9
/
+69
2002-03-08
new directive SSIUndefinedEcho.
Ian Holsman
3
-2
/
+42
2002-03-08
implement a common function for getting a socket and trying to connect
Jeff Trawick
5
-135
/
+112
2002-03-08
* mod_dav.c (dav_handle_err): look through the error stack for some
Greg Stein
1
-5
/
+10
2002-03-08
remove unused ap_server_ctx member from SSLSrvConfigRec
Doug MacEachern
1
-1
/
+0
2002-03-08
fix typo in ap_proxy_http_canon: s/https:/https/
Doug MacEachern
1
-1
/
+1
2002-03-07
Comments like this help keep the sanity of module authors.
Aaron Bannert
1
-0
/
+1
2002-03-07
Deconstify...
Bill Stoddard
1
-2
/
+2
2002-03-07
Deconstify these fields...
Bill Stoddard
1
-4
/
+4
2002-03-07
Need to check if the userdir is absolute before it gets split apart by ap_get...
Bradley Nicholes
1
-5
/
+4
2002-03-07
Alignment tweaks. No function change.
Bill Stoddard
1
-10
/
+10
2002-03-07
Bail out gracefully if any part od cache load fails. Still need to handle bai...
Bill Stoddard
1
-8
/
+13
2002-03-07
Change the return type on read_headers, write_headers, read_body and write_body.
Bill Stoddard
4
-54
/
+51
2002-03-07
ap_rgetline: fix folding and partial line handling on ebcdic boxes. The
Greg Ames
2
-10
/
+47
2002-03-07
Do a better job of cleaning up (plug memory leaks) and handling aborted
Bill Stoddard
1
-50
/
+74
2002-03-07
Torch a stale commented out line.
Sander Striker
1
-1
/
+0
2002-03-07
Big style patch.
Sander Striker
1
-1291
/
+1328
2002-03-07
Track cache size as items are added to and removed from the cache
Bill Stoddard
1
-0
/
+3
2002-03-07
Place some limits on the size of the cache and the number of objects that can be
Bill Stoddard
1
-18
/
+47
2002-03-07
NetWare .def files for the DAV modules
Bradley Nicholes
2
-0
/
+4
2002-03-07
Added DAV to the build project
Bradley Nicholes
1
-0
/
+0
2002-03-07
Add a comment...
Bill Stoddard
1
-1
/
+10
2002-03-07
It is bad to recursively remove every CVS directory in a person's
Aaron Bannert
1
-0
/
+4
2002-03-07
It is bad to recursively remove every CVS directory in a person's
Aaron Bannert
1
-7
/
+7
2002-03-07
Mention adding a missing errordir entry in the Debian config.layout.
Aaron Bannert
1
-0
/
+4
2002-03-07
Will the real errordir please step forward.
Aaron Bannert
1
-1
/
+1
2002-03-07
Add CacheMinObjectSize and CacheMaxObjectSize directives to mod_mem_cache
Bill Stoddard
1
-11
/
+32
2002-03-07
Add a missing errordir entry in the Debian config.layout.
Aaron Bannert
1
-0
/
+1
2002-03-07
Cleanup some left behind style nits I missed and clean
Sander Striker
1
-13
/
+15
2002-03-07
Always fun when you mess up your first commit...
Sander Striker
1
-2
/
+2
2002-03-07
Check to see if r->content_type != NULL before comparing it to something.
Sander Striker
1
-10
/
+3
2002-03-07
Oh Yoko!
Justin Erenkrantz
1
-0
/
+5
2002-03-07
As hinted on dev@httpd, change filter naming schemes to match our
Justin Erenkrantz
17
-37
/
+41
2002-03-07
When using mod_ssl, it is possible that we'd be called when there are no
Justin Erenkrantz
1
-1
/
+1
2002-03-07
Fix prototype and return value of http_create_request to match new hook
Justin Erenkrantz
1
-1
/
+3
2002-03-07
We need to setup protocol filters for the fake request. If we don't,
Ryan Bloom
1
-0
/
+2
2002-03-07
There is no reason to insert the protocol filters in the insert_filters
Ryan Bloom
1
-2
/
+2