summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2010-01-29Implement pthread_cond_broadcast on WindowsLibravatar Johannes Sixt2-15/+94
2010-01-22msvc: Fix a compiler warning due to an incorrect pointer castLibravatar Ramsay Jones1-1/+1
2010-01-22msvc: Fix an "unrecognized option" linker warningLibravatar Ramsay Jones1-0/+1
2010-01-16Do not use date.c:tm_to_time_t() from compat/mingw.cLibravatar Johannes Sixt1-17/+19
2010-01-16MSVC: Windows-native implementation for subset of Pthreads APILibravatar Andrzej K. Haczewski4-1/+183
2010-01-16MSVC: Fix an "incompatible pointer types" compiler warningLibravatar Ramsay Jones2-25/+19
2010-01-16Windows: avoid the "dup dance" when spawning a child processLibravatar Johannes Sixt2-9/+19
2010-01-16Windows: simplify the pipe(2) implementationLibravatar Johannes Sixt1-29/+8
2010-01-16Windows: boost startup by avoiding a static dependency on shell32.dllLibravatar Johannes Sixt1-2/+14
2009-11-25Explicitly truncate bswap operand to uint32_tLibravatar Benjamin Kramer1-1/+1
2009-11-24Enable support for IPv6 on MinGWLibravatar Martin Storsjö2-1/+181
2009-11-24Refactor winsock initialization into a separate functionLibravatar Martin Storsjö1-3/+12
2009-11-20Merge branch 'rj/cygwin-msvc'Libravatar Junio C Hamano3-13/+13
2009-11-17Merge branch 'ef/msys-imap'Libravatar Junio C Hamano2-0/+24
2009-11-08MSVC: Add support for building with NO_MMAPLibravatar Ramsay Jones3-13/+13
2009-10-30Use faster byte swapping when compiling with MSVCLibravatar Sebastian Schuberth1-0/+10
2009-10-23MSVC: Enable OpenSSL, and translate -lcryptoLibravatar Marius Storm-Olsen1-0/+3
2009-10-19mingw: wrap SSL_set_(w|r)fd to call _get_osfhandleLibravatar Erik Faye-Lund1-0/+21
2009-10-09Merge branch 'ms/msvc'Libravatar Junio C Hamano2-2/+2
2009-10-08Fix the exit code of MSVC build scripts on cygwinLibravatar Ramsay Jones2-2/+2
2009-10-02Fix some printf format warningsLibravatar Ramsay Jones1-2/+2
2009-09-18Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)Libravatar Marius Storm-Olsen1-1/+12
2009-09-18Add README for MSVC buildLibravatar Marius Storm-Olsen1-0/+39
2009-09-18Add MSVC to MakefileLibravatar Marius Storm-Olsen2-0/+74
2009-09-18Define strncasecmp and ftruncate for MSVCLibravatar Marius Storm-Olsen1-0/+2
2009-09-18Make usage of windows.h lean and meanLibravatar Marius Storm-Olsen5-8/+6
2009-09-18Add platform files for porting to MSVCLibravatar Frank Li2-0/+90
2009-09-18Add MinGW header files to build git with MSVCLibravatar Frank Li5-0/+256
2009-09-18Add empty header files for MSVC portLibravatar Marius Storm-Olsen14-0/+14
2009-09-18Test for WIN32 instead of __MINGW32_Libravatar Frank Li1-4/+6
2009-09-18Fix __stdcall placement and function prototypeLibravatar Frank Li1-2/+2
2009-09-18Set _O_BINARY as default fmode for both MinGW and MSVCLibravatar Marius Storm-Olsen2-2/+5
2009-09-18Change regerror() declaration from K&R style to ANSI C (C89)Libravatar Frank Li1-5/+2
2009-09-18Add include guards to compat/win32.hLibravatar Marius Storm-Olsen1-0/+5
2009-09-18Avoid declaration after statementLibravatar Frank Li1-4/+10
2009-09-11start_command: do not clobber cmd->env on Windows code pathLibravatar Johannes Sixt2-4/+15
2009-08-27Merge branch 'lt/block-sha1'Libravatar Junio C Hamano1-0/+36
2009-08-21compat/snprintf.c: clarify SNPRINTF_SIZE_CORRLibravatar Junio C Hamano1-1/+2
2009-08-18make sure byte swapping is optimal for gitLibravatar Nicolas Pitre1-0/+36
2009-07-05MinGW: simplify waitpid() emulation macrosLibravatar Johannes Sixt1-2/+3
2009-07-05MinGW: truncate exit()'s argument to lowest 8 bitsLibravatar Johannes Sixt1-0/+2
2009-06-13Merge branch 'sp/msysgit'Libravatar Junio C Hamano9-1/+7152
2009-06-11Fix typo in nedmalloc warning fixLibravatar Johannes Sixt1-1/+1
2009-06-08Fix warnings in nedmalloc when compiling with GCC 4.4.0Libravatar Johannes Schindelin2-2/+4
2009-06-01Add custom memory allocator to MinGW and MacOS buildsLibravatar Marius Storm-Olsen5-0/+7055
2009-06-01MinGW readdir reimplementation to support d_typeLibravatar Marius Storm-Olsen2-0/+88
2009-06-01MinGW: fix warning about implicit declaration of _getch()Libravatar Johannes Schindelin1-0/+1
2009-06-01Work around a regression in Windows 7, causing erase_in_line() to crash somet...Libravatar Johannes Schindelin1-1/+2
2009-06-01MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymoreLibravatar Johannes Schindelin1-0/+4
2009-05-31compat: add a basename() compatibility functionLibravatar David Aguilar1-0/+15