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