87 Commits (675a0fe297e88e0fab2ee9b311d4ebb3c3bfef28)

Author SHA1 Message Date
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
Johannes Sixt 84adb64154 maybe_flush_or_die: move a too-loose Windows specific error 12 years ago
Ramsay Jones 90110d7645 compat/mingw.h: Set S_ISUID to prevent a fast-import test failure 13 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
Junio C Hamano f0c7fd49c0 Revert "upload-archive: use start_command instead of fork" 13 years ago
Erik Faye-Lund c09cd77ea2 upload-archive: use start_command instead of fork 13 years ago
Pat Thoyts 13d24b018f mingw: ensure sockets are initialized before calling gethostname 13 years ago
Theo Niessink d1c69255a1 real_path: do not assume '/' is the path seperator 14 years ago
Johannes Sixt a7941795b1 Windows: add a wrapper for the shutdown() system call 14 years ago
Erik Faye-Lund 38abd9b8b4 mingw: add minimum getrlimit() compatibility stub 14 years ago
Heiko Voigt 4f288100ce mingw: add fallback for rmdir in case directory is in use 14 years ago
Heiko Voigt 337967fb77 mingw: move unlink wrapper to mingw.c 14 years ago
Ramsay Jones 93d85f57be msvc: Fix macro redefinition warnings 14 years ago
Erik Faye-Lund d1b6e6e015 win32: use our own dirent.h 14 years ago
Erik Faye-Lund fdc1211463 mingw: use poll-emulation from gnulib 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
Ilari Liusvaara 419f37db4d Add bidirectional_transfer_loop() 14 years ago
Eric Sunshine 5debf9a5ac Add MinGW-specific execv() override. 14 years ago
Eric Sunshine 77df1f1edf Fix Windows-specific macro redefinition warning. 14 years ago
Pat Thoyts 9b9784cab9 MinGW: fix stat() and lstat() implementations for handling symlinks 14 years ago
Sebastian Schuberth 4091bfc961 MinGW: Add missing file mode bit defines 14 years ago
Sebastian Schuberth e7cf4e94c6 MinGW: Use pid_t more consequently, introduce uid_t for greater compatibility 14 years ago
Erik Faye-Lund 75f6929a36 mingw: use _commit to implement fsync 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 5f8763a81b Fix signature of fcntl() compatibility dummy 15 years ago
Johannes Sixt 3fdcdbdf30 Windows: redirect f[re]open("/dev/null") to f[re]open("nul") 15 years ago
Andrzej K. Haczewski 44626dc7d5 MSVC: Windows-native implementation for subset of Pthreads API 15 years ago
Ramsay Jones b6f714f89a MSVC: Fix an "incompatible pointer types" compiler warning 15 years ago
Johannes Sixt 75301f9015 Windows: avoid the "dup dance" when spawning a child process 15 years ago
Martin Storsjö fe3b2b7b82 Enable support for IPv6 on MinGW 15 years ago
Ramsay Jones b1b952043f MSVC: Add support for building with NO_MMAP 15 years ago
Erik Faye-Lund 514213bf72 mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle 15 years ago
Marius Storm-Olsen 435bdf8c7f Make usage of windows.h lean and mean 15 years ago
Marius Storm-Olsen a6ca8c6246 Set _O_BINARY as default fmode for both MinGW and MSVC 15 years ago
Johannes Sixt 2affea4125 start_command: do not clobber cmd->env on Windows code path 15 years ago
Johannes Sixt 303e7c48ea MinGW: simplify waitpid() emulation macros 16 years ago
Johannes Sixt 47e3de0e79 MinGW: truncate exit()'s argument to lowest 8 bits 16 years ago
Marius Storm-Olsen e16c60d9f9 MinGW readdir reimplementation to support d_type 16 years ago
Johannes Schindelin 0dbbbc1e26 MinGW: Add a simple getpass() 16 years ago
Johannes Schindelin 27e3219f1a MinGW: use POSIX signature of waitpid() 16 years ago
Janos Laube b130a72b27 MinGW: implement mmap 16 years ago
Petr Kodl 7be401e069 MinGW: a hardlink implementation 16 years ago
Johannes Schindelin d5e31235f2 Brown paper bag fix for MinGW 64-bit stat 16 years ago
Johannes Schindelin 1d4e4cd4a1 MinGW: 64-bit file offsets 16 years ago