summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [mod_cgi] comment about caching target dirnameGlenn Strauss2023-05-031-0/+17
* [core] use posix_spawn() where availableGlenn Strauss2023-05-034-1/+108
* [build] _WIN32 shared dll build (autotools, cmake)Glenn Strauss2023-05-0310-3/+41
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-0349-0/+65
* [meson] static build option under cygwinGlenn Strauss2023-05-031-25/+43
* [core] _WIN32 use WSASend for writev-equiv on sockGlenn Strauss2023-05-031-0/+18
* [cmake] _WIN32 remove older build configGlenn Strauss2023-05-031-8/+0
* [cmake] _WIN32 build more mods with BUILD_STATICGlenn Strauss2023-05-031-0/+30
* [core] _WIN32 scream UTF-8 at MS (does not matter)Glenn Strauss2023-05-031-0/+12
* [core] _WIN32 custom fs funcs on UTF-8 pathsGlenn Strauss2023-05-037-21/+148
* [core] _WIN32 lighttpd winsvcGlenn Strauss2023-05-033-25/+360
* [core] _WIN32 prefer WSAPoll()Glenn Strauss2023-05-031-3/+1
* [core] _WIN32 close chunk temp files before unlinkGlenn Strauss2023-05-031-0/+6
* [tests] _WIN32 close files before unlinkGlenn Strauss2023-05-033-8/+17
* [mod_dirlisting] _WIN32 close files before unlinkGlenn Strauss2023-05-031-7/+9
* [mod_deflate] _WIN32 disable deflate.cache-dirGlenn Strauss2023-05-031-0/+6
* [tests] _WIN32 cygwin test supportGlenn Strauss2023-05-032-2/+35
* [core] _WIN32 stat(), '/' and '\\' adjustmentsGlenn Strauss2023-05-034-8/+41
* [multiple] _WIN32 use fdevent_kill()Glenn Strauss2023-05-032-18/+5
* [core] _WIN32 fdevent_kill()Glenn Strauss2023-05-033-2/+35
* [core] _WIN32 use rand_s() to init pseudo RNGGlenn Strauss2023-05-031-0/+22
* [core] _WIN32 use log_serror() for WSAGetLastErrorGlenn Strauss2023-05-037-43/+44
* [core] _WIN32 log_serror() for WSAGetLastError()Glenn Strauss2023-05-032-0/+27
* [core] _WIN32 log_perror() with GetLastError()Glenn Strauss2023-05-032-17/+31
* [core] _WIN32 reset std streams at startupGlenn Strauss2023-05-033-1/+48
* [multiple] __MINGW32__ missing strftime() "%F %T"Glenn Strauss2023-05-037-1/+39
* [build] _WIN32 mingw buildGlenn Strauss2023-05-034-6/+18
* [tests] _WIN32 use TMPDIR (or TEMP) for test filesGlenn Strauss2023-05-033-27/+71
* [core] _WIN32 casts to quiet some VS warningsGlenn Strauss2023-05-032-1/+5