summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [meson] update comment with build flagsGlenn Strauss2023-05-031-1/+1
* [mod_cgi] comment about caching target dirnameGlenn Strauss2023-05-031-0/+17
* [core] use posix_spawn() where availableGlenn Strauss2023-05-036-1/+112
* [tests] _WIN32 skip time-sensitive tests during CIGlenn Strauss2023-05-032-18/+16
* [build] _WIN32 shared dll build (autotools, cmake)Glenn Strauss2023-05-0311-4/+42
* [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-032-4/+5
* [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-039-10/+55
* [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
* [tests] _WIN32 adjustments in LightyTest.pmGlenn Strauss2023-05-036-32/+87
* [multiple] __MINGW32__ missing strftime() "%F %T"Glenn Strauss2023-05-037-1/+39
* [build] _WIN32 mingw buildGlenn Strauss2023-05-036-8/+50
* [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
* [core] _WIN32 rename __WIN32 to _WIN32Glenn Strauss2023-05-038-16/+16
* [tests] _WIN32 fcgi-responder.c, scgi-responder.cGlenn Strauss2023-05-032-32/+209
* [core] _WIN32 basic (very limited) getopt() implGlenn Strauss2023-05-031-1/+63
* [core] _WIN32 alternative fdarray for WindowsGlenn Strauss2023-05-036-10/+131
* [core] _WIN32 clock ticks and timeGlenn Strauss2023-05-035-1/+28
* [mod_cgi] _WIN32 use socketpair instead of pipeGlenn Strauss2023-05-032-33/+68
* [core] _WIN32 check WSAGetLastError() w/ socketsGlenn Strauss2023-05-036-8/+108
* [core] _WIN32 socket-compat, filesystem-compatGlenn Strauss2023-05-0313-82/+326
* [core] _WIN32 fdevent_createprocess()Glenn Strauss2023-05-036-10/+483
* [core] _WIN32 implementation of socketpair()Glenn Strauss2023-05-035-0/+306
* [core] _WIN32 sys-wait.h to wrap <sys/wait.h>Glenn Strauss2023-05-037-10/+42
* [core] _WIN32 sys-unistd.h to wrap <unistd.h>Glenn Strauss2023-05-0330-45/+125
* [multiple] _WIN32 Find*File() sys-dirent.hGlenn Strauss2023-05-034-24/+193
* [mod_dirlisting] _WIN32 Find*File()Glenn Strauss2023-05-031-8/+119
* [core] _WIN32 use gmtime_s(), localtime_s()Glenn Strauss2023-05-031-0/+8
* [core] _WIN32 minimal glob() impl for configfile.cGlenn Strauss2023-05-031-0/+106
* [multiple] _WIN32 misc compatGlenn Strauss2023-05-033-2/+67
* [core] _WIN32 signal-related compatGlenn Strauss2023-05-034-5/+101