Commit History

Author SHA1 Message Date
  Robert Landers 0465afc9da increase number of threads and add tests 1 week ago
  Robert Landers 70c0beb58f properly reset during shutdown 2 weeks ago
  Robert Landers ad049b1800 rename NullMetrics to nullMetrics 2 weeks ago
  Robert Landers 4c7718157d add metrics 1 month ago
  Kévin Dunglas a16076e082 perf: prevent useless logger allocs 3 weeks ago
  Kévin Dunglas 7a524ddbd5 ci: add back -Wall -Werror 1 month ago
  Kévin Dunglas 968176a948 ci: run tests with ASAN and MSAN (#955) 1 month ago
  Kévin Dunglas 2af8fd2e31 chore: remove useless cgo directive 1 month ago
  Kévin Dunglas 0500ebc191 perf: improve PHP thread management (#898) 2 months ago
  Kévin Dunglas 3714fdf3a1 fix: superglobals-realated crash with custom extensions in worker mode (#796) 3 months ago
  Rob Landers b96db939b7 feat: option to enable full duplex for HTTP/1 connections (#692) 3 months ago
  Kévin Dunglas 90a7b98b10 feat: log the number of threads and workers during startup 3 months ago
  Rob Landers d973206174 fix reading post bodies (#686) 6 months ago
  Kévin Dunglas 1511decad6 chore: some CS changes 6 months ago
  Kévin Dunglas 07a74e5c5a perf: reduce allocs when creating $_SERVER (#540) 6 months ago
  Kévin Dunglas b71dae9b03 fix: prevent crash when calling apache_request_headers() in non-HTTP context 6 months ago
  Kévin Dunglas fe7e9e7c79 fix: crash when using apache_request_headers() (#536) 7 months ago
  Kévin Dunglas 49baf02035 feat: add go_apache_request_headers() 8 months ago
  naoki kuroda 3692818d0c perf: optimize cookie handling in request (#459) 8 months ago
  Rob Landers 7830aae549 Ensure we don't modify a shared env (#452) 8 months ago
  Rob Landers 2055142904 apply just an optimization (#450) 8 months ago
  Rob Landers 5bda50cbd7 Fix memory leak (#442) 8 months ago
  Kévin Dunglas 7c5f18fe3f ci: fix changelog generation 9 months ago
  Kévin Dunglas 3709c2a50b chore: switch to upstream C-Thread-Pool 9 months ago
  Kévin Dunglas 6509cddd2a feat: embed PHP apps into the FrankenPHP binary 9 months ago
  Shyim bb931c99ff remove sqlite3 requirement on darwin, fixes #330 9 months ago
  Kévin Dunglas b4aa8038ff feat: detect when worker crashes or terminates normally (#315) 10 months ago
  Kévin Dunglas aa1d968dcf refactor: faster $_SERVER variables creation 10 months ago
  Kévin Dunglas 4d2cd5f715 perf: write the response body directly from the memory allocated by PHP 10 months ago
  Kévin Dunglas a4938102e1 perf: read the request body directly in the memory allocated by PHP 10 months ago
  Kévin Dunglas 120006a297 chore: bump deps 11 months ago
  Kévin Dunglas ec35afdc7f chore: remove C-Thread-Pool/example.c (#259) 11 months ago
  Kévin Dunglas c615fe0087 feat: add experimental CLI support (#239) 11 months ago
  shangyuanchun 52caf17a40 fix: to solve php versions like: 9.0 / 9.1 11 months ago
  Kévin Dunglas e193a374d3 freat: set thread name to frankenphp 11 months 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
  Kévin Dunglas e0f2323bf6 fix : make sure the PHP request body buffer is full before giving it back (#187) 1 year ago
  Kévin Dunglas 2dbc94508c chore: better Zend Max Execution Timers message 1 year ago
  Kévin Dunglas 027cdc7b40 fix: flush support with Caddy 2.7 1 year ago
  Kévin Dunglas 307c5fa865 fix: properly cleanup workersReadyWG (#184) 1 year ago
  Kévin Dunglas b03ce0eb20 fix: don't abort con when streaming not possible 1 year ago
  Kévin Dunglas df976c1708 fix: race condition on shutdown 1 year ago
  Kévin Dunglas 671fda9e29 feat: honor GOMAXPROCS and set it automatically in containers 1 year ago
  Kévin Dunglas 6c215b8b10 feat: increase the default number of workers 1 year ago
  DracoBlue c8237554e2 The configuration to enable ZendMaxExecutionTimers is `--enable-zend-max-execution-timers` (#145) 1 year ago
  Kévin Dunglas 75cd310292 feat: add support for PHP timeouts on Linux (#128) 1 year ago
  Kévin Dunglas e514823faa fix: use SA_ONSTACK in C-Thread-Pool 1 year ago