index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
httpd.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Improve detection of _Thread_local
Ruediger Pluem
2022-03-09
1
-1
/
+3
*
*) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes
Stefan Eissing
2022-02-04
1
-3
/
+0
*
core: Follow up to r1897240 & r1897691: Syntax.
Yann Ylavic
2022-02-02
1
-1
/
+1
*
core: Follow up to r1897240: Provide/export ap_thread_current_create()
Yann Ylavic
2022-02-02
1
-0
/
+4
*
core: Follow up to r1897240: Opt-out for AP_HAS_THREAD_LOCAL and/or pcre's us...
Yann Ylavic
2022-02-02
1
-5
/
+7
*
core: Follow up to r1897460: Provide ap_thread_main_create().
Yann Ylavic
2022-01-27
1
-4
/
+4
*
core: Follow up to r1897460: Implement and use ap_thread_current_after_fork().
Yann Ylavic
2022-01-25
1
-6
/
+8
*
Follow up to r1897460: !APR_HAS_THREAD implies no ap_thread_* either.
Yann Ylavic
2022-01-25
1
-3
/
+9
*
core: Efficient ap_thread_current() when apr_thread_local() is missing.
Yann Ylavic
2022-01-25
1
-0
/
+50
*
event: Add AP_MPM_CAN_AGAIN and AGAIN to signal to the MPM that
Graham Leggett
2022-01-24
1
-0
/
+3
*
core: Add ap_unescape_url_ex() for better decoding control, and deprecate
Yann Ylavic
2021-10-07
1
-1
/
+13
*
*) core/mod_proxy/mod_ssl:
Stefan Eissing
2021-06-08
1
-0
/
+2
*
core/ap_ssl_*: changes after review by rpluem
Stefan Eissing
2021-04-20
1
-11
/
+0
*
*) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. ...
Stefan Eissing
2021-04-13
1
-0
/
+11
*
"[mod_dav_fs etag handling] should really honor the FileETag setting".
Graham Leggett
2020-06-28
1
-2
/
+48
*
Add ap_normalize_path() to replace ap_getparents() (with options).
Yann Ylavic
2020-06-22
1
-0
/
+15
*
core,modules: provide/use ap_parse_strict_length() helper.
Yann Ylavic
2020-05-20
1
-0
/
+9
*
core: add r->flushed flag and set it when the response is sent.
Yann Ylavic
2020-04-02
1
-0
/
+5
*
Define ap_method_mask_t (typedef for apr_uint64_t) and use for method
Joe Orton
2020-02-17
1
-3
/
+7
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-5
/
+5
*
factor out TE=chunked checking
Eric Covener
2020-02-07
1
-0
/
+9
*
PR62989: DOCTYPE tags in server-generated HTML.
Eric Covener
2020-01-31
1
-0
/
+4
*
Revert r1864878.
Christophe Jaillet
2019-08-10
1
-1
/
+1
*
Fix a signed/unsigned comparison in 'ap_filter_should_yield()' and 'ap_reques...
Christophe Jaillet
2019-08-10
1
-1
/
+1
*
Merge consecutive slashes in the URL by default
Eric Covener
2019-03-17
1
-2
/
+13
*
Update a comment about the 'PATCH' HTTP command
Christophe Jaillet
2019-02-20
1
-1
/
+1
*
Follow up to r1847430.
Christophe Jaillet
2019-02-10
1
-1
/
+1
*
fix a misleading comment about s->defn_name
Eric Covener
2019-01-15
1
-1
/
+1
*
core: Split out the ability to parse wildcard files and directories
Graham Leggett
2018-11-25
1
-0
/
+86
*
* include/httpd.h: Define HTTP_TOO_EARLY (425) per RFC 8470.
Joe Orton
2018-09-26
1
-0
/
+1
*
util_filter: protect ap_filter_t private fields from external (ab)use.
Yann Ylavic
2018-09-05
1
-15
/
+2
*
core: always allocate filters (ap_filter_t) on f->c->pool.
Yann Ylavic
2018-09-04
1
-5
/
+3
*
util_filter: split pending filters ring in two: input and output ones.
Yann Ylavic
2018-09-03
1
-2
/
+7
*
http: Enforce consistently no response body with both 204 and 304 statuses.
Yann Ylavic
2018-07-30
1
-0
/
+4
*
core: axe data_in_in/output_filter from conn_rec.
Yann Ylavic
2018-07-20
1
-10
/
+0
*
core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending().
Yann Ylavic
2018-07-19
1
-2
/
+8
*
util_filter: Axe conn_rec->empty brigade.
Yann Ylavic
2018-07-16
1
-3
/
+0
*
core: Add ap_reuse_brigade_from_pool().
Yann Ylavic
2018-07-16
1
-0
/
+13
*
util_filter: keep filters with aside buckets in order.
Yann Ylavic
2018-07-11
1
-2
/
+2
*
Fix typo
Christophe Jaillet
2018-05-25
1
-2
/
+2
*
mpm_event: follow up to r1823047: complete state validation after processing.
Yann Ylavic
2018-02-16
1
-1
/
+3
*
Make case insensitive
Jim Jagielski
2017-06-21
1
-1
/
+1
*
util.c: add a strict Base64 decoding function
Jacob Champion
2017-06-21
1
-0
/
+22
*
Introduce request taint-checking concept.
Nick Kew
2017-04-21
1
-0
/
+16
*
Move definition of ASCII_ZERO to httpd.h and rename it ZERO_ASCII for consist...
Christophe Jaillet
2017-01-06
1
-0
/
+1
*
When redrawing the parser, ap_get_http_token looked to be useful, but there's
William A. Rowe Jr
2016-10-18
1
-10
/
+0
*
Complete r1764961, missed .h updates
William A. Rowe Jr
2016-10-16
1
-1
/
+3
*
Followup to r1764961:
Rainer Jung
2016-10-16
1
-8
/
+0
*
Fix new declaration.
Rainer Jung
2016-10-16
1
-1
/
+1
*
Followup to r1764961:
Rainer Jung
2016-10-16
1
-5
/
+3
[next]