117 Commits (915c96df3822f968332f6bf3642e5195b52201c9)

Author SHA1 Message Date
Johannes Sixt e7d5ce8165 mingw: avoid linking to the C library's isalpha() 9 years ago
Johannes Schindelin 2f36eed936 Refactor skipping DOS drive prefixes 9 years ago
Johannes Schindelin 2b86292ed1 mingw: emulate write(2) that fails with a EPIPE 9 years ago
Johannes Sixt 9a9a41db83 compat/mingw: stubs for getpgid() and tcgetpgrp() 10 years ago
Nguyễn Thái Ngọc Duy 7b6aff0655 mingw32: add uname() 10 years ago
Johannes Sixt 4e6d207c45 mingw.h: add dummy functions for sigset_t operations 11 years ago
Karsten Blees 77734da241 Win32: don't copy the environment twice when spawning child processes 11 years ago
Karsten Blees e96942e821 Win32: fix environment memory leaks 11 years ago
Karsten Blees b729f98fa5 Win32: Unicode environment (incoming) 11 years ago
Karsten Blees e0a064a107 MinGW: fix compile error due to missing ELOOP 11 years ago
Karsten Blees 85faec9d3a Win32: Unicode file name support (except dirent) 11 years ago
Karsten Blees fcd428f4a9 Win32: fix broken pipe detection 11 years ago
Karsten Blees eac14f8909 Win32: Thread-safe windows console output 11 years ago
Karsten Blees 1c950a594c Win32: add Unicode conversion functions 11 years ago
Karsten Blees 617ce965aa Win32: support Unicode console output 11 years ago
Stepan Kasal a15d4af449 mingw: avoid const warning 11 years ago
Karsten Blees 13f1df432e Win32: move main macro to a function 11 years ago
Cezary Zawadka c2369bdf7f Windows: allow using UNC path for git repository 11 years ago
Erik Faye-Lund c9df6f4574 mingw: remove mingw_write 11 years ago
Johannes Sixt 1562f3be48 compat/mingw.h: define PRId64 12 years ago
Sebastian Schuberth fa93bb20d7 MinGW: Fix stat definitions to work with MinGW runtime version 4.0 12 years ago
Karsten Blees a2374f58e8 MSVC: fix stat definition hell 12 years ago
Karsten Blees 61542f7735 MSVC: fix compile errors due to macro redefinitions 12 years ago
Ramsay Jones 84d32bf767 sparse: Fix mingw_main() argument number/type errors 12 years ago
Ramsay Jones 657b35f4be compat/mingw.c: Fix some sparse warnings 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
Johannes Sixt 84adb64154 maybe_flush_or_die: move a too-loose Windows specific error 13 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 14 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() 15 years ago
Eric Sunshine 5debf9a5ac Add MinGW-specific execv() override. 15 years ago
Eric Sunshine 77df1f1edf Fix Windows-specific macro redefinition warning. 15 years ago
Pat Thoyts 9b9784cab9 MinGW: fix stat() and lstat() implementations for handling symlinks 15 years ago