summaryrefslogtreecommitdiff
path: root/src/mod_fastcgi.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+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
* [multiple] rename status_counter -> plugin_statsGlenn Strauss2022-05-111-2/+1
* [mod_ajp13,mod_fastcgi] recv_parse smaller funcsGlenn Strauss2021-10-271-13/+16
* [mod_ajp13,mod_fastcgi] check resp w/ content lenGlenn Strauss2021-10-271-33/+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] internal control for backend read bytesGlenn Strauss2021-09-281-1/+2
* [core] log_error_multiline()Glenn Strauss2021-09-081-2/+2
* [multiple] remove base.h include where not usedGlenn Strauss2021-09-081-1/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-6/+6
* [multiple] use buffer_append_* aggregatesGlenn Strauss2021-04-021-8/+3
* [multiple] optimize primitives, buffer_extend()Glenn Strauss2021-03-261-31/+13
* [core] http_cgi.[ch] CGI interfaces (RFC 3875)Glenn Strauss2021-03-071-0/+1
* [multiple] quiet some clang-analyzer warningsGlenn Strauss2021-01-291-1/+1
* [tests] remove FastCGI test dependency on libfcgiGlenn Strauss2020-12-231-9/+1
* [mod_fastcgi] move src/fastcgi.h into src/compat/Glenn Strauss2020-11-271-1/+1
* [multiple] add back-pressure gw data pump (fixes #3033)Glenn Strauss2020-11-121-1/+2
* [multiple] handle NULL val as empty in *_env_add (fixes #3030)Glenn Strauss2020-11-091-1/+1
* [mod_fastcgi] decode chunked is cold code pathGlenn Strauss2020-10-191-4/+11
* [multiple] inline chunkqueue where always alloc'dGlenn Strauss2020-10-111-13/+14
* [multiple] code reuse chunkqueue_peek_data()Glenn Strauss2020-10-111-33/+17
* [multiple] inline chunkqueue_length()Glenn Strauss2020-10-111-1/+1
* [mod_fastcgi] decode Transfer-Encoding: chunkedGlenn Strauss2020-08-021-1/+26
* [multiple] rename connection_reset hook to requestGlenn Strauss2020-08-021-1/+1
* quiet clang analyzer scan-build warningsGlenn Strauss2020-07-081-0/+4
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-39/+37
* [core] store subrequest_handler instead of modeGlenn Strauss2020-07-081-3/+3
* [core] move plugin_ctx into (request_st *)Glenn Strauss2020-07-081-1/+1
* [core] move addtl request-specific struct membersGlenn Strauss2020-07-081-5/+5
* [core] rename content_length to reqbody_lengthGlenn Strauss2020-07-081-4/+4
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-10/+2
* [core] log_error_multiline_buffer()Glenn Strauss2020-07-081-2/+2
* [multiple] plugin_stats arrayGlenn Strauss2020-07-081-1/+1
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-11/+10
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-24/+27
* [multiple] gw_backends config_plugin_values_init()Glenn Strauss2020-07-081-92/+110
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-3/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-4/+4
* [core] differentiate array_get_* for ro and rwGlenn Strauss2020-02-241-3/+3
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [core] pass (fdnode *) for registered fdevent fdGlenn Strauss2019-03-071-1/+1
* [mod_fastcgi] fix NULL ptr deref from bugfix #2922 (fixes #2923)Glenn Strauss2018-12-181-1/+1
* [multiple] reduce initial buffer sz if large POST (fixes #2922)Glenn Strauss2018-12-121-11/+7
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-3/+3
* [mod_fastcgi] transfer chunks minus packet paddingGlenn Strauss2018-11-191-1/+2
* [mod_fastcgi] minor: copy packet without paddingGlenn Strauss2018-11-181-4/+2
* [multiple] dynamic handlers hint backend header szGlenn Strauss2018-11-121-6/+2