Age | Commit message (Expand) | Author | Files | Lines |
2010-05-20 | Fix "Out of memory? mmap failed" for files larger than 4GB on Windows | Ian McLean | 1 | -3/+3 |
2010-04-19 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+1 |
2010-04-19 | Merge branch 'maint-1.6.6' into maint | Junio C Hamano | 1 | -0/+1 |
2010-04-19 | MSVC: Fix build by adding missing termios.h dummy | Johannes Sixt | 1 | -0/+1 |
2010-04-11 | Merge branch 'jl/maint-submodule-gitfile-awareness' | Junio C Hamano | 2 | -4/+7 |
2010-04-11 | Windows: start_command: Support non-NULL dir in struct child_process | Johannes Sixt | 2 | -4/+7 |
2010-04-08 | Thread-safe xmalloc and xrealloc needs a recursive mutex | Johannes Sixt | 1 | -1/+7 |
2010-03-31 | Sync with 1.7.0.4 | Junio C Hamano | 2 | -2/+20 |
2010-03-31 | Don't redefine htonl and ntohl on big-endian | Holger Weiß | 1 | -0/+2 |
2010-03-30 | Windows: fix utime() for read-only files | Johannes Sixt | 1 | -2/+18 |
2010-03-08 | Merge branch 'fn/maint-mkdtemp-compat' into maint | Junio C Hamano | 1 | -1/+1 |
2010-03-08 | Merge branch 'mm/mkstemps-mode-for-packfiles' into maint | Junio C Hamano | 1 | -70/+0 |
2010-03-07 | Merge branch 'fn/maint-mkdtemp-compat' | Junio C Hamano | 1 | -1/+1 |
2010-03-07 | Merge branch 'mm/mkstemps-mode-for-packfiles' | Junio C Hamano | 1 | -70/+0 |
2010-03-07 | Windows: more pthreads functions | Johannes Sixt | 2 | -0/+33 |
2010-03-07 | Fix signature of fcntl() compatibility dummy | Johannes Sixt | 1 | -1/+1 |
2010-02-25 | Windows: redirect f[re]open("/dev/null") to f[re]open("nul") | Johannes Sixt | 2 | -0/+22 |
2010-02-25 | Fix gitmkdtemp: correct test for mktemp() return value | Filippo Negroni | 1 | -1/+1 |
2010-02-22 | Move gitmkstemps to path.c | Matthieu Moy | 1 | -70/+0 |
2010-02-03 | Typofixes outside documentation area | Junio C Hamano | 1 | -1/+1 |
2010-01-29 | Implement pthread_cond_broadcast on Windows | Johannes Sixt | 2 | -15/+94 |
2010-01-22 | msvc: Fix a compiler warning due to an incorrect pointer cast | Ramsay Jones | 1 | -1/+1 |
2010-01-22 | msvc: Fix an "unrecognized option" linker warning | Ramsay Jones | 1 | -0/+1 |
2010-01-16 | Do not use date.c:tm_to_time_t() from compat/mingw.c | Johannes Sixt | 1 | -17/+19 |
2010-01-16 | MSVC: Windows-native implementation for subset of Pthreads API | Andrzej K. Haczewski | 4 | -1/+183 |
2010-01-16 | MSVC: Fix an "incompatible pointer types" compiler warning | Ramsay Jones | 2 | -25/+19 |
2010-01-16 | Windows: avoid the "dup dance" when spawning a child process | Johannes Sixt | 2 | -9/+19 |
2010-01-16 | Windows: simplify the pipe(2) implementation | Johannes Sixt | 1 | -29/+8 |
2010-01-16 | Windows: boost startup by avoiding a static dependency on shell32.dll | Johannes Sixt | 1 | -2/+14 |
2009-11-25 | Explicitly truncate bswap operand to uint32_t | Benjamin Kramer | 1 | -1/+1 |
2009-11-24 | Enable support for IPv6 on MinGW | Martin Storsjö | 2 | -1/+181 |
2009-11-24 | Refactor winsock initialization into a separate function | Martin Storsjö | 1 | -3/+12 |
2009-11-20 | Merge branch 'rj/cygwin-msvc' | Junio C Hamano | 3 | -13/+13 |
2009-11-17 | Merge branch 'ef/msys-imap' | Junio C Hamano | 2 | -0/+24 |
2009-11-08 | MSVC: Add support for building with NO_MMAP | Ramsay Jones | 3 | -13/+13 |
2009-10-30 | Use faster byte swapping when compiling with MSVC | Sebastian Schuberth | 1 | -0/+10 |
2009-10-23 | MSVC: Enable OpenSSL, and translate -lcrypto | Marius Storm-Olsen | 1 | -0/+3 |
2009-10-19 | mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle | Erik Faye-Lund | 1 | -0/+21 |
2009-10-09 | Merge branch 'ms/msvc' | Junio C Hamano | 2 | -2/+2 |
2009-10-08 | Fix the exit code of MSVC build scripts on cygwin | Ramsay Jones | 2 | -2/+2 |
2009-10-02 | Fix some printf format warnings | Ramsay Jones | 1 | -2/+2 |
2009-09-18 | Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake) | Marius Storm-Olsen | 1 | -1/+12 |
2009-09-18 | Add README for MSVC build | Marius Storm-Olsen | 1 | -0/+39 |
2009-09-18 | Add MSVC to Makefile | Marius Storm-Olsen | 2 | -0/+74 |
2009-09-18 | Define strncasecmp and ftruncate for MSVC | Marius Storm-Olsen | 1 | -0/+2 |
2009-09-18 | Make usage of windows.h lean and mean | Marius Storm-Olsen | 5 | -8/+6 |
2009-09-18 | Add platform files for porting to MSVC | Frank Li | 2 | -0/+90 |
2009-09-18 | Add MinGW header files to build git with MSVC | Frank Li | 5 | -0/+256 |
2009-09-18 | Add empty header files for MSVC port | Marius Storm-Olsen | 14 | -0/+14 |
2009-09-18 | Test for WIN32 instead of __MINGW32_ | Frank Li | 1 | -4/+6 |