aboutsummaryrefslogtreecommitdiff
path: root/libs/h2o/patches
Commit message (Collapse)AuthorAge
* h2o: ABI-breaking patch for CVE-2023-44487Peter van Dijk2023-10-14
| | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com> bump soname refreh
* h2o: Reduce the size of the default HTTP2 bufferRemi Gacogne2023-06-22
| | | | | | | | The initial value takes 80kB of memory for each HTTP/2 connection which is a lot on small devices. Using 8kB instead saves a fair amount of memory without sacrificing performance. Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
* h2o: Do not initialize the mime types map at startupRemi Gacogne2023-06-22
| | | | | | | The map takes a fair amount of memory and the only consumer of this library, dnsdist, does not need it. Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* h2o: fix compilation without engine supportRosen Penev2020-04-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* h2o: fix compilation without deprecated OpenSSL APIsRosen Penev2020-02-03
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* h2o: backport backtrace detectionJames Taylor2019-12-20
| | | | | | | | backport patch for backtrace detection in h2o. This patch solves the issue of uclibc pretending to be glibc Signed-off-by: James Taylor <james@jtaylor.id.au>
* h2o: update wslay link patch to upstreamJames Taylor2019-12-13
| | | | | | Update wslay link patch with upstream fix from h2o/h2o#2196 Signed-off-by: James Taylor <james@jtaylor.id.au>
* h2o: add packageJames Taylor2019-12-10
H2O is a new generation HTTP server that provides quicker response to users with less CPU utilization when compared to older generation of web servers. Designed from ground-up, the server takes full advantage of HTTP/2 features including prioritized content serving and server push, promising outstanding experience to the visitors of your web site. Signed-off-by: James Taylor <james@jtaylor.id.au>