summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/async-thread'Junio C Hamano2010-06-213-1/+34
|\
| * Windows: more pthreads functionsJohannes Sixt2010-03-072-0/+33
| * Fix signature of fcntl() compatibility dummyJohannes Sixt2010-03-071-1/+1
* | Merge branch 'js/maint-windows'Junio C Hamano2010-06-131-1/+1
|\ \
| * | mingw: use _commit to implement fsyncErik Faye-Lund2010-05-201-1/+1
* | | Merge branch 'np/malloc-threading'Junio C Hamano2010-05-211-1/+7
|\ \ \ | |/ / |/| |
| * | Thread-safe xmalloc and xrealloc needs a recursive mutexJohannes Sixt2010-04-081-1/+7
* | | Fix checkout of large files to network shares on Windows XPRené Scharfe2010-05-202-0/+20
* | | Fix "Out of memory? mmap failed" for files larger than 4GB on WindowsIan McLean2010-05-201-3/+3
* | | Merge branch 'maint'Junio C Hamano2010-04-191-0/+1
|\ \ \
| * \ \ 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
* | | | | Merge branch 'jl/maint-submodule-gitfile-awareness'Junio C Hamano2010-04-112-4/+7
|\ \ \ \ \
| * | | | | Windows: start_command: Support non-NULL dir in struct child_processJohannes Sixt2010-04-112-4/+7
* | | | | | Sync with 1.7.0.4Junio C Hamano2010-03-312-2/+20
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Don't redefine htonl and ntohl on big-endianHolger Weiß2010-03-311-0/+2
| * | | | | Windows: fix utime() for read-only filesJohannes Sixt2010-03-301-2/+18
| | |_|/ / | |/| | |
| * | | | Merge branch 'fn/maint-mkdtemp-compat' into maintJunio C Hamano2010-03-081-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano2010-03-081-70/+0
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'fn/maint-mkdtemp-compat'Junio C Hamano2010-03-071-1/+1
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Fix gitmkdtemp: correct test for mktemp() return valueFilippo Negroni2010-02-251-1/+1
* | | | | | | Merge branch 'mm/mkstemps-mode-for-packfiles'Junio C Hamano2010-03-071-70/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Move gitmkstemps to path.cMatthieu Moy2010-02-221-70/+0
| | |_|/ / | |/| | |
* | | | | Windows: redirect f[re]open("/dev/null") to f[re]open("nul")Johannes Sixt2010-02-252-0/+22
| |_|/ / |/| | |
* | | | Typofixes outside documentation areaJunio C Hamano2010-02-031-1/+1
|/ / /
* | | Implement pthread_cond_broadcast on WindowsJohannes Sixt2010-01-292-15/+94
* | | msvc: Fix a compiler warning due to an incorrect pointer castRamsay Jones2010-01-221-1/+1
* | | msvc: Fix an "unrecognized option" linker warningRamsay Jones2010-01-221-0/+1
* | | Do not use date.c:tm_to_time_t() from compat/mingw.cJohannes Sixt2010-01-161-17/+19
* | | MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski2010-01-164-1/+183
* | | MSVC: Fix an "incompatible pointer types" compiler warningRamsay Jones2010-01-162-25/+19
* | | Windows: avoid the "dup dance" when spawning a child processJohannes Sixt2010-01-162-9/+19
* | | Windows: simplify the pipe(2) implementationJohannes Sixt2010-01-161-29/+8
* | | Windows: boost startup by avoiding a static dependency on shell32.dllJohannes Sixt2010-01-161-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-203-13/+13
|\ \
| * | MSVC: Add support for building with NO_MMAPRamsay Jones2009-11-083-13/+13
* | | Merge branch 'ef/msys-imap'Junio C Hamano2009-11-172-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-191-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-082-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-181-1/+12
* | Add README for MSVC buildMarius Storm-Olsen2009-09-181-0/+39
* | Add MSVC to MakefileMarius Storm-Olsen2009-09-182-0/+74
* | Define strncasecmp and ftruncate for MSVCMarius Storm-Olsen2009-09-181-0/+2