Alliballibaba
|
08254531d4
Adjusts watcher logic.
|
3 months ago |
Alliballibaba
|
c03c59bd60
Cleanup.
|
3 months ago |
Alliballibaba
|
f7e7d41f87
Refactors php threads to take callbacks.
|
3 months ago |
Alliballibaba
|
7d2ab8cc99
Initial working implementation.
|
3 months ago |
Alliballibaba
|
89b211d678
Cleans up the exponential backoff.
|
3 months ago |
Alliballibaba
|
ad34140027
Moves code to separate file.
|
3 months ago |
Alliballibaba
|
fe1158fb67
Decouple workers.
|
3 months ago |
Kévin Dunglas
|
69c43ee43d
chore: use upstream e-dant/watcher headers and build system (#1119)
|
3 months ago |
Kévin Dunglas
|
d53f909d20
chore: various cleanups
|
3 months ago |
Rob Landers
|
e812473fe1
implement getenv and putenv in go (#1086)
|
3 months ago |
Kévin Dunglas
|
dbd3ae54af
fix: always ignore SIGPIPE (#1101)
|
3 months ago |
Alexander Stecher
|
d99b16a158
perf: remove all cgo handles (#1073)
|
4 months ago |
Alexander Stecher
|
8d9b6e755b
feat: restart workers when on source changes (#1013)
|
4 months ago |
Rob Landers
|
aa585f7da0
handle worker failures gracefully (#1038)
|
4 months ago |
Rob Landers
|
5d43fc2c8d
add basic metrics (#966)
|
4 months ago |
Kévin Dunglas
|
a16076e082
perf: prevent useless logger allocs
|
5 months ago |
Kévin Dunglas
|
7a524ddbd5
ci: add back -Wall -Werror
|
5 months ago |
Kévin Dunglas
|
968176a948
ci: run tests with ASAN and MSAN (#955)
|
6 months ago |
Kévin Dunglas
|
2af8fd2e31
chore: remove useless cgo directive
|
6 months ago |
Kévin Dunglas
|
0500ebc191
perf: improve PHP thread management (#898)
|
7 months ago |
Kévin Dunglas
|
3714fdf3a1
fix: superglobals-realated crash with custom extensions in worker mode (#796)
|
8 months ago |
Rob Landers
|
b96db939b7
feat: option to enable full duplex for HTTP/1 connections (#692)
|
8 months ago |
Kévin Dunglas
|
90a7b98b10
feat: log the number of threads and workers during startup
|
8 months ago |
Rob Landers
|
d973206174
fix reading post bodies (#686)
|
10 months ago |
Kévin Dunglas
|
1511decad6
chore: some CS changes
|
11 months ago |
Kévin Dunglas
|
07a74e5c5a
perf: reduce allocs when creating $_SERVER (#540)
|
11 months ago |
Kévin Dunglas
|
b71dae9b03
fix: prevent crash when calling apache_request_headers() in non-HTTP context
|
11 months ago |
Kévin Dunglas
|
fe7e9e7c79
fix: crash when using apache_request_headers() (#536)
|
1 year ago |
Kévin Dunglas
|
49baf02035
feat: add go_apache_request_headers()
|
1 year ago |
naoki kuroda
|
3692818d0c
perf: optimize cookie handling in request (#459)
|
1 year ago |
Rob Landers
|
7830aae549
Ensure we don't modify a shared env (#452)
|
1 year ago |
Rob Landers
|
2055142904
apply just an optimization (#450)
|
1 year ago |
Rob Landers
|
5bda50cbd7
Fix memory leak (#442)
|
1 year ago |
Kévin Dunglas
|
7c5f18fe3f
ci: fix changelog generation
|
1 year ago |
Kévin Dunglas
|
3709c2a50b
chore: switch to upstream C-Thread-Pool
|
1 year ago |
Kévin Dunglas
|
6509cddd2a
feat: embed PHP apps into the FrankenPHP binary
|
1 year ago |
Shyim
|
bb931c99ff
remove sqlite3 requirement on darwin, fixes #330
|
1 year ago |
Kévin Dunglas
|
b4aa8038ff
feat: detect when worker crashes or terminates normally (#315)
|
1 year ago |
Kévin Dunglas
|
aa1d968dcf
refactor: faster $_SERVER variables creation
|
1 year ago |
Kévin Dunglas
|
4d2cd5f715
perf: write the response body directly from the memory allocated by PHP
|
1 year ago |
Kévin Dunglas
|
a4938102e1
perf: read the request body directly in the memory allocated by PHP
|
1 year ago |
Kévin Dunglas
|
120006a297
chore: bump deps
|
1 year ago |
Kévin Dunglas
|
ec35afdc7f
chore: remove C-Thread-Pool/example.c (#259)
|
1 year ago |
Kévin Dunglas
|
c615fe0087
feat: add experimental CLI support (#239)
|
1 year ago |
shangyuanchun
|
52caf17a40
fix: to solve php versions like: 9.0 / 9.1
|
1 year ago |
Kévin Dunglas
|
e193a374d3
freat: set thread name to frankenphp
|
1 year ago |
Kévin Dunglas
|
1f3007337d
feat: create a static build of FrankenPHP (#198)
|
1 year ago |
Kévin Dunglas
|
f5b599bc2b
fix: superfluous response.WriteHeader call
|
1 year ago |
Kévin Dunglas
|
ab0783519e
perf: reduce the number of calls to cgo to set the headers
|
1 year ago |
Kévin Dunglas
|
e65fdfff2f
chore: better cgo directives
|
1 year ago |