445 Commits (11c6659d85d72273a4161c8779123147b52fbcb2)

Author SHA1 Message Date
David Michael d543d9c0f4 compat: convert modes to use portable file type values 10 years ago
Johannes Sixt ba6fad02b6 Windows: correct detection of EISDIR in mingw_open() 10 years ago
David Michael bfb0e6fcd2 compat/bswap.h: detect endianness from XL C compiler macros 10 years ago
Johannes Sixt 4e6d207c45 mingw.h: add dummy functions for sigset_t operations 10 years ago
René Scharfe 51a60f5bfb use xcalloc() to allocate zero-initialized memory 11 years ago
Karsten Blees baea068d67 Win32: enable color output in Windows cmd.exe 11 years ago
Karsten Blees 6dc715439b Win32: patch Windows environment on startup 11 years ago
Karsten Blees 343ff06da7 Win32: keep the environment sorted 11 years ago
Karsten Blees 6f1c189cad Win32: use low-level memory allocation during initialization 11 years ago
Karsten Blees f279242d5e Win32: reduce environment array reallocations 11 years ago
Karsten Blees 77734da241 Win32: don't copy the environment twice when spawning child processes 11 years ago
Karsten Blees df0e998c31 Win32: factor out environment block creation 11 years ago
Karsten Blees 26c7b21ab1 Win32: unify environment function names 11 years ago
Karsten Blees 38d2750126 Win32: unify environment case-sensitivity 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 7eb2619c5c Win32: Unicode environment (outgoing) 11 years ago
Karsten Blees 9ae1afa5e6 Revert "Windows: teach getenv to do a case-sensitive search" 11 years ago
Karsten Blees e0a064a107 MinGW: fix compile error due to missing ELOOP 11 years ago
Karsten Blees 0217569bb2 Win32: Unicode file name support (dirent) 11 years ago
Karsten Blees 85faec9d3a Win32: Unicode file name support (except dirent) 11 years ago
Karsten Blees 3f046148d9 Win32: Unicode arguments (incoming) 11 years ago
Karsten Blees 99c3c76d97 Win32: Unicode arguments (outgoing) 11 years ago
Karsten Blees 5901dc6613 MinGW: disable CRT command line globbing 11 years ago
Karsten Blees 58aa3d2a69 Win32: fix potential multi-threading issue 11 years ago
Karsten Blees 3e66e47b1b Win32: simplify internal mingw_spawn* APIs 11 years ago
Johannes Schindelin 570f1e6e1a Win32: let mingw_execve() return an int 11 years ago
Karsten Blees 51822653f5 Win32: reliably detect console pipe handles 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 1edeb9abf5 Win32: warn if the console font doesn't support Unicode 11 years ago
Karsten Blees 143e615270 Win32: detect console streams more reliably 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
Karsten Blees d8890ce726 Win32 dirent: improve dirent implementation 11 years ago
Karsten Blees a8248f4a8d Win32 dirent: clarify #include directives 11 years ago
Karsten Blees fa9abe95be Win32 dirent: change FILENAME_MAX to MAX_PATH 11 years ago
Karsten Blees b0601e6564 Win32 dirent: remove unused dirent.d_reclen member 11 years ago
Karsten Blees 1d94c403fd Win32 dirent: remove unused dirent.d_ino member 11 years ago
Ben Walton 9c65ee15ee compat/bswap.h: fix endianness detection 11 years ago
Junio C Hamano 839fa9c500 compat/bswap.h: restore preference __BIG_ENDIAN over BIG_ENDIAN 11 years ago
Charles Bailey 3cf6bb3406 compat/bswap.h: detect endianness on more platforms that don't use BYTE_ORDER 11 years ago
Theodore Leblond 76e7c8a7ed compat/poll: sleep 1 millisecond to avoid busy wait 11 years ago
Yiannis Marangos 9aa91af036 wrapper.c: add xpread() similar to xread() 11 years ago
Kirill Smelkov 22f4c27e68 mingw: activate alloca 11 years ago
Jeff King 6654754779 date: recognize bogus FreeBSD gmtime output 11 years ago
Marat Radchenko da8daa367b MSVC: allow linking with the cURL library 11 years ago