summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2010-01-29Implement pthread_cond_broadcast on WindowsJohannes Sixt2-14/+93
2010-01-22msvc: Fix a compiler warning due to an incorrect pointer castRamsay Jones1-1/+1
2010-01-22msvc: Fix an "unrecognized option" linker warningRamsay Jones1-0/+1
2010-01-16Do not use date.c:tm_to_time_t() from compat/mingw.cJohannes Sixt1-17/+19
2010-01-16MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski4-1/+183
2010-01-16MSVC: Fix an "incompatible pointer types" compiler warningRamsay Jones2-25/+19
2010-01-16Windows: avoid the "dup dance" when spawning a child processJohannes Sixt2-9/+19
2010-01-16Windows: simplify the pipe(2) implementationJohannes Sixt1-29/+8
2010-01-16Windows: boost startup by avoiding a static dependency on shell32.dllJohannes Sixt1-2/+14
2009-11-25Explicitly truncate bswap operand to uint32_tBenjamin Kramer1-1/+1
2009-11-24Enable support for IPv6 on MinGWMartin Storsjö2-1/+181
2009-11-24Refactor winsock initialization into a separate functionMartin Storsjö1-3/+12
2009-11-20Merge branch 'rj/cygwin-msvc'Junio C Hamano3-13/+13
2009-11-17Merge branch 'ef/msys-imap'Junio C Hamano2-0/+24
2009-11-08MSVC: Add support for building with NO_MMAPRamsay Jones3-13/+13
2009-10-30Use faster byte swapping when compiling with MSVCSebastian Schuberth1-0/+10
2009-10-23MSVC: Enable OpenSSL, and translate -lcryptoMarius Storm-Olsen1-0/+3
2009-10-19mingw: wrap SSL_set_(w|r)fd to call _get_osfhandleErik Faye-Lund1-0/+21
2009-10-09Merge branch 'ms/msvc'Junio C Hamano2-2/+2
2009-10-08Fix the exit code of MSVC build scripts on cygwinRamsay Jones2-2/+2
2009-10-02Fix some printf format warningsRamsay Jones1-2/+2
2009-09-18Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)Marius Storm-Olsen1-1/+12
2009-09-18Add README for MSVC buildMarius Storm-Olsen1-0/+39
2009-09-18Add MSVC to MakefileMarius Storm-Olsen2-0/+74
2009-09-18Define strncasecmp and ftruncate for MSVCMarius Storm-Olsen1-0/+2
2009-09-18Make usage of windows.h lean and meanMarius Storm-Olsen5-8/+6
2009-09-18Add platform files for porting to MSVCFrank Li2-0/+90
2009-09-18Add MinGW header files to build git with MSVCFrank Li5-0/+256
2009-09-18Add empty header files for MSVC portMarius Storm-Olsen14-0/+14
2009-09-18Test for WIN32 instead of __MINGW32_Frank Li1-4/+6
2009-09-18Fix __stdcall placement and function prototypeFrank Li1-2/+2
2009-09-18Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen2-2/+5
2009-09-18Change regerror() declaration from K&R style to ANSI C (C89)Frank Li1-5/+2
2009-09-18Add include guards to compat/win32.hMarius Storm-Olsen1-0/+5
2009-09-18Avoid declaration after statementFrank Li1-4/+10
2009-09-11start_command: do not clobber cmd->env on Windows code pathJohannes Sixt2-4/+15
2009-08-27Merge branch 'lt/block-sha1'Junio C Hamano1-0/+36
2009-08-21compat/snprintf.c: clarify SNPRINTF_SIZE_CORRJunio C Hamano1-1/+2
2009-08-18make sure byte swapping is optimal for gitNicolas Pitre1-0/+36
2009-07-05MinGW: simplify waitpid() emulation macrosJohannes Sixt1-2/+3
2009-07-05MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt1-0/+2
2009-06-13Merge branch 'sp/msysgit'Junio C Hamano9-1/+7152
2009-06-11Fix typo in nedmalloc warning fixJohannes Sixt1-1/+1
2009-06-08Fix warnings in nedmalloc when compiling with GCC 4.4.0Johannes Schindelin2-2/+4
2009-06-01Add custom memory allocator to MinGW and MacOS buildsMarius Storm-Olsen5-0/+7055
2009-06-01MinGW readdir reimplementation to support d_typeMarius Storm-Olsen2-0/+88
2009-06-01MinGW: fix warning about implicit declaration of _getch()Johannes Schindelin1-0/+1
2009-06-01Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin1-1/+2
2009-06-01MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymoreJohannes Schindelin1-0/+4
2009-05-31compat: add a basename() compatibility functionDavid Aguilar1-0/+15