index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
http2
/
h2_workers.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*) mod_htt2: recent small improvements from the github/icing/mod_h2
Stefan Eissing
2023-03-05
1
-0
/
+5
*
Sync with v2.0.10 from github:
Stefan Eissing
2022-10-11
1
-1
/
+2
*
*) mod_http2: synchronization with github sources.
Stefan Eissing
2022-09-27
1
-0
/
+4
*
*) mod_http2: use proper apr_time_t where it is due, no (int) casting.
Stefan Eissing
2022-09-27
1
-4
/
+5
*
*) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...
Stefan Eissing
2022-09-27
1
-3
/
+4
*
*) mod_http2: new directive "H2HeaderStrictness" to control the compliance
Stefan Eissing
2022-09-26
1
-3
/
+17
*
*) mod_http2: init local var since write in loop may be buypassed.
Stefan Eissing
2022-06-20
1
-1
/
+1
*
* Use s directly like in the other ap_log_error calls
Ruediger Pluem
2022-06-20
1
-1
/
+1
*
* workers is not always initialized here
Ruediger Pluem
2022-06-20
1
-1
/
+1
*
*) mod_http2: new implementation of h2 worker pool.
Stefan Eissing
2022-06-17
1
-294
/
+400
*
*) mod_http2: clear the h2 worker slot connection early to avoid
Stefan Eissing
2022-04-21
1
-5
/
+7
*
*) mod_http2: use the new REQUEST buckets to forward request
Stefan Eissing
2022-04-13
1
-2
/
+36
*
*) mod_http2: use the new RESPONSE buckets introduced in r1899648.
Stefan Eissing
2022-04-07
1
-0
/
+1
*
*) mod_http2: removed extra h2_mplx_worker_c2_done() arg
Stefan Eissing
2022-03-23
1
-12
/
+4
*
*) core: adding a new hook and method to the API:
Stefan Eissing
2022-03-18
1
-31
/
+35
*
core: Efficient ap_thread_current() when apr_thread_local() is missing.
Yann Ylavic
2022-01-25
1
-2
/
+2
*
* mod_http2: a regression in v1.15.24 of the modules was fixed that
Stefan Eissing
2021-11-04
1
-2
/
+0
*
*) mod_http2:
Stefan Eissing
2021-10-12
1
-40
/
+22
*
mod_http2: fixed speling error.
Stefan Eissing
2021-09-23
1
-2
/
+2
*
* mod_http2: fix version suffix after sync with github
Stefan Eissing
2021-09-23
1
-8
/
+7
*
* mod_http2: when a server is restarted gracefully, any idle h2 worker
Stefan Eissing
2021-09-10
1
-0
/
+2
*
What is wrong with me?
Stefan Eissing
2021-07-15
1
-2
/
+2
*
* mod_http2:
Stefan Eissing
2021-07-15
1
-4
/
+37
*
*) mod_http2:
Stefan Eissing
2021-07-06
1
-68
/
+122
*
mod_http2: Fix workers synchronization on pchild cleanup.
Yann Ylavic
2021-02-06
1
-60
/
+69
*
mod_proxy_http2: stop/wait the workers threads before their pool is killed.
Yann Ylavic
2020-12-07
1
-3
/
+4
*
mod_http2: Rename server_pool as pchild in h2_workers_create()
Yann Ylavic
2020-12-06
1
-3
/
+7
*
mod_http2: revert r1883675.
Yann Ylavic
2020-12-06
1
-7
/
+4
*
mod_proxy_http2: stop/wait the workers threads before their pool is killed.
Yann Ylavic
2020-11-20
1
-4
/
+7
*
mod_proxy_http2: explicitely apr_thread_exit() at the end of slot_run().
Yann Ylavic
2020-11-20
1
-0
/
+2
*
Be consistent when handling OOM situation
Christophe Jaillet
2020-09-02
1
-1
/
+1
*
*) mod_http2: workaround to facilitate use of common internal protocol/meth...
Stefan Eissing
2020-06-17
1
-3
/
+3
*
*) mod_http2: Fixed rare cases where a h2 worker could deadlock the main co...
Stefan Eissing
2019-12-19
1
-1
/
+0
*
* modules/http2: reverting r1859724, as no good.
Stefan Eissing
2019-05-28
1
-2
/
+2
*
*) mod_http2: internal code cleanups and simplifications. Common output cod...
Stefan Eissing
2019-05-22
1
-2
/
+2
*
Remove some trailing spaces to synch trunk with 2.4
Christophe Jaillet
2018-06-20
1
-1
/
+1
*
On the trunk:
Stefan Eissing
2018-01-17
1
-15
/
+0
*
correct copyright/license headers
Jim Jagielski
2017-12-15
1
-0
/
+16
*
On the trunk:
Stefan Eissing
2017-11-29
1
-1
/
+12
*
On the trunk:
Stefan Eissing
2017-09-28
1
-0
/
+2
*
On the trunk:
Stefan Eissing
2017-07-03
1
-3
/
+4
*
On the trunk:
Stefan Eissing
2017-04-18
1
-0
/
+1
*
On the turnk:
Stefan Eissing
2017-04-09
1
-2
/
+3
*
On the trunk:
Stefan Eissing
2017-04-05
1
-6
/
+2
*
On the trunk:
Stefan Eissing
2017-04-04
1
-8
/
+21
*
On the trunk:
Stefan Eissing
2017-03-30
1
-50
/
+66
*
On the trunk:
Stefan Eissing
2017-03-29
1
-0
/
+3
*
Revert r1789221: real fix looks more subtle.
Yann Ylavic
2017-03-28
1
-0
/
+1
*
http2: silent compiler warning.
Yann Ylavic
2017-03-28
1
-1
/
+0
*
On the trunk:
Stefan Eissing
2017-03-25
1
-249
/
+215
[next]