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
/
http_protocol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing 'break'
Christophe Jaillet
2022-05-08
1
-0
/
+1
*
Merge PR 311:
Stefan Eissing
2022-04-13
1
-0
/
+202
*
*) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specific
Stefan Eissing
2022-04-07
1
-27
/
+59
*
*) core: add ap_h1_append_header() for single header values.
Stefan Eissing
2022-04-04
1
-2
/
+16
*
*) core/mod_http/mod_http2:
Stefan Eissing
2022-04-04
1
-0
/
+105
*
remove extra whitespace in HTTP_NOT_IMPLEMENTED
Eric Covener
2021-07-02
1
-1
/
+1
*
fix xlate of literal text ErrorDocument on EBCDIC
Eric Covener
2021-06-29
1
-1
/
+1
*
Define ap_method_mask_t (typedef for apr_uint64_t) and use for method
Joe Orton
2020-02-17
1
-1
/
+1
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-1
/
+1
*
factor out TE=chunked checking
Eric Covener
2020-02-07
1
-3
/
+2
*
PR62989: DOCTYPE tags in server-generated HTML.
Eric Covener
2020-01-31
1
-1
/
+1
*
remove request details from error documents (CVE-2019-10092).
Eric Covener
2019-08-02
1
-60
/
+26
*
* include/httpd.h: Define HTTP_TOO_EARLY (425) per RFC 8470.
Joe Orton
2018-09-26
1
-1
/
+4
*
http: Enforce consistently no response body with both 204 and 304 statuses.
Yann Ylavic
2018-07-30
1
-15
/
+10
*
http_protocol.c: avoid duplicate headers when using
Luca Toscano
2018-05-23
1
-4
/
+1
*
Since r1753257, "HEAD" method is registered into the registry hash with the M...
Christophe Jaillet
2017-06-25
1
-5
/
+1
*
addendum to r1769760 to make it generate 100 status lines
Stefan Eissing
2016-11-17
1
-8
/
+6
*
http: Allow unknown response status' lines returned in the form of:
Yann Ylavic
2016-11-15
1
-7
/
+30
*
A whole lotta nope, if you implement HTCPCP then register your methods in init
William A. Rowe Jr
2016-07-18
1
-2
/
+0
*
Restore 'HEAD' method as a special case of GET with the common ID
William A. Rowe Jr
2016-07-18
1
-1
/
+4
*
The method_registry is initialized in register_hooks() for mod_http
William A. Rowe Jr
2016-07-18
1
-4
/
+0
*
Simplify; this code is executed one per request processed, saving
William A. Rowe Jr
2016-07-18
1
-196
/
+3
*
Add 451... Needed to adjust RESPONSE_CODES which
Jim Jagielski
2016-02-16
1
-1
/
+27
*
Use 'ap_array_str_contains' to simplify code.
Christophe Jaillet
2015-12-20
1
-19
/
+6
*
http, mod_ssl: Introduce and return the 421 (Misdirected Request) status code
Yann Ylavic
2015-06-12
1
-1
/
+6
*
http: Add support for RFC2324/RFC7168.
Graham Leggett
2015-04-01
1
-1
/
+16
*
* Fix If-Match handling:
Ruediger Pluem
2014-12-17
1
-5
/
+2
*
fix logic in ap_method_list_(add|remove) in order:
Christophe Jaillet
2014-07-15
1
-3
/
+3
*
Include any error notes set by modules in the canned error
Jeff Trawick
2014-07-12
1
-5
/
+6
*
core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()
Graham Leggett
2013-05-07
1
-62
/
+263
*
core: Add the ability to do explicit matching on weak and strong ETags
Graham Leggett
2013-05-06
1
-9
/
+8
*
Various code clean up
Stefan Fritsch
2012-07-15
1
-14
/
+2
*
Add missing HTTP status codes taken from
Rainer Jung
2012-07-15
1
-24
/
+67
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-02
1
-1
/
+1
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-1
/
+1
*
refactor to pull setting of Accept-Ranges header into http_protocol.c which
Eric Covener
2011-09-08
1
-0
/
+7
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-2
/
+2
*
Reverted r1040177 due to Joe's objection.
Guenter Knauf
2010-12-03
1
-8
/
+0
*
Supress compiler warning.
Guenter Knauf
2010-11-29
1
-0
/
+8
*
Phrasing changes recommended by Jack Dozier. Bug #50145
Rich Bowen
2010-10-24
1
-2
/
+2
*
Take a slightly less "you broke it!!" tone in the default 500 Internal
Rich Bowen
2010-10-22
1
-5
/
+4
*
Move AddOutputFilterByType implementation from core to mod_filter.
Nick Kew
2010-07-22
1
-7
/
+0
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-0
/
+2
*
Don't keepalive when we send a non-100 response while Client is expecting 100
Nick Kew
2009-12-08
1
-0
/
+4
*
* Add missing , to make it compile again.
Ruediger Pluem
2009-09-12
1
-1
/
+1
*
Catch the somewhat absurd combination of a 417 error where no Expect header
William A. Rowe Jr
2009-09-11
1
-10
/
+13
*
axe ancient platform checks
Jeff Trawick
2009-03-29
1
-8
/
+0
*
Improve canned 504 error message in the light of r729586 and covener's comment.
Nick Kew
2009-01-07
1
-2
/
+2
*
Make %k work as it should. No regression noted in perl
Jim Jagielski
2008-11-24
1
-2
/
+12
*
* Fix compiler warning (missing sentinel in function call).
Ruediger Pluem
2008-09-08
1
-2
/
+2
[next]