date | project | content | link |
|---|
| 17:26 yesterday | httpd | Commit by rbowen :: r 921952 /trunk/docs/manual/developer/ (index.html.en index.xml): ( link) A temporary solution to an outdated link. Would be nice to have this autobuilt every few days, and have it on some ASF hardware. Not sure how to go about making that happen, but I'll look into it. | # |
| 15:57 yesterday | httpd | Commit by trawick :: r 921910 /branches/2.0.x/ (CHANGES STATUS server/protocol.c): ( link) merge from trunk and 2.2.x:
SECURITY: CVE-2010-0434 (cve.mitre.org) Ensure each subrequest has a shallow copy of headers_in so that the parent request headers are not corrupted. Elimiates a problematic optimization in the case of no request body.
PR: 48359 Submitted by: Jake Scott, William Rowe, Ruediger Pluem Reviewed by: wrowe, trawick, rpluem | # |
| 15:54 yesterday | httpd | Commit by trawick :: r 921908 /branches/2.0.x/ (3 files in 2 dirs): ( link) merge from trunk and 2.2.x, using existing published patch for 2.0.63:
*) SECURITY: CVE-2008-2364 (cve.mitre.org)
mod_proxy_http: Better handling of excessive interim responses
from origin server to prevent potential denial of service and high
memory usage. Reported by Ryujiro Shibuya. [Ruediger Pluem,
Joe Orton, Jim Jagielski]
Reviewed by: trawick, wrowe, rpluem | # |
| 15:41 yesterday | httpd | Commit by rbowen :: r 921902 /trunk/docs/STATUS: ( link) Identify more embarrassingly outdated content on our website. | # |
| 15:26 yesterday | httpd | Commit by rbowen :: r 921895 /trunk/docs/STATUS: ( link) Yikes. The developer docs are dreadful. | # |
| 15:19 yesterday | httpd | Commit by rbowen :: r 921891 /trunk/docs/STATUS: ( link) Remove some duplicated items. More details on some items. Attach some names to a few things, so that they'll be guilted into doing something. | # |
| 15:07 yesterday | httpd | Commit by rbowen :: r 921885 /trunk/docs/STATUS: ( link) 52 deg F and raining in Lexington. | # |
| 15:05 yesterday | httpd | Commit by rbowen :: r 921884 /trunk/docs/STATUS: ( link) Update STATUS document. One forgets how much there really is to do. | # |
| 14:58 yesterday | httpd | Commit by rbowen :: r 921880 /trunk/docs/STATUS: ( link) Hey, maybe we could start using the STATUS file for something more than just taking up disk space. | # |
| 14:44 yesterday | httpd | Commit by jim :: r 921875 /branches/2.2.x/STATUS: ( link) looks and tests good ;) | # |
| 14:35 yesterday | httpd | Commit by rbowen :: r 921872 /trunk/docs/manual/ (urlmapping.html.en urlmapping.xml): ( link) Replace 'Apache' with 'Apache HTTP Server' and 'httpd', as appropriate in the context. | # |
| 14:24 yesterday | httpd | Commit by rbowen :: r 921867 /trunk/docs/manual/ (5 files): ( link) Typo. And rebuild transformation. | # |
| 14:23 yesterday | httpd | Commit by rbowen :: r 921866 /trunk/docs/manual/suexec.xml: ( link) Geez. Misspelled httpd. | # |
| 14:20 yesterday | httpd | Commit by rbowen :: r 921863 /trunk/docs/manual/mod/ (3 files): ( link) Update docs transformation. | # |
| 14:20 yesterday | httpd | Commit by rbowen :: r 921862 /trunk/docs/manual/ (6 files): ( link) Update doc transformation. | # |
| 14:17 yesterday | httpd | Commit by rbowen :: r 921860 /trunk/docs/manual/suexec.xml: ( link) This is part of the attempt to purge the use of 'Apache' to mean 'Apache HTTP Server' or 'httpd'. However, in the process, has come to light that it seems that this document is *WAY* overdue for a major rewrite. | # |
| 13:24 yesterday | httpd | Commit by rpluem :: r 921839 /branches/2.0.x/STATUS: ( link) | # |
| 21:47 Wednesday | httpd | Commit by sf :: r 921583 /trunk/CHANGES: ( link) r921347 had a bug report. Add a CHANGES entry. | # |
| 19:40 Wednesday | httpd | Commit by sf :: r 921526 /trunk/modules/filters/mod_reqtimeout.c: ( link) - Enforce request timeout even for AP_MODE_GETLINE.
- Abort connection when timeout occurs. Otherwise the thread may be blocked another 30s doing a lingering close. The downside is that the client will not receive the error message.
| # |
| 15:00 Wednesday | httpd | Commit by sf :: r 921378 /trunk/ (CHANGES modules/filters/mod_reqtimeout.c): ( link) Move initialization to process_connection hook, right before ap_process_http_request. This ensures that we are not inserted for other protocol handlers (like mod_ftp) and mod_proxy's backend connections. | # |