aboutsummaryrefslogtreecommitdiff
path: root/libs/h2o
Commit message (Collapse)AuthorAge
* 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 pkgconfig pathsRosen Penev2020-07-14
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* h2o: use static libwslayRosen Penev2020-07-10
| | | | | | Allows a smaller size. Signed-off-by: Rosen Penev <rosenp@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>