summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] quiet lemon.c clang C2x warningsHEADpersonal/gstrauss/mastermasterGlenn Strauss2023-05-151-9/+9
* [core] check getaddrinfo EAI_ADDRFAMILY w/ glibcGlenn Strauss2023-05-141-1/+1
* [core] _WIN32 quiet compiler warnings 32-bit buildGlenn Strauss2023-05-136-11/+22
* [core] fix new use of posix_spawn with some glibc (fixes #3201)Glenn Strauss2023-05-111-4/+4
* [mod_magnet] fix static build using autoconf (fixes #3203)Glenn Strauss2023-05-111-2/+1
* [mod_h2] HTTP/2 separate module; no longer builtinGlenn Strauss2023-05-104-15/+4
* - next is 1.4.71Glenn Strauss2023-05-104-4/+4
* [core] treat mod_h2 as built-in module (for now)lighttpd-1.4.70Glenn Strauss2023-05-101-1/+1
* [core] treat mod_h2 as built-in module (for now)Glenn Strauss2023-05-101-2/+6
* [doc] NEWSGlenn Strauss2023-05-101-0/+142
* [core] treat mod_h2 as built-in module (for now)Glenn Strauss2023-05-103-9/+2
* [tests] tests/prepare.sh comment w/ alt build rootGlenn Strauss2023-05-101-1/+4
* [core] fdevent_load_file() check if limit exceededGlenn Strauss2023-05-091-1/+1
* [mod_dirlisting] _WIN32 compile fixGlenn Strauss2023-05-081-1/+0
* [core] modify use of posix_spawnattr_setsigdefaultGlenn Strauss2023-05-081-0/+9
* [core] Mac OS POSIX_SPAWN_CLOEXEC_DEFAULTGlenn Strauss2023-05-081-0/+41
* [core] posix_spawn_file_actions_addclosefrom_np()Glenn Strauss2023-05-086-0/+17
* [core] posix_spawnattr_setcwd_np() on QNXGlenn Strauss2023-05-071-2/+12
* [mod_openssl] check kernel support for KTLSGlenn Strauss2023-05-071-6/+17
* [core] fix HTTP/2 use of http_response_loop()Glenn Strauss2023-05-071-4/+8
* [mod_openssl] FreeBSD: check "kern.ipc.tls.enable"Glenn Strauss2023-05-071-0/+24
* [core] quiet coverity warningGlenn Strauss2023-05-051-1/+3
* [mod_dirlisting] _WIN32 fix fstat() after close()Glenn Strauss2023-05-051-2/+13
* [mod_openssl] SSL_OP_ENABLE_KTLS_TX_ZEROCOPY_SENDFILEGlenn Strauss2023-05-051-0/+3
* [build] ifdef _WIN32 before include fs_win32.hGlenn Strauss2023-05-042-3/+3
* [autoconf] include fs_win32.h in hdrs for dpkgGlenn Strauss2023-05-041-1/+1
* [scons] avoid dup mod_h2 module in static buildGlenn Strauss2023-05-041-0/+2
* [tests] copy confs for running tests in alt dirGlenn Strauss2023-05-041-0/+6
* [mod_cgi] reset upload_temp_file_size in CGI closeGlenn Strauss2023-05-031-2/+6
* [mod_cgi] reuse fd already opened to /dev/nullGlenn Strauss2023-05-031-4/+11
* [mod_cgi] doubly-linked list of CGI pidsGlenn Strauss2023-05-031-0/+2
* [build] move some files to call from modulesGlenn Strauss2023-05-034-9/+11
* [core] move some shared funcs to call from modulesGlenn Strauss2023-05-032-38/+40
* [meson] build fix for builtin_modsGlenn Strauss2023-05-031-2/+1
* [core] _WIN32 compile fixGlenn Strauss2023-05-031-1/+1
* [core] return pid_t from fdevent_waitpid()Glenn Strauss2023-05-034-7/+8
* [mod_mbedtls] check MBEDTLS_DEBUG_C for debug funcGlenn Strauss2023-05-031-0/+2
* [core] always decr fd count upon socket close()Glenn Strauss2023-05-032-5/+5
* [mod_cgi] cgi_create_err() cold err handling funcGlenn Strauss2023-05-031-73/+64
* [mod_cgi] do not issue trace if CGI closes inputGlenn Strauss2023-05-031-0/+8
* [mod_cgi] reduce code sizeGlenn Strauss2023-05-031-9/+8
* [mod_cgi] move fd count to cgi_create_env()Glenn Strauss2023-05-031-8/+5
* [core] rename http_kv funcs, reorder http_versionsGlenn Strauss2023-05-036-77/+48
* [core] noinline stat_cache_sptree_find()Glenn Strauss2023-05-031-0/+1
* [mod_proxy] match "map-host-response" "-" w/ HostGlenn Strauss2023-05-031-1/+1
* [TLS] $SERVER["socket"] inherit global ssl.engineGlenn Strauss2023-05-035-4/+33
* [core] noinline connection shutdown, resetGlenn Strauss2023-05-031-0/+5
* [core] h1.[ch] collect some HTTP/1.x specific codeGlenn Strauss2023-05-0311-935/+987
* [mod_auth] warn if auth.require path never matchesGlenn Strauss2023-05-031-0/+12
* [meson] check FORCE_{WOLFSSL,MBEDTLS}_CRYPTOGlenn Strauss2023-05-031-3/+7