summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [doc] NEWSlighttpd-1.4.60Glenn Strauss2021-10-031-0/+437
* [core] adjust indent for clarityGlenn Strauss2021-10-031-1/+1
* [mod_openssl] boringssl compatGlenn Strauss2021-10-035-3/+9
* [doc] update config filesIstiak Ferdous2021-10-022-8/+9
* [core] fix chunked decoding from backend (#3044, #3046)Glenn Strauss2021-10-021-1/+1
* [core] portability tweaks for various platforms/ccGlenn Strauss2021-10-013-1/+8
* [core] quiet coverity warningsGlenn Strauss2021-10-012-2/+2
* [core] chunkqueue_peek_data() mmap experimentGlenn Strauss2021-10-011-0/+36
* [core] chunkqueue_mmap_chunk_len() for code reuseGlenn Strauss2021-10-011-51/+61
* [core] read files into mem when framed for HTTP/2Glenn Strauss2021-10-011-0/+36
* [core] limit initial response header backend readGlenn Strauss2021-10-011-1/+10
* [core] allow up to 32k of data frames per streamGlenn Strauss2021-10-011-1/+1
* [core] h2_send_cqdata() returns how much data sentGlenn Strauss2021-10-013-30/+32
* [core] use pread() to skip lseek()Glenn Strauss2021-10-013-1/+30
* [core] fix typo in h2_send_cqdata()Glenn Strauss2021-10-011-1/+1
* [core] cap size of data framed for HTTP/2 responseGlenn Strauss2021-10-011-0/+8
* [tests] ignore SIGINT, SIGUSR1 in fcgi-responderGlenn Strauss2021-10-011-0/+9
* [core] disable server.graceful-restart-bg if spawnGlenn Strauss2021-10-011-0/+20
* [multiple] clarify error msg when no cert availGlenn Strauss2021-10-012-2/+2
* [core] disable streaming response with authorizer (fixes #3106)Glenn Strauss2021-10-014-1/+16
* [mod_cgi] improve chunk buffer reuse from backendsGlenn Strauss2021-09-301-24/+41
* [core] improve chunk buffer reuse from backendsGlenn Strauss2021-09-302-14/+20
* [core] remove obsolete comment about r->gw_dechunkGlenn Strauss2021-09-301-2/+0
* [core] fix chunked decoding from backend (#3044, #3046)Glenn Strauss2021-09-301-14/+22
* [core] splice() data from backends to tempfilesGlenn Strauss2021-09-304-3/+226
* [multiple] avoid empty chunks in chunkqueueGlenn Strauss2021-09-303-12/+17
* [multiple] check feature flags funcs; code reuseGlenn Strauss2021-09-3013-79/+48
* [core] _WIN32 impl of fdevent_mkostemp()Glenn Strauss2021-09-301-1/+18
* [multiple] _WIN32 fdevent_pipe_cloexec()Glenn Strauss2021-09-307-28/+42
* [build] check for pread(), pwrite(), splice()Glenn Strauss2021-09-306-3/+14
* [multiple] fdevent_mkostemp()Glenn Strauss2021-09-3010-6/+14
* [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