summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
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
2009-07-05MinGW: simplify waitpid() emulation macrosJohannes Sixt
2009-07-05MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt
2009-06-13Merge branch 'sp/msysgit'Junio C Hamano
2009-06-11Fix typo in nedmalloc warning fixJohannes Sixt
2009-06-08Fix warnings in nedmalloc when compiling with GCC 4.4.0Johannes Schindelin
2009-06-01Add custom memory allocator to MinGW and MacOS buildsMarius Storm-Olsen
2009-06-01MinGW readdir reimplementation to support d_typeMarius Storm-Olsen
2009-06-01MinGW: fix warning about implicit declaration of _getch()Johannes Schindelin
2009-06-01Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin
2009-06-01MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymoreJohannes Schindelin
2009-06-01compat: add a basename() compatibility functionDavid Aguilar
2009-06-01compat: add a mkstemps() compatibility functionDavid Aguilar
2009-05-23MinGW: Add a simple getpass()Johannes Schindelin
2009-05-23MinGW: use POSIX signature of waitpid()Johannes Schindelin
2009-05-23MinGW: Scan for \r in addition to \n when reading shbang linesPeter Harris
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-04-23Fix more typos/spelling in commentsMichael J Gruber
2009-04-23Fix typos / spelling in commentsMike Ralphson
2009-04-20Windows: Work around intermittent failures in mingw_renameJohannes Sixt
2009-03-24MinGW: Quote arguments for subprocesses that contain a single-quoteJohannes Sixt