summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [core] _WIN32 rename __WIN32 to _WIN32Glenn Strauss2023-05-038-16/+16
* [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
* [core] _WIN32 uid, gid compatGlenn Strauss2023-05-032-0/+12
* [multiple] _WIN32 stat() compat sys-stat.hGlenn Strauss2023-05-0313-31/+195
* [multiple] _WIN32 protect code w/ HAVE_SYS_UN_HGlenn Strauss2023-05-032-1/+10
* [core] _WIN32 protect code w/ HAVE_IPV6Glenn Strauss2023-05-033-0/+14
* [multiple] _WIN32 protect code w/ HAVE_FORKGlenn Strauss2023-05-033-1/+20
* [multiple] _WIN32 protect code w/ HAVE_SYSLOG_HGlenn Strauss2023-05-033-0/+8
* [core] _WIN32 impl of setenv(), unsetenv()Glenn Strauss2023-05-032-0/+16
* [core] _WIN32 port compatibility headersGlenn Strauss2023-05-034-0/+586