60 Commits (381b2e76985de1c3670ec3c1938fef679c6eef17)

Author SHA1 Message Date
Ralf Wildenhues 22e5e58a3c Typos in code comments, an error message, documentation 15 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 16 years ago
Frank Li d7fa500fb5 Fix __stdcall placement and function prototype 16 years ago
Marius Storm-Olsen a6ca8c6246 Set _O_BINARY as default fmode for both MinGW and MSVC 16 years ago
Frank Li 0d30ad71fa Avoid declaration after statement 16 years ago
Johannes Sixt 2affea4125 start_command: do not clobber cmd->env on Windows code path 16 years ago
Marius Storm-Olsen e16c60d9f9 MinGW readdir reimplementation to support d_type 16 years ago
Johannes Schindelin 28a559c0b5 MinGW: fix warning about implicit declaration of _getch() 16 years ago
Johannes Schindelin 0dbbbc1e26 MinGW: Add a simple getpass() 16 years ago
Peter Harris bedc4279a8 MinGW: Scan for \r in addition to \n when reading shbang lines 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Mike Ralphson 3ea3c215c0 Fix typos / spelling in comments 16 years ago
Johannes Sixt 6ac6f87818 Windows: Work around intermittent failures in mingw_rename 16 years ago
Johannes Sixt 3aea1a5a89 MinGW: Quote arguments for subprocesses that contain a single-quote 16 years ago
Petr Kodl 7be401e069 MinGW: a hardlink implementation 16 years ago
Petr Kodl b3debd2b0c MinGW: a helper function that translates Win32 API error codes 16 years ago
Johannes Schindelin 1d4e4cd4a1 MinGW: 64-bit file offsets 16 years ago
Johannes Sixt 632f701787 compat/mingw.c: Teach mingw_rename() to replace read-only files 16 years ago
Alexander Gavrilov 19fb896f5b Windows: Make OpenSSH properly detect tty detachment. 16 years ago
Dmitry Potapov 444dc90322 mingw: move common functionality to win32.h 17 years ago
Dmitry Potapov 8252df6218 mingw: remove use of _getdrive() from lstat/fstat 17 years ago
Johannes Sixt d317851a7f compat/mingw: Support a timeout in the poll emulation if no fds are given 17 years ago
Johannes Sixt 180964f0b9 Revert "Windows: Use a customized struct stat that also has the st_blocks member." 17 years ago
Junio C Hamano fdb2a2a600 compat: introduce on_disk_bytes() 17 years ago
Eric Raible fe77b6959c Teach lookup_prog not to select directories 17 years ago
Steffen Prohaska 4804aabcdb help (Windows): Display HTML in default browser using Windows' shell API 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 6ed807f843 Windows: A rudimentary poll() emulation. 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