136 Commits (bf2f63a781dfca084b8cbdd9f8e318d35c89488b)

Author SHA1 Message Date
Ben Wijen 05d1ed6148 mingw: ensure temporary file handles are not inherited by child processes 9 years ago
Johannes Schindelin 6db5967d4e Revert "display HTML in default browser using Windows' shell API" 9 years ago
Johannes Sixt fab6027480 Windows: add missing definition of ENOTSOCK 9 years ago
Johannes Schindelin 08aade7080 mingw: declare main()'s argv as const 9 years ago
Johannes Schindelin 0767172b90 mingw: let the build succeed with DEVELOPER=1 9 years ago
Johannes Schindelin ebf31e70bb mingw: remove unnecessary definition 9 years ago
Johannes Sixt f924b52a77 Windows: add pthread_sigmask() that does nothing 9 years ago
Sven Strickroth 0ef60afdd4 MSVC: use shipped headers instead of fallback definitions 9 years ago
Johannes Schindelin 5ca6b7bb47 config --show-origin: report paths with forward slashes 9 years ago
Johannes Sixt e7d5ce8165 mingw: avoid linking to the C library's isalpha() 9 years ago
Johannes Schindelin 59de49f80d mingw: avoid redefining S_* constants 9 years ago
Johannes Schindelin 3ecd153a3b compat/mingw: support MSys2-based MinGW build 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 10 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 11 years ago
Sebastian Schuberth fa93bb20d7 MinGW: Fix stat definitions to work with MinGW runtime version 4.0 11 years ago
Karsten Blees a2374f58e8 MSVC: fix stat definition hell 11 years ago
Karsten Blees 61542f7735 MSVC: fix compile errors due to macro redefinitions 11 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 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