Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] _WIN32 __declspec(dllexport) *_plugin_init | Glenn Strauss | 2023-05-03 | 1 | -0/+1 |
| | | | | _WIN32 __declspec(dllexport) on mod_*_plugin_init() | ||||
* | [multiple] optimistic client read only if HTTP/1.x | Glenn Strauss | 2023-05-03 | 1 | -1/+2 |
| | | | | skip optimistic client read if http version >= HTTP/2 | ||||
* | [multiple] employ ck_calloc, ck_malloc shared code | Glenn Strauss | 2022-12-10 | 1 | -1/+1 |
| | | | | | employ ck_calloc(), ck_malloc() shared code to slightly reduce code size (centralize the ck_assert() to check that memory allocation succeeded) | ||||
* | [multiple] mark mod_*_plugin_init() funcs cold | Glenn Strauss | 2022-12-07 | 1 | -0/+2 |
| | |||||
* | [mod_echo] test module to echo request as response | Glenn Strauss | 2021-09-08 | 1 | -0/+145 |
test/debugging module to echo request back to client as response (not part of build Makefile) |