37 Commits (92815b3363c6cf317337437a986bdf2e8f1aa3a0)

Author SHA1 Message Date
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
Johannes Sixt d28250654f Windows: Fix signal numbers 16 years ago
Johannes Sixt 180964f0b9 Revert "Windows: Use a customized struct stat that also has the st_blocks member." 16 years ago
Junio C Hamano fdb2a2a600 compat: introduce on_disk_bytes() 16 years ago
Steffen Prohaska 22537765f5 Modify mingw_main() workaround to avoid link errors 16 years ago
Johannes Sixt 35eeef4722 Windows: Make sure argv[0] has a path 17 years ago
Peter Harris c09df8a74e Add ANSI control code emulation for the Windows console 17 years ago
Steffen Prohaska 4804aabcdb help (Windows): Display HTML in default browser using Windows' shell API 17 years ago
Steffen Prohaska cd800eecc2 Windows: Fix ntohl() related warnings about printf formatting 17 years ago
Johannes Sixt 6fd6aec44f Windows: TMP and TEMP environment variables specify a temporary directory. 17 years ago
Johannes Sixt fc2ded5b08 Windows: Use a customized struct stat that also has the st_blocks member. 17 years ago
Johannes Sixt 7c0ffa1cb7 Windows: Add a custom implementation for utime(). 17 years ago
Marius Storm-Olsen 5411bdc4e4 Windows: Add a new lstat and fstat implementation based on Win32 API. 17 years ago
Johannes Sixt 7e5d776854 Windows: Implement a custom spawnve(). 17 years ago
Johannes Sixt 746fb85744 Windows: Implement wrappers for gethostbyname(), socket(), and connect(). 17 years ago
Johannes Sixt ba26f296f9 Windows: Implement start_command(). 17 years ago
Johannes Sixt 897bb8cb2c Windows: A pipe() replacement whose ends are not inherited to children. 17 years ago
Johannes Sixt f1a4dfb85a Windows: Wrap execve so that shell scripts can be invoked. 17 years ago
Johannes Sixt 6072fc314e Windows: Implement setitimer() and sigaction(). 17 years ago
Johannes Sixt 82f8d969f5 Windows: Fix PRIuMAX definition. 17 years ago
Johannes Sixt ea9e98c3a5 Windows: Work around misbehaved rename(). 17 years ago
Johannes Schindelin 132a6e903f Windows: always chmod(, 0666) before unlink(). 17 years ago
Johannes Sixt 3e4a1ba07b Windows: Implement a wrapper of the open() function. 17 years ago
Johannes Sixt 25fe217b86 Windows: Treat Windows style path names. 17 years ago
Johannes Sixt 80ba074f41 Windows: Use the Windows style PATH separator ';'. 17 years ago
Johannes Sixt f4626df51f Add target architecture MinGW. 17 years ago