| Commit message (Expand) | Author | Age |
* | mingw: do not set errno to 0 on success | Erik Faye-Lund | 2010-11-23 |
* | Merge branch 'ab/compat-regex' | Junio C Hamano | 2010-09-03 |
|\ |
|
| * | Fix compat/regex ANSIfication on MinGW | Johannes Sixt | 2010-08-26 |
| * | compat/regex: get rid of old-style definition | Junio C Hamano | 2010-08-19 |
| * | compat/regex: define out variables only used under RE_ENABLE_I18N | Ævar Arnfjörð Bjarmason | 2010-08-19 |
| * | Change regerror() declaration from K&R style to ANSI C (C89) | Frank Li | 2010-08-18 |
| * | compat/regex: get the gawk regex engine to compile within git | Ævar Arnfjörð Bjarmason | 2010-08-18 |
| * | compat/regex: use the regex engine from gawk for compat | Ævar Arnfjörð Bjarmason | 2010-08-18 |
* | | Merge branch 'jn/svn-fe' | Junio C Hamano | 2010-08-31 |
|\ \ |
|
| * | | compat: add strtok_r() | Jonathan Nieder | 2010-08-14 |
| |/ |
|
* | | Merge branch 'sg/rerere-gc-old-still-used' | Junio C Hamano | 2010-08-31 |
|\ \ |
|
| * | | mingw_utime(): handle NULL times parameter | SZEDER Gábor | 2010-07-12 |
| * | | Merge branch 'np/malloc-threading' into maint | Junio C Hamano | 2010-06-16 |
| |\ \ |
|
* | | | | Typos in code comments, an error message, documentation | Ralf Wildenhues | 2010-08-22 |
| |_|/
|/| | |
|
* | | | Merge branch 'js/async-thread' | Junio C Hamano | 2010-06-21 |
|\ \ \ |
|
| * | | | Windows: more pthreads functions | Johannes Sixt | 2010-03-07 |
| * | | | Fix signature of fcntl() compatibility dummy | Johannes Sixt | 2010-03-07 |
* | | | | Merge branch 'js/maint-windows' | Junio C Hamano | 2010-06-13 |
|\ \ \ \ |
|
| * | | | | mingw: use _commit to implement fsync | Erik Faye-Lund | 2010-05-20 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'np/malloc-threading' | Junio C Hamano | 2010-05-21 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | Thread-safe xmalloc and xrealloc needs a recursive mutex | Johannes Sixt | 2010-04-08 |
* | | | Fix checkout of large files to network shares on Windows XP | René Scharfe | 2010-05-20 |
* | | | Fix "Out of memory? mmap failed" for files larger than 4GB on Windows | Ian McLean | 2010-05-20 |
* | | | Merge branch 'maint' | Junio C Hamano | 2010-04-19 |
|\ \ \ |
|
| * \ \ | Merge branch 'maint-1.6.6' into maint | Junio C Hamano | 2010-04-19 |
| |\ \ \ |
|
| | * | | | MSVC: Fix build by adding missing termios.h dummy | Johannes Sixt | 2010-04-19 |
* | | | | | Merge branch 'jl/maint-submodule-gitfile-awareness' | Junio C Hamano | 2010-04-11 |
|\ \ \ \ \ |
|
| * | | | | | Windows: start_command: Support non-NULL dir in struct child_process | Johannes Sixt | 2010-04-11 |
* | | | | | | Sync with 1.7.0.4 | Junio C Hamano | 2010-03-31 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | Don't redefine htonl and ntohl on big-endian | Holger Weiß | 2010-03-31 |
| * | | | | | Windows: fix utime() for read-only files | Johannes Sixt | 2010-03-30 |
| | |_|/ /
| |/| | | |
|
| * | | | | Merge branch 'fn/maint-mkdtemp-compat' into maint | Junio C Hamano | 2010-03-08 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'mm/mkstemps-mode-for-packfiles' into maint | Junio C Hamano | 2010-03-08 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge branch 'fn/maint-mkdtemp-compat' | Junio C Hamano | 2010-03-07 |
|\ \ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| * | | | | | | Fix gitmkdtemp: correct test for mktemp() return value | Filippo Negroni | 2010-02-25 |
* | | | | | | | Merge branch 'mm/mkstemps-mode-for-packfiles' | Junio C Hamano | 2010-03-07 |
|\ \ \ \ \ \ \
| | |_|/ / / /
| |/| | | | /
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Move gitmkstemps to path.c | Matthieu Moy | 2010-02-22 |
| | |_|/ /
| |/| | | |
|
* | | | | | Windows: redirect f[re]open("/dev/null") to f[re]open("nul") | Johannes Sixt | 2010-02-25 |
| |_|/ /
|/| | | |
|
* | | | | 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 |