98 Commits (675a0fe297e88e0fab2ee9b311d4ebb3c3bfef28)

Author SHA1 Message Date
Erik Faye-Lund a83b2b578c mingw_rmdir: do not prompt for retry when non-empty 12 years ago
Erik Faye-Lund f7a4cea25e mingw: get rid of getpass implementation 12 years ago
Erik Faye-Lund 176478a8bd mingw: make fgetc raise SIGINT if apropriate 12 years ago
Erik Faye-Lund f4f549892a mingw: correct exit-code for SIGALRM's SIG_DFL 12 years ago
Johannes Sixt 84adb64154 maybe_flush_or_die: move a too-loose Windows specific error 12 years ago
Ramsay Jones 1696d72321 compat/mingw.[ch]: Change return type of exec functions to int 13 years ago
Erik Faye-Lund 956d86d1c9 mingw: give waitpid the correct signature 13 years ago
Pat Thoyts 13d24b018f mingw: ensure sockets are initialized before calling gethostname 13 years ago
Brandon Casey 040a655116 cleanup: use internal memory allocation wrapper functions everywhere 13 years ago
Johannes Sixt df599e9612 Windows: teach getenv to do a case-sensitive search 14 years ago
Johannes Sixt 06bc4b796a mingw.c: move definition of mingw_getenv down 14 years ago
Johannes Sixt a7941795b1 Windows: add a wrapper for the shutdown() system call 14 years ago
Jim Meyering 0353a0c4ec remove doubled words, e.g., s/to to/to/, and fix related typos 14 years ago
Johannes Schindelin ab1a11be78 mingw_rmdir: set errno=ENOTEMPTY when appropriate 14 years ago
Heiko Voigt 4f288100ce mingw: add fallback for rmdir in case directory is in use 14 years ago
Heiko Voigt c9b7840080 mingw: make failures to unlink or move raise a question 14 years ago
Heiko Voigt 19e125498b mingw: work around irregular failures of unlink on windows 14 years ago
Heiko Voigt 337967fb77 mingw: move unlink wrapper to mingw.c 14 years ago
Erik Faye-Lund e93368d26e mingw: do not set errno to 0 on success 14 years ago
Erik Faye-Lund d1b6e6e015 win32: use our own dirent.h 14 years ago
Erik Faye-Lund 9585ed519c win32: dirent: handle errors 14 years ago
Erik Faye-Lund fdc1211463 mingw: use poll-emulation from gnulib 14 years ago
Martin Storsjö cbefd2d632 Improve the mingw getaddrinfo stub to handle more use cases 14 years ago
Erik Faye-Lund 82fc07b7ba mingw: add kill emulation 14 years ago
Erik Faye-Lund ef7108caf3 mingw: support waitpid with pid > 0 and WNOHANG 14 years ago
Erik Faye-Lund 52de4db579 mingw: use real pid 14 years ago
Mike Pape 772991af40 mingw: add network-wrappers for daemon 14 years ago
Eric Sunshine 5debf9a5ac Add MinGW-specific execv() override. 14 years ago
Erik Faye-Lund 1a4042096c mingw: do not crash on open(NULL, ...) 14 years ago
Pat Thoyts 442dada22d MinGW: Report errors when failing to launch the html browser. 14 years ago
Pat Thoyts 9b9784cab9 MinGW: fix stat() and lstat() implementations for handling symlinks 14 years ago
Ralf Wildenhues 22e5e58a3c Typos in code comments, an error message, documentation 14 years ago
SZEDER Gábor ded2d47668 mingw_utime(): handle NULL times parameter 15 years ago
René Scharfe c8b296450e Fix checkout of large files to network shares on Windows XP 15 years ago
Johannes Sixt f9a2743c35 Windows: start_command: Support non-NULL dir in struct child_process 15 years ago
Johannes Sixt 852f098c06 Windows: fix utime() for read-only files 15 years ago
Johannes Sixt 3fdcdbdf30 Windows: redirect f[re]open("/dev/null") to f[re]open("nul") 15 years ago
Johannes Sixt a6d15bc335 Do not use date.c:tm_to_time_t() from compat/mingw.c 15 years ago
Andrzej K. Haczewski 44626dc7d5 MSVC: Windows-native implementation for subset of Pthreads API 15 years ago
Johannes Sixt 75301f9015 Windows: avoid the "dup dance" when spawning a child process 15 years ago
Johannes Sixt 3e34d66577 Windows: simplify the pipe(2) implementation 15 years ago
Johannes Sixt 928500e00e Windows: boost startup by avoiding a static dependency on shell32.dll 15 years ago
Martin Storsjö fe3b2b7b82 Enable support for IPv6 on MinGW 15 years ago
Martin Storsjö b7cc9f8259 Refactor winsock initialization into a separate function 15 years ago
Ramsay Jones b1b952043f MSVC: Add support for building with NO_MMAP 15 years ago
Marius Storm-Olsen 435bdf8c7f Make usage of windows.h lean and mean 15 years ago
Frank Li d7fa500fb5 Fix __stdcall placement and function prototype 15 years ago
Marius Storm-Olsen a6ca8c6246 Set _O_BINARY as default fmode for both MinGW and MSVC 15 years ago
Frank Li 0d30ad71fa Avoid declaration after statement 15 years ago
Johannes Sixt 2affea4125 start_command: do not clobber cmd->env on Windows code path 15 years ago