summaryrefslogtreecommitdiff
path: root/src/mod_fastcgi.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [mod_fastcgi,mod_scgi] perf: env accumulationGlenn Strauss2018-11-121-3/+6
* [multiple] perf: reuse large buffers w/ backendGlenn Strauss2018-11-121-1/+2
* [mod_fastcgi] perf: reduce data copiesGlenn Strauss2018-11-121-3/+1
* [mod_fastcgi] perf: reduce data copiesGlenn Strauss2018-11-121-74/+58
* [multiple] perf: use larger initial backend bufferGlenn Strauss2018-11-121-0/+4
* [multiple] perf: power-2 alloc large headersGlenn Strauss2018-10-291-1/+5
* [multiple] perf: write headers to backend write cqGlenn Strauss2018-10-291-15/+13
* [mod_fastcgi,mod_scgi] error on oversized request (fixes #2905)Glenn Strauss2018-09-231-0/+1
* [mod_fastcgi] fix memleak with FastCGI auth,resp (fixes #2894)Glenn Strauss2018-08-121-1/+6
* [mod_fastcgi,mod_scgi] fastcgi.balance,scgi.balance (fixes #2882)Glenn Strauss2018-08-051-0/+3
* [core] some header cleanupGlenn Strauss2018-04-081-1/+1
* [core] fix rare race condition from backends (fixes #2878)Glenn Strauss2018-03-181-1/+5
* [core] SIGCHLD handle_waitpid hook for modulesGlenn Strauss2017-09-101-0/+1
* [mod_fastcgi] fix return when streaming min bufferGlenn Strauss2017-08-121-1/+1
* [core] shared code for socket backendsGlenn Strauss2017-07-231-2428/+66
* [mod_fastcgi,mod_scgi] use temp buffer for cgi_envGlenn Strauss2017-07-151-11/+7