summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2010-03-31Sync with 1.7.0.4Junio C Hamano
2010-03-31Don't redefine htonl and ntohl on big-endianHolger Weiß
2010-03-30Windows: fix utime() for read-only filesJohannes Sixt
2010-03-08Merge branch 'fn/maint-mkdtemp-compat' into maintJunio C Hamano
2010-03-08Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano
2010-03-07Merge branch 'fn/maint-mkdtemp-compat'Junio C Hamano
2010-03-07Merge branch 'mm/mkstemps-mode-for-packfiles'Junio C Hamano
2010-02-25Windows: redirect f[re]open("/dev/null") to f[re]open("nul")Johannes Sixt
2010-02-25Fix gitmkdtemp: correct test for mktemp() return valueFilippo Negroni
2010-02-22Move gitmkstemps to path.cMatthieu Moy
2010-02-04Typofixes outside documentation areaJunio C Hamano
2010-01-30Implement pthread_cond_broadcast on WindowsJohannes Sixt
2010-01-23msvc: Fix a compiler warning due to an incorrect pointer castRamsay Jones
2010-01-23msvc: Fix an "unrecognized option" linker warningRamsay Jones
2010-01-17Do not use date.c:tm_to_time_t() from compat/mingw.cJohannes Sixt
2010-01-17MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski
2010-01-17MSVC: Fix an "incompatible pointer types" compiler warningRamsay Jones
2010-01-17Windows: avoid the "dup dance" when spawning a child processJohannes Sixt
2010-01-17Windows: simplify the pipe(2) implementationJohannes Sixt
2010-01-17Windows: boost startup by avoiding a static dependency on shell32.dllJohannes Sixt
2009-11-25Explicitly truncate bswap operand to uint32_tBenjamin Kramer
2009-11-24Enable support for IPv6 on MinGWMartin Storsjö
2009-11-24Refactor winsock initialization into a separate functionMartin Storsjö
2009-11-21Merge branch 'rj/cygwin-msvc'Junio C Hamano
2009-11-18Merge branch 'ef/msys-imap'Junio C Hamano
2009-11-09MSVC: Add support for building with NO_MMAPRamsay Jones
2009-10-30Use faster byte swapping when compiling with MSVCSebastian Schuberth
2009-10-23MSVC: Enable OpenSSL, and translate -lcryptoMarius Storm-Olsen
2009-10-20mingw: wrap SSL_set_(w|r)fd to call _get_osfhandleErik Faye-Lund
2009-10-09Merge branch 'ms/msvc'Junio C Hamano
2009-10-09Fix the exit code of MSVC build scripts on cygwinRamsay Jones
2009-10-02Fix some printf format warningsRamsay Jones
2009-09-19Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)Marius Storm-Olsen
2009-09-19Add README for MSVC buildMarius Storm-Olsen
2009-09-19Add MSVC to MakefileMarius Storm-Olsen
2009-09-19Define strncasecmp and ftruncate for MSVCMarius Storm-Olsen
2009-09-19Make usage of windows.h lean and meanMarius Storm-Olsen
2009-09-19Add platform files for porting to MSVCFrank Li
2009-09-19Add MinGW header files to build git with MSVCFrank Li
2009-09-19Add empty header files for MSVC portMarius Storm-Olsen
2009-09-19Test for WIN32 instead of __MINGW32_Frank Li
2009-09-19Fix __stdcall placement and function prototypeFrank Li
2009-09-19Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen
2009-09-19Change regerror() declaration from K&R style to ANSI C (C89)Frank Li
2009-09-19Add include guards to compat/win32.hMarius Storm-Olsen
2009-09-19Avoid declaration after statementFrank Li
2009-09-11start_command: do not clobber cmd->env on Windows code pathJohannes Sixt
2009-08-28Merge branch 'lt/block-sha1'Junio C Hamano
2009-08-22compat/snprintf.c: clarify SNPRINTF_SIZE_CORRJunio C Hamano
2009-08-18make sure byte swapping is optimal for gitNicolas Pitre