| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make usage of windows.h lean and mean | Marius Storm-Olsen | 2009-09-18 | 5 | -8/+6 |
* | Add platform files for porting to MSVC | Frank Li | 2009-09-18 | 2 | -0/+90 |
* | Add MinGW header files to build git with MSVC | Frank Li | 2009-09-18 | 5 | -0/+256 |
* | Add empty header files for MSVC port | Marius Storm-Olsen | 2009-09-18 | 14 | -0/+14 |
* | Test for WIN32 instead of __MINGW32_ | Frank Li | 2009-09-18 | 1 | -4/+6 |
* | Fix __stdcall placement and function prototype | Frank Li | 2009-09-18 | 1 | -2/+2 |
* | Set _O_BINARY as default fmode for both MinGW and MSVC | Marius Storm-Olsen | 2009-09-18 | 2 | -2/+5 |
* | Change regerror() declaration from K&R style to ANSI C (C89) | Frank Li | 2009-09-18 | 1 | -5/+2 |
* | Add include guards to compat/win32.h | Marius Storm-Olsen | 2009-09-18 | 1 | -0/+5 |
* | Avoid declaration after statement | Frank Li | 2009-09-18 | 1 | -4/+10 |
* | start_command: do not clobber cmd->env on Windows code path | Johannes Sixt | 2009-09-11 | 2 | -4/+15 |
* | Merge branch 'lt/block-sha1' | Junio C Hamano | 2009-08-27 | 1 | -0/+36 |
|\ |
|
| * | make sure byte swapping is optimal for git | Nicolas Pitre | 2009-08-18 | 1 | -0/+36 |
* | | compat/snprintf.c: clarify SNPRINTF_SIZE_CORR | Junio C Hamano | 2009-08-21 | 1 | -1/+2 |
* | | MinGW: simplify waitpid() emulation macros | Johannes Sixt | 2009-07-05 | 1 | -2/+3 |
|/ |
|
* | MinGW: truncate exit()'s argument to lowest 8 bits | Johannes Sixt | 2009-07-05 | 1 | -0/+2 |
* | Merge branch 'sp/msysgit' | Junio C Hamano | 2009-06-13 | 9 | -1/+7152 |
|\ |
|
| * | Fix typo in nedmalloc warning fix | Johannes Sixt | 2009-06-11 | 1 | -1/+1 |
| * | Fix warnings in nedmalloc when compiling with GCC 4.4.0 | Johannes Schindelin | 2009-06-08 | 2 | -2/+4 |
| * | Add custom memory allocator to MinGW and MacOS builds | Marius Storm-Olsen | 2009-06-01 | 5 | -0/+7055 |
| * | MinGW readdir reimplementation to support d_type | Marius Storm-Olsen | 2009-06-01 | 2 | -0/+88 |
| * | MinGW: fix warning about implicit declaration of _getch() | Johannes Schindelin | 2009-06-01 | 1 | -0/+1 |
| * | Work around a regression in Windows 7, causing erase_in_line() to crash somet... | Johannes Schindelin | 2009-06-01 | 1 | -1/+2 |
| * | MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymore | Johannes Schindelin | 2009-06-01 | 1 | -0/+4 |
* | | compat: add a basename() compatibility function | David Aguilar | 2009-05-31 | 1 | -0/+15 |
* | | compat: add a mkstemps() compatibility function | David Aguilar | 2009-05-31 | 1 | -0/+70 |
|/ |
|
* | MinGW: Add a simple getpass() | Johannes Schindelin | 2009-05-23 | 2 | -0/+17 |
* | MinGW: use POSIX signature of waitpid() | Johannes Schindelin | 2009-05-23 | 1 | -1/+1 |