summaryrefslogtreecommitdiffstats
path: root/compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-04-191-0/+1
|\
| * MSVC: Fix build by adding missing termios.h dummyJohannes Sixt2010-04-191-0/+1
* | Don't redefine htonl and ntohl on big-endianHolger Weiß2010-03-311-0/+2
* | Windows: fix utime() for read-only filesJohannes Sixt2010-03-311-2/+18
* | Merge branch 'fn/maint-mkdtemp-compat' into maintJunio C Hamano2010-03-081-1/+1
|\ \
| * | Fix gitmkdtemp: correct test for mktemp() return valueFilippo Negroni2010-02-251-1/+1
* | | Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano2010-03-081-70/+0
|\ \ \
| * | | Move gitmkstemps to path.cMatthieu Moy2010-02-231-70/+0
* | | | Typofixes outside documentation areaJunio C Hamano2010-02-041-1/+1
|/ / /
* | | Implement pthread_cond_broadcast on WindowsJohannes Sixt2010-01-302-15/+94
* | | msvc: Fix a compiler warning due to an incorrect pointer castRamsay Jones2010-01-231-1/+1
* | | msvc: Fix an "unrecognized option" linker warningRamsay Jones2010-01-231-0/+1
* | | Do not use date.c:tm_to_time_t() from compat/mingw.cJohannes Sixt2010-01-171-17/+19
* | | MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski2010-01-174-1/+183
* | | MSVC: Fix an "incompatible pointer types" compiler warningRamsay Jones2010-01-172-25/+19
* | | Windows: avoid the "dup dance" when spawning a child processJohannes Sixt2010-01-172-9/+19
* | | Windows: simplify the pipe(2) implementationJohannes Sixt2010-01-171-29/+8
* | | Windows: boost startup by avoiding a static dependency on shell32.dllJohannes Sixt2010-01-171-2/+14
| |/ |/|
* | Explicitly truncate bswap operand to uint32_tBenjamin Kramer2009-11-251-1/+1
* | Enable support for IPv6 on MinGWMartin Storsjö2009-11-242-1/+181
* | Refactor winsock initialization into a separate functionMartin Storsjö2009-11-241-3/+12
* | Merge branch 'rj/cygwin-msvc'Junio C Hamano2009-11-213-13/+13
|\ \
| * | MSVC: Add support for building with NO_MMAPRamsay Jones2009-11-093-13/+13
* | | Merge branch 'ef/msys-imap'Junio C Hamano2009-11-182-0/+24
|\ \ \
| * | | MSVC: Enable OpenSSL, and translate -lcryptoMarius Storm-Olsen2009-10-231-0/+3
| * | | mingw: wrap SSL_set_(w|r)fd to call _get_osfhandleErik Faye-Lund2009-10-201-0/+21
* | | | Use faster byte swapping when compiling with MSVCSebastian Schuberth2009-10-301-0/+10
| |/ / |/| |
* | | Merge branch 'ms/msvc'Junio C Hamano2009-10-092-2/+2
|\ \ \
| * | | Fix the exit code of MSVC build scripts on cygwinRamsay Jones2009-10-092-2/+2
| |/ /
* / / Fix some printf format warningsRamsay Jones2009-10-021-2/+2
|/ /
* | Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)Marius Storm-Olsen2009-09-191-1/+12
* | Add README for MSVC buildMarius Storm-Olsen2009-09-191-0/+39
* | Add MSVC to MakefileMarius Storm-Olsen2009-09-192-0/+74
* | Define strncasecmp and ftruncate for MSVCMarius Storm-Olsen2009-09-191-0/+2
* | Make usage of windows.h lean and meanMarius Storm-Olsen2009-09-195-8/+6
* | Add platform files for porting to MSVCFrank Li2009-09-192-0/+90
* | Add MinGW header files to build git with MSVCFrank Li2009-09-195-0/+256
* | Add empty header files for MSVC portMarius Storm-Olsen2009-09-1914-0/+14
* | Test for WIN32 instead of __MINGW32_Frank Li2009-09-191-4/+6
* | Fix __stdcall placement and function prototypeFrank Li2009-09-191-2/+2
* | Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen2009-09-192-2/+5
* | Change regerror() declaration from K&R style to ANSI C (C89)Frank Li2009-09-191-5/+2
* | Add include guards to compat/win32.hMarius Storm-Olsen2009-09-191-0/+5
* | Avoid declaration after statementFrank Li2009-09-191-4/+10
* | start_command: do not clobber cmd->env on Windows code pathJohannes Sixt2009-09-122-4/+15
* | Merge branch 'lt/block-sha1'Junio C Hamano2009-08-281-0/+36
|\ \
| * | make sure byte swapping is optimal for gitNicolas Pitre2009-08-181-0/+36
* | | compat/snprintf.c: clarify SNPRINTF_SIZE_CORRJunio C Hamano2009-08-221-1/+2
* | | MinGW: simplify waitpid() emulation macrosJohannes Sixt2009-07-051-2/+3
|/ /
* | MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt2009-07-051-0/+2