summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [doc] NEWSlighttpd-1.4.56Glenn Strauss2020-11-291-1/+69
* [mod_webdav] workaround for gvfs dir redir bugGlenn Strauss2020-11-291-0/+16
* [core] server.v4mapped optionGlenn Strauss2020-11-291-3/+14
* [mod_status] add additional HTML-encodingGlenn Strauss2020-11-271-5/+5
* [mod_fastcgi] move src/fastcgi.h into src/compat/Glenn Strauss2020-11-273-3/+4
* [mod_webdav] fallbacks if _ATFILE_SOURCE not availGlenn Strauss2020-11-271-0/+68
* [mod_webdav] pass full path to webdav_unlinkat()Glenn Strauss2020-11-271-5/+6
* [mod_flv_streaming] use stat_cache_get_entry_openGlenn Strauss2020-11-271-5/+13
* [core] consolidate chunk size checksGlenn Strauss2020-11-272-7/+2
* [core] quiet more request parse errs unless debugGlenn Strauss2020-11-271-15/+14
* [core] check for __builtin_expect() availabilityGlenn Strauss2020-11-271-0/+11
* [multiple] more forgiving config str to boolean (fixes #3036)Glenn Strauss2020-11-166-67/+28
* [core] fix bug when HTTP/2 frames span chunksGlenn Strauss2020-11-131-1/+1
* [multiple] add back-pressure gw data pump (fixes #3033)Glenn Strauss2020-11-122-3/+12
* [mod_cgi] ensure tmp file open() before splice()Glenn Strauss2020-11-121-8/+8
* [mod_cgi] fix crash if initial write to CGI failsGlenn Strauss2020-11-121-17/+14
* [core] filter out duplicate modulesGlenn Strauss2020-11-112-28/+38
* [mod_alias] validate given order, not sorted orderGlenn Strauss2020-11-111-4/+4
* [doc] update optional pkg dependencies in INSTALLGlenn Strauss2020-11-111-4/+2
* [core] define SHA*_DIGEST_LENGTH macros if missingGlenn Strauss2020-11-101-3/+14
* [core] http_response_buffer_append_authority()Glenn Strauss2020-11-102-1/+2
* [core] accept "HTTP/2.0", "HTTP/3.0" from backends (#3031)Glenn Strauss2020-11-101-1/+1
* [build] check for xxhash in more waysGlenn Strauss2020-11-091-1/+7
* [core] accept "HTTP/2.0", "HTTP/3.0" from backends (fixes #3031)Glenn Strauss2020-11-091-4/+6
* [multiple] handle NULL val as empty in *_env_add (fixes #3030)Glenn Strauss2020-11-093-3/+3
* [tests] allow LIGHTTPD_EXE_PATH overrideGlenn Strauss2020-11-091-0/+4
* [mod_maxminddb] fix config validation typoGlenn Strauss2020-11-051-1/+1
* [mod_openssl] adjust LIBRESSL_VERSION_NUMBER checkGlenn Strauss2020-11-051-2/+2
* [core] stat_cache preprocessor paranoiaGlenn Strauss2020-11-051-1/+3
* [core] use struct kevent on stack in stat_cacheGlenn Strauss2020-11-051-10/+8
* [mod_openssl] add LIBRESSL_VERSION_NUMBER checksGlenn Strauss2020-11-041-2/+4
* [core] no graceful-restart-bg on OpenBSD, NetBSDGlenn Strauss2020-11-041-0/+19
* [core] use kqueue() instead of FAM/gamin on *BSDGlenn Strauss2020-11-043-4/+139
* [core] cold func for gw_recv_response error caseGlenn Strauss2020-11-041-1/+12
* [core] set last_used on rd/wr from backend (fixes #3029)Glenn Strauss2020-11-041-3/+16
* [mod_nss] update session ticket NSS devel commentGlenn Strauss2020-11-041-3/+4
* [build] detect inotify header <sys/inotify.h>Glenn Strauss2020-11-044-3/+11
* [core] use inotify in stat_cache.[ch] on LinuxGlenn Strauss2020-11-042-16/+156
* [build] prepend search for lua version 5.4Glenn Strauss2020-10-314-4/+4
* [meson] add matching -I for lua lib versionGlenn Strauss2020-10-311-2/+17
* [doc] refresh doc/config/conf.d/mime.confGlenn Strauss2020-10-301-4/+114
* [build] meson --with-xxhash optionlighttpd-1.4.56-rc7Glenn Strauss2020-10-291-0/+5
* [build] option to use system-provided libxxhashlighttpd-1.4.56-rc6Glenn Strauss2020-10-296-2/+69
* [build] fix typo in configure.acGlenn Strauss2020-10-291-1/+1
* [core] use system xxhash lib if availableGlenn Strauss2020-10-292-0/+22
* [core] set NSS_VER_INCLUDE after crypto lib selectGlenn Strauss2020-10-292-5/+6
* [multiple] include wolfssl/options.h after selectGlenn Strauss2020-10-294-29/+19
* [multiple] include mbedtls/config.h after selectGlenn Strauss2020-10-294-2/+4
* [multiple] consistent order for crypto lib selectGlenn Strauss2020-10-292-8/+8
* [core] adjust wolfssl workaround for another caselighttpd-1.4.56-rc5Glenn Strauss2020-10-291-1/+1