summaryrefslogtreecommitdiff
path: root/src/mod_ajp13.c
Commit message (Expand)AuthorAgeFilesLines
* [core] rename http_kv funcs, reorder http_versionsGlenn Strauss2023-05-031-2/+2
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [multiple] store ptrs to remote addr in request_st (#3192)Glenn Strauss2023-02-281-1/+1
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-2/+1
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [mod_ajp13] fix crash with bad response headers (fixes #3170)Glenn Strauss2022-08-141-0/+6
* [multiple] rename status_counter -> plugin_statsGlenn Strauss2022-05-111-2/+1
* [multiple] use buffer_append_char()Glenn Strauss2022-05-111-1/+1
* [mod_ajp13,mod_fastcgi] recv_parse smaller funcsGlenn Strauss2021-10-271-12/+22
* [mod_ajp13,mod_fastcgi] check resp w/ content lenGlenn Strauss2021-10-271-1/+2
* [mod_ajp13,mod_fastcgi] comment: no response bodyGlenn Strauss2021-10-161-0/+15
* [core] disable streaming response with authorizer (fixes #3106)Glenn Strauss2021-10-011-0/+6
* [multiple] inline struct in con->dst_addr_bufGlenn Strauss2021-08-271-1/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-13/+14
* [multiple] use buffer_append_* aggregatesGlenn Strauss2021-04-021-3/+3
* [mod_ajp13] AJPv13 Tomcat connector for lighttpdGlenn Strauss2021-01-291-0/+972