summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [doc] NEWSlighttpd-1.4.69Glenn Strauss2023-02-101-0/+49
* [core] remove extra HTTP/2 HEADERS frame len checkGlenn Strauss2023-02-101-1/+1
* [core] fix HTTP/2 HEADERS frame parsing bugGlenn Strauss2023-02-101-2/+1
* [mod_webdav] send 409 Conflict if PUT miss parentGlenn Strauss2023-02-041-1/+9
* [autotools] fix typo in -I used --with-pcre2=/path (fixes #3190)Glenn Strauss2023-02-041-1/+1
* [core] reset path-info for cgi.local-redirGlenn Strauss2023-02-041-0/+1
* [core] path-info in debug trace may be unsetGlenn Strauss2023-02-041-3/+2
* [mod_dirlisting] use fdevent_rename() wrapperGlenn Strauss2023-02-041-3/+2
* [mod_cgi] cygwin supports CGI file I/O redirectionGlenn Strauss2023-02-041-2/+0
* [autotools] skip modules build if LIGHTTPD_STATICGlenn Strauss2023-02-041-0/+4
* [autotools] add mod_evhost to static build listGlenn Strauss2023-02-041-0/+1
* [tests] adjust outdated opt in tests/lighttpd.confGlenn Strauss2023-02-043-3/+3
* [tests] quickly exit tests/request.t if GET / failGlenn Strauss2023-02-041-1/+1
* [core] fdevent_poll_poll avoid potential raceGlenn Strauss2023-02-041-5/+4
* [core] gw_backend more precise backend env allocGlenn Strauss2023-02-031-1/+1
* [core] avoid select() FD_ISSET repeat on active fdsGlenn Strauss2023-02-031-35/+15
* [core] move headers to help isolate fdevent layerGlenn Strauss2023-01-301-2/+4
* [core] iOS does not provide netinet/tcp_fsm.hGlenn Strauss2023-01-241-2/+9
* [core] disable sendfile() on TARGET_OS_IPHONEGlenn Strauss2023-01-241-0/+11
* [core] pass fdn to fdevent_sched_close,_unregisterGlenn Strauss2023-01-239-40/+26
* [mod_webdav] MOD_WEBDAV_BUILD_MINIMAL preproc optGlenn Strauss2023-01-201-0/+2
* [mod_webdav] modify OPTIONS response if no db cfgGlenn Strauss2023-01-201-12/+17
* [core] reset SIGUSR1 to SIG_DFL before execve()Glenn Strauss2023-01-191-0/+1
* [multiple] clang -Wstrict-prototypes for C2xGlenn Strauss2023-01-199-33/+57
* [core] remove cygwin O_NOFOLLOW workaroundGlenn Strauss2023-01-191-4/+0
* [core] add missed h2 state transition (fixes #3186)Glenn Strauss2023-01-191-0/+17
* [cmake] use LIGHTTPD_MODULES_DIR as relative path (fixes #3185)Glenn Strauss2023-01-141-6/+5
* [multiple] quiet some coverity false positivesGlenn Strauss2023-01-137-9/+9
* [cmake] SERVER_SRC variableGlenn Strauss2023-01-131-3/+3
* [cmake] use CMAKE_CURRENT_SOURCE_DIRGlenn Strauss2023-01-131-2/+2
* [core] avoid accept4() on ARM unless detectedGlenn Strauss2023-01-131-0/+14
* [lemon] fix -Wpendantic warnings for bad castsGlenn Strauss2023-01-131-26/+27
* [core] build configparser.y w/ -Werror workaroundsGlenn Strauss2023-01-132-1/+15
* [build] modify arguments to updated LEMON parserGlenn Strauss2023-01-094-4/+4
* [lemon] upgrade LEMON parser to SQLite maint verGlenn Strauss2023-01-092-1494/+3312
* [multiple] spelling: github action check-spellingGlenn Strauss2023-01-0912-15/+15
* [multiple] codespell: correct spelling in commentsGlenn Strauss2023-01-077-10/+10
* [TLS] fix spurious warning trace (fixes #3182)Glenn Strauss2023-01-055-10/+10
* [cmake] do not link with fam if inotify or kqueueGlenn Strauss2023-01-041-1/+1
* [cmake] use mysql_config cflags and ldflags (#3181)Glenn Strauss2023-01-041-3/+5
* [cmake] add -DWITH_LUA_VERSION= to specify lua ver (#3181)Glenn Strauss2023-01-041-1/+6
* [cmake] remove -I/usr/include/mysql for mysql.h (#3181)Glenn Strauss2023-01-041-9/+2
* [core] update ls-hpackGlenn Strauss2023-01-044-21/+21
* [meson] fix typo in sbindirGlenn Strauss2023-01-041-4/+4
* [meson] add meson.build to install man pages (fixes #3181)Glenn Strauss2023-01-043-0/+3
* [cmake] add doc/CMakeLists.txt to dist tar ball (#3181)Glenn Strauss2023-01-041-0/+1
* [doc] remove references to removed modulesGlenn Strauss2023-01-0310-204/+2
* [meson] remove t/test_mod_evasive.cGlenn Strauss2023-01-031-1/+0
* - next is 1.4.69Glenn Strauss2023-01-034-4/+4
* [doc] NEWSlighttpd-1.4.68Glenn Strauss2023-01-021-0/+91