Commit Graph

13 Commits

Author SHA1 Message Date
Kévin Dunglas
84273ec395
fix: fix thread safety issues (#5)
* fix: fix thread safety issues

* some improvements

* wip

* tiny improvements
2022-06-03 17:18:07 +02:00
Kévin Dunglas
a3ba57f021
test: ensure memory safety when handling parallel requests (#3) 2022-05-23 11:57:30 +02:00
Kévin Dunglas
6da01cc858
refactor: minor cleanup 2022-05-21 11:03:10 +02:00
Kévin Dunglas
2b3475ed9d
docs: add examples 2022-05-20 09:42:30 +02:00
Kévin Dunglas
8c87075db8
docs: add an exemple 2022-05-19 17:42:12 +02:00
Kévin Dunglas
9761090c06
chore: fix some typos and conventions 2022-05-19 14:46:35 +02:00
Kévin Dunglas
09de805aaa
fix: memory leaks and refactor worker code (#2) 2022-05-18 21:19:07 +02:00
Kévin Dunglas
7d81fa51fe
feat: add a woker mode (#1)
* refactor: better memory management

* wip

* tmp

* introduce a go-like api

* upgraded to PHP 8.2

* Fix thread safety issues

* fix tests

* wip

* refactor worker

* worker prototype

* fix populate env

* session

* improve tests

* fix Caddy tests

* refactor
2022-05-18 11:52:24 +02:00
Kévin Dunglas
0d1ff2c438
fix: uncomment free 2021-11-26 19:51:25 +01:00
Kévin Dunglas
92a4c21eb7
fix: use emalloc to allocate the context 2021-11-26 13:26:12 +01:00
Kévin Dunglas
f037ba937a
feat: better public API 2021-11-01 15:38:12 +01:00
Kévin Dunglas
290e9e1114
feat: Caddy module 2021-11-01 00:18:30 +01:00
Kévin Dunglas
a2607e6be7
initial commit 2021-09-24 18:52:20 +02:00