182 Commits (f9237e61576c9bd1ba6a00276a9a849a4b5354fb)

Author SHA1 Message Date
Johannes Sixt ce518bbd6c Fix compat/regex ANSIfication on MinGW 15 years ago
Ralf Wildenhues 22e5e58a3c Typos in code comments, an error message, documentation 15 years ago
Junio C Hamano 178b33157a compat/regex: get rid of old-style definition 15 years ago
Ævar Arnfjörð Bjarmason b50f37098f compat/regex: define out variables only used under RE_ENABLE_I18N 15 years ago
Frank Li de831726de Change regerror() declaration from K&R style to ANSI C (C89) 15 years ago
Ævar Arnfjörð Bjarmason a997bf423d compat/regex: get the gawk regex engine to compile within git 15 years ago
Ævar Arnfjörð Bjarmason d18f76dccf compat/regex: use the regex engine from gawk for compat 15 years ago
Jonathan Nieder 78457bc0cc compat: add strtok_r() 15 years ago
SZEDER Gábor ded2d47668 mingw_utime(): handle NULL times parameter 15 years ago
Erik Faye-Lund 75f6929a36 mingw: use _commit to implement fsync 15 years ago
René Scharfe c8b296450e Fix checkout of large files to network shares on Windows XP 15 years ago
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 16 years ago
Ramsay Jones 5322ef2006 Fix some printf format warnings 16 years ago
Marius Storm-Olsen 259d87c354 Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake) 16 years ago
Marius Storm-Olsen a2c6bf0e76 Add README for MSVC build 16 years ago
Marius Storm-Olsen 164a5e3faa Add MSVC to Makefile 16 years ago
Marius Storm-Olsen 386ac45102 Define strncasecmp and ftruncate for MSVC 16 years ago
Marius Storm-Olsen 435bdf8c7f Make usage of windows.h lean and mean 16 years ago
Frank Li d75f8e6131 Add platform files for porting to MSVC 16 years ago
Frank Li 16fe1e0369 Add MinGW header files to build git with MSVC 16 years ago
Marius Storm-Olsen 55fcb06482 Add empty header files for MSVC port 16 years ago
Frank Li 71064e3f86 Test for WIN32 instead of __MINGW32_ 16 years ago