309 Commits (675a0fe297e88e0fab2ee9b311d4ebb3c3bfef28)

Author SHA1 Message Date
Ian McLean 60890cc60c Fix "Out of memory? mmap failed" for files larger than 4GB on Windows 15 years ago
Johannes Sixt b75686455c MSVC: Fix build by adding missing termios.h dummy 15 years ago
Johannes Sixt f9a2743c35 Windows: start_command: Support non-NULL dir in struct child_process 15 years ago
Johannes Sixt 9374919442 Thread-safe xmalloc and xrealloc needs a recursive mutex 15 years ago
Holger Weiß 21e403a7b9 Don't redefine htonl and ntohl on big-endian 15 years ago
Johannes Sixt 852f098c06 Windows: fix utime() for read-only files 15 years ago
Johannes Sixt 912b26324d Windows: more pthreads functions 15 years ago
Johannes Sixt 5f8763a81b Fix signature of fcntl() compatibility dummy 15 years ago
Johannes Sixt 3fdcdbdf30 Windows: redirect f[re]open("/dev/null") to f[re]open("nul") 15 years ago
Filippo Negroni 1f80c2afb0 Fix gitmkdtemp: correct test for mktemp() return value 15 years ago
Matthieu Moy 00787ed55a Move gitmkstemps to path.c 15 years ago
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Johannes Sixt 947c3464e4 Implement pthread_cond_broadcast on Windows 15 years ago
Ramsay Jones 3521c1bf5b msvc: Fix a compiler warning due to an incorrect pointer cast 15 years ago
Ramsay Jones 38743b7d10 msvc: Fix an "unrecognized option" linker warning 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
Ramsay Jones b6f714f89a MSVC: Fix an "incompatible pointer types" compiler warning 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
Benjamin Kramer b073b7a990 Explicitly truncate bswap operand to uint32_t 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
Sebastian Schuberth 0fcabdeb52 Use faster byte swapping when compiling with MSVC 15 years ago
Marius Storm-Olsen c36e16385b MSVC: Enable OpenSSL, and translate -lcrypto 15 years ago
Erik Faye-Lund 514213bf72 mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle 15 years ago
Ramsay Jones b5d18b8e6f Fix the exit code of MSVC build scripts on cygwin 15 years ago
Ramsay Jones 5322ef2006 Fix some printf format warnings 15 years ago
Marius Storm-Olsen 259d87c354 Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake) 15 years ago
Marius Storm-Olsen a2c6bf0e76 Add README for MSVC build 15 years ago
Marius Storm-Olsen 164a5e3faa Add MSVC to Makefile 15 years ago
Marius Storm-Olsen 386ac45102 Define strncasecmp and ftruncate for MSVC 15 years ago
Marius Storm-Olsen 435bdf8c7f Make usage of windows.h lean and mean 15 years ago
Frank Li d75f8e6131 Add platform files for porting to MSVC 15 years ago
Frank Li 16fe1e0369 Add MinGW header files to build git with MSVC 15 years ago
Marius Storm-Olsen 55fcb06482 Add empty header files for MSVC port 15 years ago
Frank Li 71064e3f86 Test for WIN32 instead of __MINGW32_ 15 years ago
Frank Li d7fa500fb5 Fix __stdcall placement and function prototype 15 years ago
Marius Storm-Olsen a6ca8c6246 Set _O_BINARY as default fmode for both MinGW and MSVC 15 years ago
Frank Li 3f83bf3784 Change regerror() declaration from K&R style to ANSI C (C89) 15 years ago
Marius Storm-Olsen 627735f9bf Add include guards to compat/win32.h 15 years ago
Frank Li 0d30ad71fa Avoid declaration after statement 15 years ago
Johannes Sixt 2affea4125 start_command: do not clobber cmd->env on Windows code path 15 years ago
Junio C Hamano d1094fdd1b compat/snprintf.c: clarify SNPRINTF_SIZE_CORR 15 years ago
Nicolas Pitre 51ea55190b make sure byte swapping is optimal for git 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
Johannes Sixt 2ae8239d03 Fix typo in nedmalloc warning fix 16 years ago