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
*
Make sure the Additional error is displayed.
Jean-Frederic Clere
6 days
1
-0
/
+1
*
rollback unrelated fix to my previous commit, sorry.
Jean-Frederic Clere
11 days
1
-1
/
+0
*
Merge PR#419: make sure the right method is displayed.
Jean-Frederic Clere
11 days
2
-4
/
+8
*
* modules/http/http_filters.c (parse_chunk_size):
Joe Orton
2024-10-11
1
-2
/
+8
*
copy the trusted flag from the subrequest
Eric Covener
2024-07-15
1
-1
/
+1
*
* Follow up to r1918814: Strings are from configuration and thus trusted
Ruediger Pluem
2024-07-02
2
-3
/
+3
*
* Always trust content types that we set literally
Ruediger Pluem
2024-07-02
2
-3
/
+3
*
maintain trusted flag
Eric Covener
2024-07-01
1
-1
/
+1
*
add ap_set_content_type_ex to differentiate
Eric Covener
2024-06-24
2
-10
/
+16
*
mpm_event, mod_status: Separate processing and write completion queues.
Yann Ylavic
2024-06-01
1
-2
/
+2
*
mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state.
Yann Ylavic
2024-05-28
1
-2
/
+2
*
header validation after content-* are eval'ed
Eric Covener
2024-04-03
1
-15
/
+24
*
let httpd handle CL/TE for non-http handlers
Eric Covener
2024-04-03
1
-0
/
+12
*
* modules/http/chunk_filter.c (ap_http_chunk_filter): For a brigade
Joe Orton
2023-12-20
1
-6
/
+18
*
slight clarification, depends on r->status
Eric Covener
2023-07-24
1
-1
/
+1
*
no AH01588 for ap_get_client_block + CL over limit
Eric Covener
2023-07-24
1
-1
/
+8
*
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
[next]