index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
httpd.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* include/httpd.h: Double DYNAMIC_MODULE_LIMIT, httpd alone includes
Joe Orton
2004-02-26
1
-1
/
+1
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-07
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
Add core version query function ap_get_server_revision and
André Malo
2004-01-25
1
-0
/
+19
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
fix docco
André Malo
2003-12-14
1
-1
/
+1
*
SECURITY [CAN-2003-0020]: escape arbitrary data before writing into the
André Malo
2003-11-24
1
-1
/
+11
*
fix comment
Cliff Woolley
2003-11-24
1
-1
/
+2
*
- add XHTML doctypes to httpd.h
André Malo
2003-11-02
1
-0
/
+15
*
Fold in the CAN-2003-0542 regex patch.
Sander Striker
2003-10-24
1
-0
/
+3
*
fix misleading ap_get_token description
André Malo
2003-08-19
1
-3
/
+3
*
Use 'expected' rather than 'exp', as the latter shadows the exp()
Greg Stein
2003-06-17
1
-4
/
+4
*
Porting to BS2000: the antique interface (BS2000Account) no longer exists
Martin Kraemer
2003-05-09
1
-1
/
+0
*
Minor MMN bump:
André Malo
2003-03-07
1
-0
/
+8
*
* include/http_config.h
Sander Striker
2003-03-06
1
-7
/
+7
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
here we go. add a directive that will keep %2f from being
Ken Coar
2003-01-23
1
-1
/
+7
*
move rfc1413 code to a new module "metadata:mod_ident".
André Malo
2003-01-18
1
-5
/
+0
*
use a subpool of c->pool for resources which are set aside, then clear it
Greg Ames
2002-11-08
1
-4
/
+3
*
Fix a compile of compiler warnings. I don't know how these slipped past.
Ryan Bloom
2002-10-11
1
-1
/
+2
*
Bring in os.h after we let apr do its platform foo.
William A. Rowe Jr
2002-07-01
1
-1
/
+2
*
Change conn_rec->keepalive to an enumerated value of
Justin Erenkrantz
2002-06-26
1
-2
/
+7
*
Removed "tolower(++s)" idiom from ap_strcasestr(), to avoid side-effects
Brian Pane
2002-06-23
1
-0
/
+1
*
Improve on some of the documentary comments in the request_rec.
Aaron Bannert
2002-06-15
1
-47
/
+48
*
Solve the 80/20 by initializing and storing server_rec->timeout and
William A. Rowe Jr
2002-06-13
1
-4
/
+4
*
Add a PROXYREQ_RESPONSE value for request_rec->proxyreq because it is
Justin Erenkrantz
2002-05-30
1
-1
/
+3
*
Rewrite ap_byterange_filter so that it can work with data that does not
Justin Erenkrantz
2002-05-06
1
-2
/
+0
*
BUCKET FREELISTS
Cliff Woolley
2002-03-29
1
-0
/
+2
*
The underlying change here was to add the new WebDAV/DeltaV methods
Greg Stein
2002-03-19
1
-17
/
+28
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Fix the mod_dir/mod_negotiation bug, where redirects and sub requests
Ryan Bloom
2002-03-03
1
-0
/
+8
*
Fix the close-on-sendfile bug where Win32 would transmit a single
William A. Rowe Jr
2002-02-21
1
-2
/
+2
*
if a child detects a resource shortage on accept(), limit the rate of fork()s
Greg Ames
2002-02-12
1
-0
/
+6
*
This patch restores most of Ryan's patch (11/12/2001) to remove the
Bill Stoddard
2002-01-29
1
-4
/
+11
*
Remove the create_connection hook and put the client_socket back into the
Bill Stoddard
2002-01-27
1
-11
/
+3
*
Change core code to allow an MPM to set hard thread/server
Jeff Trawick
2001-12-18
1
-0
/
+2
*
As suggested by Josh Slive, add the explicit 'default' to AcceptPathInfo.
William A. Rowe Jr
2001-12-13
1
-4
/
+22
*
Give the request_rec some information about path_info allowance.
William A. Rowe Jr
2001-12-13
1
-1
/
+6
*
use our standard declaration macro for the AP_DEBUG flavors of
Jeff Trawick
2001-12-01
1
-6
/
+6
*
Fix the timeout logic that I broke last week. This adds a request
Ryan Bloom
2001-11-21
1
-1
/
+0
*
Begin to abstract out the underlying transport layer.
Ryan Bloom
2001-11-13
1
-6
/
+26
*
adjust for the change to SuExec's default install directory
Greg Ames
2001-10-23
1
-1
/
+1
*
Goodbye r->content_lanaguage (per vote from apache-1.3/STATUS).
William A. Rowe Jr
2001-10-02
1
-5
/
+3
*
Added Doxygen Comments
Ian Holsman
2001-10-02
1
-53
/
+129
*
Added the HTTPD_ROOT path for NetWare
Bradley Nicholes
2001-09-15
1
-0
/
+3
*
I think this statement makes more sense, please ask if it isn't clear.
William A. Rowe Jr
2001-08-27
1
-1
/
+1
*
Add a canonical_filename value (should remain the r->filename identity)
William A. Rowe Jr
2001-08-23
1
-0
/
+2
*
Eliminated ap_os_[systemcase|[case_]canonical]_filename() and
William A. Rowe Jr
2001-08-23
1
-0
/
+13
*
adjust to apr_uri_ rename
Doug MacEachern
2001-08-19
1
-1
/
+1
[next]