summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [mod_magnet] support ./configure --with-lua=luajit (#3199)Glenn Strauss2023-04-111-0/+7
* [mod_extforward] recognize unix domain sockets (fixes #3198)Glenn Strauss2023-04-061-0/+1
* [core] h2 http_request_parse_header() tweakGlenn Strauss2023-04-061-0/+4
* [core] check chunk file open early in mmap viewadj (fixes #3197)Glenn Strauss2023-04-041-5/+3
* [core] connection_handle_request_start_state()Glenn Strauss2023-04-041-8/+14
* [core] reorder enum handler_tGlenn Strauss2023-04-041-1/+1
* [mod_openssl] SSL_CTX_set_options() takes uint64_tGlenn Strauss2023-04-041-1/+8
* [mod_extforward] typo in commentGlenn Strauss2023-04-041-1/+1
* [core] add members to http_header_parse_ctxGlenn Strauss2023-04-042-5/+6
* [core] permit shell HERE docs to specify configGlenn Strauss2023-03-271-18/+62
* [core] limit server.max-request-field-size <=65535Glenn Strauss2023-03-271-2/+2
* [core] h2 match w/ lsxpack pseudo-header key onlyGlenn Strauss2023-03-253-21/+15
* [core] h2 mark :status matching lsxpack enum valueGlenn Strauss2023-03-251-0/+2
* [core] h2: remove obsolete commentGlenn Strauss2023-03-251-7/+0
* [core] h2_get_stream_req() code reuseGlenn Strauss2023-03-241-26/+21
* [core] h2_recv_headers() tweak to reduce code sizeGlenn Strauss2023-03-221-8/+5
* [scons] fix static build to include builtin_modsGlenn Strauss2023-03-121-0/+3
* [core] cast to fix compiler error in prior commitGlenn Strauss2023-03-121-1/+1
* [mod_accesslog] %{mask}a to mask/anonymize IPGlenn Strauss2023-03-121-2/+59
* [core] use C23 memset_explicit() were availableGlenn Strauss2023-03-011-0/+10
* [mod_extforward] manage remote addr per request (fixes #3192)Glenn Strauss2023-02-281-98/+81
* [multiple] store ptrs to remote addr in request_st (#3192)Glenn Strauss2023-02-2814-28/+32
* [mod_maxminddb] check remote IP each request (fixes #3191)Glenn Strauss2023-02-281-33/+84
* [core] cache format secs for high prec errlogGlenn Strauss2023-02-141-19/+26
* [build] skip build separate modules for built-insGlenn Strauss2023-02-134-103/+0
* [autotools] chmod u+w configparser.c for lemonGlenn Strauss2023-02-101-0/+1
* [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
* [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
* [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-198-32/+56
* [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