index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core,modules: provide/use ap_parse_strict_length() helper.
Yann Ylavic
2020-05-20
2
-1
/
+11
*
mod_proxy_http: handle Upgrade requests and upgraded protocol forwarding.
Yann Ylavic
2020-05-12
1
-1
/
+2
*
util_filter: export ap_filter_adopt_brigade() since mod_ssl uses it.
Yann Ylavic
2020-05-10
2
-1
/
+13
*
util_filter: axe misleading AP_BUCKET_IS_MORPHING() macro and fix comments.
Yann Ylavic
2020-04-27
1
-9
/
+0
*
Add optional options= argument to Listen to add listener-specific
Joe Orton
2020-04-23
2
-5
/
+10
*
core, h2: common ap_parse_request_line() and ap_check_request_header() code.
Yann Ylavic
2020-04-17
2
-1
/
+17
*
Axe remainder from r1875947.
Yann Ylavic
2020-04-16
1
-1
/
+0
*
t/apache/mmn.t caught me
Eric Covener
2020-04-12
1
-1
/
+1
*
PR63628: individual status codes for ProxyErrorOverride.
Eric Covener
2020-04-11
1
-0
/
+1
*
core: add r->flushed flag and set it when the response is sent.
Yann Ylavic
2020-04-02
3
-1
/
+14
*
MMN major bump for r1875947.
Yann Ylavic
2020-04-01
1
-1
/
+3
*
core: handle morphing buckets setaside/reinstate and kill request core filter.
Yann Ylavic
2020-03-31
1
-12
/
+9
*
Parentheses around AP_BUCKET_IS_EOR argument.
Yann Ylavic
2020-03-27
1
-1
/
+1
*
Define ap_method_mask_t (typedef for apr_uint64_t) and use for method
Joe Orton
2020-02-17
3
-6
/
+11
*
Follow up to r1873941: define AP_REG_NO_DEFAULT for raw ap_regcomp() usage.
Yann Ylavic
2020-02-17
2
-2
/
+2
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
10
-21
/
+21
*
don't use DOTALL from mod_substitute which leaves \n at the end of the line.
Eric Covener
2020-02-12
2
-1
/
+4
*
factor out TE=chunked checking
Eric Covener
2020-02-07
2
-1
/
+11
*
factor out default regex flags
Eric Covener
2020-02-07
2
-1
/
+4
*
PR62989: DOCTYPE tags in server-generated HTML.
Eric Covener
2020-01-31
1
-0
/
+4
*
Happy New Year 2020
Rainer Jung
2020-01-01
1
-1
/
+1
*
mod_proxy: Add proxy check_trans hook.
Yann Ylavic
2019-11-05
1
-1
/
+2
*
mod_proxy: factorize mod_proxy_{connect,wstunnel} tunneling code in proxy_util.
Yann Ylavic
2019-11-03
1
-1
/
+3
*
Revert r1869222, wrong files committed.
Yann Ylavic
2019-10-31
1
-24
/
+0
*
mod_proxy_http: follow up to r1869216.
Yann Ylavic
2019-10-31
1
-0
/
+24
*
Change the position of the 'response_code_exprs' field in the 'core_dir_confi...
Christophe Jaillet
2019-10-23
1
-7
/
+6
*
Fix pool concurrency problems
Ruediger Pluem
2019-10-11
1
-1
/
+3
*
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
*
Clarify pool lifetime constraints when modifying ap_server_config_defines.
Joe Orton
2019-06-20
1
-2
/
+4
*
The bump in r1855311 looks slighly optimistic.
Christophe Jaillet
2019-05-05
1
-4
/
+4
*
mod_proxy: follow up to r1836588: configurable Proxy100Continue.
Yann Ylavic
2019-03-22
1
-1
/
+2
*
Merge consecutive slashes in the URL by default
Eric Covener
2019-03-17
3
-3
/
+17
*
Follow up to r1855306: Axe bucket number from struct process_score.
Yann Ylavic
2019-03-12
2
-6
/
+3
*
MPMs unix: bind the bucket number of each child to its slot number
Yann Ylavic
2019-03-12
1
-1
/
+4
*
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
*
Happy New Year 2019
Rainer Jung
2019-01-01
1
-1
/
+1
*
Bump seems to have been missed
Jim Jagielski
2018-12-03
1
-1
/
+1
*
core: Split out the ability to parse wildcard files and directories
Graham Leggett
2018-11-25
3
-0
/
+102
*
Define "state directory" for storing persistent child-writable state,
Joe Orton
2018-10-05
3
-3
/
+12
*
* include/httpd.h: Define HTTP_TOO_EARLY (425) per RFC 8470.
Joe Orton
2018-09-26
1
-0
/
+1
*
Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().
Yann Ylavic
2018-09-11
1
-22
/
+0
*
Follow up to r1840149: core input filter pending data.
Yann Ylavic
2018-09-07
2
-3
/
+17
*
Follow up to r1840149: MMN text rephrased.
Yann Ylavic
2018-09-05
1
-2
/
+2
*
util_filter: protect ap_filter_t private fields from external (ab)use.
Yann Ylavic
2018-09-05
3
-26
/
+30
*
core: follow up to r1839997: some runtime optimizations.
Yann Ylavic
2018-09-04
2
-2
/
+2
*
core: follow up to r1839997: recycle request filters to a delayed ring first.
Yann Ylavic
2018-09-04
2
-1
/
+11
*
core: always allocate filters (ap_filter_t) on f->c->pool.
Yann Ylavic
2018-09-04
3
-13
/
+10
[next]