aboutsummaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAge
* Merge branch 'np/malloc-threading' into maintJunio C Hamano2010-06-16
|\
| * Thread-safe xmalloc and xrealloc needs a recursive mutexJohannes Sixt2010-04-08
* | Fix checkout of large files to network shares on Windows XPRené Scharfe2010-05-20
* | Fix "Out of memory? mmap failed" for files larger than 4GB on WindowsIan McLean2010-05-20
* | Merge branch 'maint'Junio C Hamano2010-04-19
|\ \
| * \ Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-04-19
| |\ \
| | * | MSVC: Fix build by adding missing termios.h dummyJohannes Sixt2010-04-19
* | | | Merge branch 'jl/maint-submodule-gitfile-awareness'Junio C Hamano2010-04-11
|\ \ \ \
| * | | | Windows: start_command: Support non-NULL dir in struct child_processJohannes Sixt2010-04-11
* | | | | Sync with 1.7.0.4Junio C Hamano2010-03-31
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Don't redefine htonl and ntohl on big-endianHolger Weiß2010-03-31
| * | | | Windows: fix utime() for read-only filesJohannes Sixt2010-03-30
| | |_|/ | |/| |
| * | | Merge branch 'fn/maint-mkdtemp-compat' into maintJunio C Hamano2010-03-08
| |\ \ \
| * \ \ \ Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano2010-03-08
| |\ \ \ \
* | \ \ \ \ Merge branch 'fn/maint-mkdtemp-compat'Junio C Hamano2010-03-07
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fix gitmkdtemp: correct test for mktemp() return valueFilippo Negroni2010-02-25
* | | | | | Merge branch 'mm/mkstemps-mode-for-packfiles'Junio C Hamano2010-03-07
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Move gitmkstemps to path.cMatthieu Moy2010-02-22
| | |_|/ / | |/| | |
* | | | | Windows: redirect f[re]open("/dev/null") to f[re]open("nul")Johannes Sixt2010-02-25
| |_|/ / |/| | |
* | | | Typofixes outside documentation areaJunio C Hamano2010-02-03
|/ / /
* | | Implement pthread_cond_broadcast on WindowsJohannes Sixt2010-01-29
* | | 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