summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [multiple] fdevent_mkostemp()Glenn Strauss2021-09-308-6/+12
* [core] remove redundant checks for tempfile chunkGlenn Strauss2021-09-301-6/+1
* [core] chunkqueue_get_append_newtempfile()Glenn Strauss2021-09-301-68/+68
* [core] create temp file name in chunk bufferGlenn Strauss2021-09-301-33/+36
* [core] option: errorlog high precision timestampsGlenn Strauss2021-09-304-75/+138
* [multiple] internal control for backend read bytesGlenn Strauss2021-09-288-22/+39
* [core] improve chunk buffer reuse from backendsGlenn Strauss2021-09-243-5/+28
* [core] retain largest chunk on oversized chunk lstGlenn Strauss2021-09-171-1/+8
* [core] separate mem pool for FILE_CHUNK reuseGlenn Strauss2021-09-171-12/+42
* [core] mark attr malloc, returns nonnullGlenn Strauss2021-09-177-3/+18
* [core] HTTP/2 GOAWAY after timeout before read (#3102)Glenn Strauss2021-09-161-1/+3
* [core] default backend "connect-timeout" to 8 (#3086)Glenn Strauss2021-09-161-0/+1
* [core] HTTP/2 GOAWAY after timeout before read (fixes #3102)Glenn Strauss2021-09-161-0/+1
* [core] reduce oversized mem alloc for backendsGlenn Strauss2021-09-162-6/+10
* [core] remove redundant check in h2_recv_headers()Glenn Strauss2021-09-151-0/+2
* [core] reject HTTP/2 pseudo-header in trailers (#3102)Glenn Strauss2021-09-152-5/+11
* [core] quiet coverity warningsGlenn Strauss2021-09-142-6/+7
* [core] refuse excess initial streams only if block (fixes #3100)Glenn Strauss2021-09-141-12/+29
* [core] shared temp buffer for log_*error*()Glenn Strauss2021-09-134-3/+18
* [multiple] prefer r->tmp_buf to p->tmp_bufGlenn Strauss2021-09-134-17/+5
* [multiple] de-dup file and piped loggers (fixes #3101)Glenn Strauss2021-09-1325-571/+552
* [core] fdlog.[ch]; fdevent_*_logger_* -> fdlog_*Glenn Strauss2021-09-1111-213/+251
* [core] update comment about server.max-write-idleGlenn Strauss2021-09-091-2/+9
* [core] clear buffer after backend dechunkGlenn Strauss2021-09-091-0/+2
* [core] quiet coverity warningsGlenn Strauss2021-09-092-0/+9
* [build] define rsize_t on FreeBSDGlenn Strauss2021-09-091-0/+4
* [multiple] quiet coverity warningsGlenn Strauss2021-09-098-1/+22
* [core] remove redundant waitpid() on each backendGlenn Strauss2021-09-081-0/+6
* [core] reduce wait time in gw_spawn_connection()Glenn Strauss2021-09-081-1/+1
* [core] mark cold more gateway maintenance codeGlenn Strauss2021-09-081-8/+21
* [core] consolidate more gw_host, gw_proc init codeGlenn Strauss2021-09-081-73/+60
* [mod_cgi] cgi.limits "tcp-fin-propagate" => "SIG"Glenn Strauss2021-09-081-7/+92
* [core] realloc buffer power-2 size + 1 for '\0'Glenn Strauss2021-09-082-7/+10
* [core] write all cq MEM_CHUNK if spill to tempfileGlenn Strauss2021-09-081-3/+27
* [core] reduce stack use in main()Glenn Strauss2021-09-081-4/+18
* [core] change backtrace format to put addr firstGlenn Strauss2021-09-081-2/+2
* [core] expose ck_bt() for debuggingGlenn Strauss2021-09-082-9/+27
* [core] remove server.upload-temp-file-size limitGlenn Strauss2021-09-084-23/+11
* [core] TCP_CORK w/ MEM_CHUNK then FILE_CHUNKGlenn Strauss2021-09-081-2/+2
* [core] cfg server.bindhost after $SERVER["socket"]Glenn Strauss2021-09-081-13/+29
* [build] propagate HAVE_DLFCN_H in buildsGlenn Strauss2021-09-084-2/+8
* [core] periodically malloc_trim() to release mem (fixes #3084)Glenn Strauss2021-09-084-0/+27
* [core] config mallopt(M_ARENA_MAX, 2) (#3084)Glenn Strauss2021-09-081-0/+21
* [build] look for malloc.h and mallopt()Glenn Strauss2021-09-083-0/+6
* [mod_indexfile] update path with buffer path funcsGlenn Strauss2021-09-081-2/+8
* [tests] t/test_mod_indexfileGlenn Strauss2021-09-084-0/+193
* [core] log_error_multiline()Glenn Strauss2021-09-086-23/+26
* [mod_openssl] default disable client renegotiationGlenn Strauss2021-09-081-0/+2
* [mod_cgi] improve CGI offloadingGlenn Strauss2021-09-081-12/+79
* [core] base64url pad char is '='; change from '.'Glenn Strauss2021-09-081-4/+4