aboutsummaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAge
* msvc: Fix a compiler warning due to an incorrect pointer castRamsay Jones2010-01-22
* msvc: Fix an "unrecognized option" linker warningRamsay Jones2010-01-22
* Do not use date.c:tm_to_time_t() from compat/mingw.cJohannes Sixt2010-01-16
* MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski2010-01-16
* MSVC: Fix an "incompatible pointer types" compiler warningRamsay Jones2010-01-16
* Windows: avoid the "dup dance" when spawning a child processJohannes Sixt2010-01-16
* Windows: simplify the pipe(2) implementationJohannes Sixt2010-01-16
* Windows: boost startup by avoiding a static dependency on shell32.dllJohannes Sixt2010-01-16
* Explicitly truncate bswap operand to uint32_tBenjamin Kramer2009-11-25
* Enable support for IPv6 on MinGWMartin Storsjö2009-11-24
* Refactor winsock initialization into a separate functionMartin Storsjö2009-11-24
* Merge branch 'rj/cygwin-msvc'Junio C Hamano2009-11-20
|\
| * MSVC: Add support for building with NO_MMAPRamsay Jones2009-11-08
* | Merge branch 'ef/msys-imap'Junio C Hamano2009-11-17
|\ \
| * | MSVC: Enable OpenSSL, and translate -lcryptoMarius Storm-Olsen2009-10-23
| * | mingw: wrap SSL_set_(w|r)fd to call _get_osfhandleErik Faye-Lund2009-10-19
* | | Use faster byte swapping when compiling with MSVCSebastian Schuberth2009-10-30
| |/ |/|
* | Merge branch 'ms/msvc'Junio C Hamano2009-10-09
|\ \
| * | Fix the exit code of MSVC build scripts on cygwinRamsay Jones2009-10-08
| |/
* | Fix some printf format warningsRamsay Jones2009-10-02
|/
* Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)Marius Storm-Olsen2009-09-18
* Add README for MSVC buildMarius Storm-Olsen2009-09-18
* Add MSVC to MakefileMarius Storm-Olsen2009-09-18
* Define strncasecmp and ftruncate for MSVCMarius Storm-Olsen2009-09-18
* Make usage of windows.h lean and meanMarius Storm-Olsen2009-09-18
* Add platform files for porting to MSVCFrank Li2009-09-18
* Add MinGW header files to build git with MSVCFrank Li2009-09-18
* Add empty header files for MSVC portMarius Storm-Olsen2009-09-18
* Test for WIN32 instead of __MINGW32_Frank Li2009-09-18
* Fix __stdcall placement and function prototypeFrank Li2009-09-18
* Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen2009-09-18
* Change regerror() declaration from K&R style to ANSI C (C89)Frank Li2009-09-18
* Add include guards to compat/win32.hMarius Storm-Olsen2009-09-18
* Avoid declaration after statementFrank Li2009-09-18
* start_command: do not clobber cmd->env on Windows code pathJohannes Sixt2009-09-11
* Merge branch 'lt/block-sha1'Junio C Hamano2009-08-27
|\
| * make sure byte swapping is optimal for gitNicolas Pitre2009-08-18
* | compat/snprintf.c: clarify SNPRINTF_SIZE_CORRJunio C Hamano2009-08-21
* | MinGW: simplify waitpid() emulation macrosJohannes Sixt2009-07-05
|/
* MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt2009-07-05
* Merge branch 'sp/msysgit'Junio C Hamano2009-06-13
|\
| * Fix typo in nedmalloc warning fixJohannes Sixt2009-06-11
| * Fix warnings in nedmalloc when compiling with GCC 4.4.0Johannes Schindelin2009-06-08
| * Add custom memory allocator to MinGW and MacOS buildsMarius Storm-Olsen2009-06-01
| * MinGW readdir reimplementation to support d_typeMarius Storm-Olsen2009-06-01
| * MinGW: fix warning about implicit declaration of _getch()Johannes Schindelin2009-06-01
| * Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin2009-06-01
| * MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymoreJohannes Schindelin2009-06-01
* | compat: add a basename() compatibility functionDavid Aguilar2009-05-31
* | compat: add a mkstemps() compatibility functionDavid Aguilar2009-05-31
|/