index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
http
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Arrange ap_h1_response_out_filter() according to include/mod_core.h.
Jean-Frederic Clere
2023-06-12
1
-2
/
+2
*
*) core: add `final_resp_passed` flag to request_rec to allow
Stefan Eissing
2023-06-01
2
-37
/
+45
*
* In the reverse proxy case r->filename might contain a query string if
Ruediger Pluem
2023-02-07
1
-1
/
+14
*
use a liberal default limit for LimitRequestBody of 1GB
Eric Covener
2022-06-01
1
-0
/
+6
*
Add missing 'break'
Christophe Jaillet
2022-05-08
1
-0
/
+1
*
*) mod_http: on seeing EOC buckets in ap_http_header_filter(), further
Stefan Eissing
2022-04-14
1
-48
/
+72
*
*) mod_http: use defined constant instead of just '101' when
Stefan Eissing
2022-04-14
1
-3
/
+3
*
Merge PR 311:
Stefan Eissing
2022-04-13
3
-7
/
+451
*
*) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specific
Stefan Eissing
2022-04-07
3
-415
/
+552
*
* We need to set r->status on each call after we noticed an EOC as
Ruediger Pluem
2022-04-04
1
-7
/
+12
*
*) mod_http: genereate HEADERS buckets for trailers
Stefan Eissing
2022-04-04
1
-6
/
+30
*
*) 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
4
-100
/
+308
*
* In case we see an EOC bucket and there was an error bucket before, use its
Ruediger Pluem
2022-03-31
1
-0
/
+15
*
* Close the connection in case an EOC bucket was seen
Ruediger Pluem
2022-03-31
1
-0
/
+1
*
core: Simpler connection close logic if discarding the request body fails.
Yann Ylavic
2022-03-07
1
-33
/
+36
*
http: Enforce that fully qualified uri-paths not to be forward-proxied
Yann Ylavic
2021-12-13
1
-1
/
+1
*
* Correctly sent a 100 Continue status code when sending an interim
Ruediger Pluem
2021-12-09
1
-0
/
+3
*
Revert spurious commit r1895340.
Yann Ylavic
2021-11-25
1
-1
/
+1
*
Trigger ci.
Yann Ylavic
2021-11-25
1
-1
/
+1
*
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
*
* Do not strip any headers from 304 responses.
Ruediger Pluem
2021-04-30
1
-15
/
+0
*
Make sure that conn->keepalive is NOT reset after being set in ap_read_reques...
Jean-Frederic Clere
2021-03-24
1
-6
/
+0
*
Follow up to r1883639: debug log for rfc7231#section-5.1.1
Yann Ylavic
2020-11-19
1
-0
/
+4
*
Remove indentation preserved in r1883639 to ease review.
Yann Ylavic
2020-11-19
1
-37
/
+35
*
Make HTTP_IN filter send 100 continue in blocking mode only.
Yann Ylavic
2020-11-19
1
-36
/
+41
*
fix headers name, spotted by Ivan Zhakov
Giovanni Bechis
2020-09-10
1
-5
/
+5
*
handle headers when replying a 304 following rfc7234
Giovanni Bechis
2020-09-09
1
-19
/
+15
*
core,modules: provide/use ap_parse_strict_length() helper.
Yann Ylavic
2020-05-20
2
-16
/
+9
*
core: handle morphing buckets setaside/reinstate and kill request core filter.
Yann Ylavic
2020-03-31
2
-11
/
+2
*
Define ap_method_mask_t (typedef for apr_uint64_t) and use for method
Joe Orton
2020-02-17
2
-2
/
+2
*
* modules/http/http_filters.c (parse_chunk_size): Reduce by four the
Joe Orton
2020-02-17
1
-2
/
+7
*
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
2
-5
/
+3
*
PR62989: DOCTYPE tags in server-generated HTML.
Eric Covener
2020-01-31
1
-1
/
+1
*
* Correctly initialize nomime member
Ruediger Pluem
2019-10-14
1
-0
/
+1
*
ap_http_header_filter: avoid double encoding of output headers in traces.
Yann Ylavic
2019-09-16
1
-2
/
+1
*
remove request details from error documents (CVE-2019-10092).
Eric Covener
2019-08-02
1
-60
/
+26
*
revert r1857857.
Christophe Jaillet
2019-04-24
1
-0
/
+9
*
Axe a useless comment.
Christophe Jaillet
2019-04-20
1
-9
/
+0
*
allow mod_mime to be de disabled per-dir too
Eric Covener
2019-03-16
1
-0
/
+16
*
spotted by Ruediger
Eric Covener
2019-03-13
1
-1
/
+1
*
mod_mime: Add `MimeOptions`
Eric Covener
2019-03-13
1
-2
/
+53
*
http: Fix possible empty response with mod_ratelimit for HEAD requests.
Yann Ylavic
2019-02-21
1
-6
/
+14
*
* include/httpd.h: Define HTTP_TOO_EARLY (425) per RFC 8470.
Joe Orton
2018-09-26
1
-1
/
+4
*
Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().
Yann Ylavic
2018-09-11
1
-1
/
+0
*
Follow up to r1840149: core input filter pending data.
Yann Ylavic
2018-09-07
1
-4
/
+1
*
util_filter: protect ap_filter_t private fields from external (ab)use.
Yann Ylavic
2018-09-05
1
-4
/
+6
*
core: follow up to r1839997: some runtime optimizations.
Yann Ylavic
2018-09-04
1
-1
/
+1
[next]