index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hopefully the final fix for the subreq/filter issue. The
Jim Jagielski
2008-12-10
1
-12
/
+9
*
reset chain if we need to...
Jim Jagielski
2008-12-09
1
-0
/
+3
*
* Correctly remove the SUBREQ_CORE filter from the filter chain if we do an
Ruediger Pluem
2008-12-08
1
-3
/
+20
*
Remove X-Pad work around.
Paul Querna
2008-12-05
1
-26
/
+0
*
Import the core parts of the DTrace patch. This is a modified and updated
Paul Querna
2008-12-05
1
-0
/
+8
*
* Avoid sending no answer at all if a custom error page causes an
Ruediger Pluem
2008-12-01
1
-1
/
+25
*
To be safe, consume the entire brigade after processing an error bucket in
Eric Covener
2008-12-01
1
-1
/
+5
*
Make %k work as it should. No regression noted in perl
Jim Jagielski
2008-11-24
1
-2
/
+12
*
* modules/http/http_request.c
Paul Querna
2008-10-29
1
-1
/
+1
*
Introduce Suspendable Requests to the Event MPM.
Paul Querna
2008-09-20
2
-22
/
+46
*
* Fix compiler warning (missing sentinel in function call).
Ruediger Pluem
2008-09-08
2
-3
/
+3
*
mod_mime: don't adjust case in filename components we don't use
Nick Kew
2008-09-08
1
-1
/
+5
*
Relax checks on HTTP Response status line from a backend.
Nick Kew
2008-09-08
2
-14
/
+35
*
Consumed by server/*.c, belongs in include/
William A. Rowe Jr
2008-06-07
1
-95
/
+0
*
* mod_proxy_http.c
Ruediger Pluem
2008-05-27
1
-0
/
+45
*
The response to the TRACE method is partially garbled on an EBCDIC platform.
Greg Ames
2008-05-23
1
-1
/
+12
*
* Only send 100-continue if the status code so far indicates success.
Ruediger Pluem
2008-05-19
1
-1
/
+1
*
Move the KeptBodySize directive, kept_body filters and the
Graham Leggett
2008-04-11
3
-445
/
+7
*
Add a function to the http filters that is able to parse an HTML
Graham Leggett
2008-04-09
1
-0
/
+237
*
NO var declarations in the middle of the code.
Guenter Knauf
2008-04-08
1
-1
/
+1
*
* In the case that we fail to read the response line from the backend and if
Ruediger Pluem
2008-04-08
1
-5
/
+17
*
* modules/http/http_protocol.c (is_mpm_running): Fix warning with
Joe Orton
2008-04-07
1
-1
/
+1
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
7
-7
/
+0
*
Remove calls to ap_graceful_stop_signalled, and replace by using ap_mpm_query
Paul Querna
2008-04-07
2
-2
/
+23
*
If you study all of the directive implementations, you'll note
William A. Rowe Jr
2008-04-06
1
-3
/
+3
*
close PR 44381
Jim Jagielski
2008-04-03
1
-0
/
+4
*
http_filters: Don't send 100-continue when 4xx is due
Nick Kew
2008-02-18
1
-10
/
+15
*
Don't add bogus duplicate Content-Language header entries.
Nick Kew
2008-01-12
1
-2
/
+14
*
belt and suspenders
Jim Jagielski
2008-01-09
1
-1
/
+1
*
http_filters: make sure we get last byte of actual data in edge-case
Nick Kew
2008-01-09
1
-8
/
+12
*
* Saveguard ourselves against underflows
Ruediger Pluem
2008-01-08
1
-1
/
+9
*
* Address two edge cases:
Ruediger Pluem
2008-01-08
1
-1
/
+5
*
* HTTP error codes are int's not apr_status_t's.
Ruediger Pluem
2008-01-07
1
-2
/
+2
*
* Do not use local scoped apr_bucket_brigade. We use the same anyway, so we
Ruediger Pluem
2008-01-07
1
-10
/
+5
*
* Optimize and unify detection of blank / corrupt chunk size lines.
Ruediger Pluem
2008-01-07
1
-10
/
+17
*
* Move duplicated code for error handling into local function
Ruediger Pluem
2008-01-07
1
-47
/
+23
*
* Reuse bucket brigades instead of recreating them continously and thus
Ruediger Pluem
2008-01-07
1
-6
/
+14
*
* Optimize assignments by using apr_pcalloc instead of apr_palloc.
Ruediger Pluem
2008-01-07
1
-5
/
+1
*
* Optimize alignment.
Ruediger Pluem
2008-01-07
1
-1
/
+1
*
* Optimize solution from r609394 and remove chunk-extensions restriction that
Ruediger Pluem
2008-01-07
1
-57
/
+105
*
* Fix cases with non blocking reads from the ap_http_filter input filter where
Ruediger Pluem
2008-01-06
1
-10
/
+71
*
What's left can exceed size_t
William A. Rowe Jr
2007-12-19
1
-1
/
+1
*
http_protocol: Escape request method in 405 error reporting.
Jeff Trawick
2007-12-11
1
-1
/
+2
*
* Do not split the brigade if the flush bucket is the last bucket in the brig...
Ruediger Pluem
2007-12-09
1
-1
/
+3
*
Case statements should go on their own line. (No functional change.)
Justin Erenkrantz
2007-12-09
1
-1
/
+2
*
* If no data is available at this point of time we need to switch into the
Ruediger Pluem
2007-12-08
1
-0
/
+1
*
http_protocol: Escape request method in 413 error reporting.
William A. Rowe Jr
2007-12-03
1
-2
/
+2
*
Typo fix
Nick Kew
2007-11-28
1
-1
/
+1
*
Fix patch to PR#43882 as pointed out by trawick
Nick Kew
2007-11-28
1
-2
/
+7
*
Safer fix to PR43882 than in r595672.
Nick Kew
2007-11-17
1
-3
/
+3
[next]