| Commit message (Expand) | Author | Age |
* | Typofixes outside documentation area | Junio C Hamano | 2010-02-03 |
* | Implement pthread_cond_broadcast on Windows | Johannes Sixt | 2010-01-29 |
* | msvc: Fix a compiler warning due to an incorrect pointer cast | Ramsay Jones | 2010-01-22 |
* | msvc: Fix an "unrecognized option" linker warning | Ramsay Jones | 2010-01-22 |
* | Do not use date.c:tm_to_time_t() from compat/mingw.c | Johannes Sixt | 2010-01-16 |
* | MSVC: Windows-native implementation for subset of Pthreads API | Andrzej K. Haczewski | 2010-01-16 |
* | MSVC: Fix an "incompatible pointer types" compiler warning | Ramsay Jones | 2010-01-16 |
* | Windows: avoid the "dup dance" when spawning a child process | Johannes Sixt | 2010-01-16 |
* | Windows: simplify the pipe(2) implementation | Johannes Sixt | 2010-01-16 |
* | Windows: boost startup by avoiding a static dependency on shell32.dll | Johannes Sixt | 2010-01-16 |
* | Explicitly truncate bswap operand to uint32_t | Benjamin Kramer | 2009-11-25 |
* | Enable support for IPv6 on MinGW | Martin Storsjö | 2009-11-24 |
* | Refactor winsock initialization into a separate function | Martin Storsjö | 2009-11-24 |
* | Merge branch 'rj/cygwin-msvc' | Junio C Hamano | 2009-11-20 |
|\ |
|
| * | MSVC: Add support for building with NO_MMAP | Ramsay Jones | 2009-11-08 |
* | | Merge branch 'ef/msys-imap' | Junio C Hamano | 2009-11-17 |
|\ \ |
|
| * | | MSVC: Enable OpenSSL, and translate -lcrypto | Marius Storm-Olsen | 2009-10-23 |
| * | | mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle | Erik Faye-Lund | 2009-10-19 |
* | | | Use faster byte swapping when compiling with MSVC | Sebastian Schuberth | 2009-10-30 |
| |/
|/| |
|
* | | Merge branch 'ms/msvc' | Junio C Hamano | 2009-10-09 |
|\ \ |
|
| * | | Fix the exit code of MSVC build scripts on cygwin | Ramsay Jones | 2009-10-08 |
| |/ |
|
* | | Fix some printf format warnings | Ramsay Jones | 2009-10-02 |
|/ |
|
* | Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake) | Marius Storm-Olsen | 2009-09-18 |
* | Add README for MSVC build | Marius Storm-Olsen | 2009-09-18 |
* | Add MSVC to Makefile | Marius Storm-Olsen | 2009-09-18 |
* | Define strncasecmp and ftruncate for MSVC | Marius Storm-Olsen | 2009-09-18 |
* | Make usage of windows.h lean and mean | Marius Storm-Olsen | 2009-09-18 |
* | Add platform files for porting to MSVC | Frank Li | 2009-09-18 |
* | Add MinGW header files to build git with MSVC | Frank Li | 2009-09-18 |
* | Add empty header files for MSVC port | Marius Storm-Olsen | 2009-09-18 |
* | Test for WIN32 instead of __MINGW32_ | Frank Li | 2009-09-18 |
* | Fix __stdcall placement and function prototype | Frank Li | 2009-09-18 |
* | Set _O_BINARY as default fmode for both MinGW and MSVC | Marius Storm-Olsen | 2009-09-18 |
* | Change regerror() declaration from K&R style to ANSI C (C89) | Frank Li | 2009-09-18 |
* | Add include guards to compat/win32.h | Marius Storm-Olsen | 2009-09-18 |
* | Avoid declaration after statement | Frank Li | 2009-09-18 |
* | start_command: do not clobber cmd->env on Windows code path | Johannes Sixt | 2009-09-11 |
* | Merge branch 'lt/block-sha1' | Junio C Hamano | 2009-08-27 |
|\ |
|
| * | make sure byte swapping is optimal for git | Nicolas Pitre | 2009-08-18 |
* | | compat/snprintf.c: clarify SNPRINTF_SIZE_CORR | Junio C Hamano | 2009-08-21 |
* | | MinGW: simplify waitpid() emulation macros | Johannes Sixt | 2009-07-05 |
|/ |
|
* | MinGW: truncate exit()'s argument to lowest 8 bits | Johannes Sixt | 2009-07-05 |
* | Merge branch 'sp/msysgit' | Junio C Hamano | 2009-06-13 |
|\ |
|
| * | Fix typo in nedmalloc warning fix | Johannes Sixt | 2009-06-11 |
| * | Fix warnings in nedmalloc when compiling with GCC 4.4.0 | Johannes Schindelin | 2009-06-08 |
| * | Add custom memory allocator to MinGW and MacOS builds | Marius Storm-Olsen | 2009-06-01 |
| * | MinGW readdir reimplementation to support d_type | Marius Storm-Olsen | 2009-06-01 |
| * | MinGW: fix warning about implicit declaration of _getch() | Johannes Schindelin | 2009-06-01 |
| * | Work around a regression in Windows 7, causing erase_in_line() to crash somet... | Johannes Schindelin | 2009-06-01 |
| * | MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymore | Johannes Schindelin | 2009-06-01 |