]> granicus.if.org Git - apache/commit
veto and revert win64 patch: 64bit changes must percolate from the
authorRoy T. Fielding <fielding@apache.org>
Sat, 23 Oct 2004 22:39:53 +0000 (22:39 +0000)
committerRoy T. Fielding <fielding@apache.org>
Sat, 23 Oct 2004 22:39:53 +0000 (22:39 +0000)
commitc76dd4ecefc5c521a70c2a26f3aa52eb85472961
tree49cc4f5a98d022b0655c918ce8b093c22cf6d3db
parent41ee74561cd41dff407b519c1f63975bcc3f42f0
veto and revert win64 patch: 64bit changes must percolate from the
bottom (APR/system) up -- we can't give the client a 64bit API and
then cast it to 32bits internally without introducing security holes
on other platforms.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105572 13f79535-47bb-0310-9956-ffa450edef68
13 files changed:
CHANGES
include/ap_mmn.h
include/http_protocol.h
include/httpd.h
include/scoreboard.h
include/util_script.h
modules/http/http_protocol.c
server/core.c
server/protocol.c
server/request.c
server/scoreboard.c
server/util.c
server/util_script.c