Age | Commit message (Expand) | Author | Files | Lines |
2014-06-09 | Win32 dirent: clarify #include directives | Karsten Blees | 1 | -2/+1 |
2014-06-09 | Win32 dirent: change FILENAME_MAX to MAX_PATH | Karsten Blees | 1 | -1/+1 |
2014-06-09 | Win32 dirent: remove unused dirent.d_reclen member | Karsten Blees | 1 | -4/+1 |
2014-06-09 | Win32 dirent: remove unused dirent.d_ino member | Karsten Blees | 1 | -1/+0 |
2014-06-06 | Merge branch 'tl/relax-in-poll-emulation' | Junio C Hamano | 1 | -1/+1 |
2014-06-03 | Merge branch 'ym/fix-opportunistic-index-update-race' | Junio C Hamano | 1 | -3/+1 |
2014-06-03 | Merge branch 'ks/tree-diff-nway' | Junio C Hamano | 1 | -0/+0 |
2014-05-30 | compat/bswap.h: fix endianness detection | Ben Walton | 1 | -1/+1 |
2014-05-02 | compat/bswap.h: restore preference __BIG_ENDIAN over BIG_ENDIAN | Junio C Hamano | 1 | -7/+7 |
2014-05-02 | compat/bswap.h: detect endianness on more platforms that don't use BYTE_ORDER | Charles Bailey | 1 | -9/+24 |
2014-04-29 | compat/poll: sleep 1 millisecond to avoid busy wait | Theodore Leblond | 1 | -1/+1 |
2014-04-10 | wrapper.c: add xpread() similar to xread() | Yiannis Marangos | 1 | -3/+1 |
2014-04-09 | Merge branch 'jk/commit-dates-parsing-fix' into maint | Junio C Hamano | 1 | -0/+29 |
2014-04-09 | mingw: activate alloca | Kirill Smelkov | 1 | -0/+0 |
2014-04-08 | Merge branch 'jk/commit-dates-parsing-fix' | Junio C Hamano | 1 | -0/+29 |
2014-04-01 | date: recognize bogus FreeBSD gmtime output | Jeff King | 1 | -0/+29 |
2014-03-31 | Merge branch 'mr/msvc-link-with-lcurl' | Junio C Hamano | 1 | -0/+2 |
2014-03-27 | MSVC: allow linking with the cURL library | Marat Radchenko | 1 | -0/+2 |
2014-03-14 | Merge branch 'nd/no-more-fnmatch' | Junio C Hamano | 2 | -578/+0 |
2014-02-27 | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 1 | -1/+111 |
2014-02-20 | actually remove compat fnmatch source code | Nguyễn Thái Ngọc Duy | 2 | -578/+0 |
2014-01-27 | Merge branch 'ef/mingw-write' | Junio C Hamano | 2 | -20/+0 |
2014-01-23 | read-cache: use get_be32 instead of hand-rolled ntoh_l | Jeff King | 1 | -0/+4 |
2014-01-23 | block-sha1: factor out get_be and put_be wrappers | Jeff King | 1 | -0/+32 |
2014-01-17 | mingw: remove mingw_write | Erik Faye-Lund | 2 | -20/+0 |
2013-11-25 | mark Windows build scripts executable | Jonathan Nieder | 2 | -0/+0 |
2013-11-18 | compat: add endianness helpers | Vicent Marti | 1 | -1/+75 |
2013-10-16 | C: have space around && and || operators | Junio C Hamano | 1 | -1/+1 |
2013-09-24 | Merge branch 'kb/msvc-compile' | Jonathan Nieder | 5 | -21/+29 |
2013-09-19 | Merge branch 'jk/config-int-range-check' | Junio C Hamano | 1 | -0/+1 |
2013-09-19 | compat/mingw.h: define PRId64 | Johannes Sixt | 1 | -0/+1 |
2013-09-17 | Merge branch 'tb/precompose-autodetect-fix' | Junio C Hamano | 1 | -5/+2 |
2013-09-11 | Windows: do not redefine _WIN32_WINNT | Sebastian Schuberth | 2 | -1/+3 |
2013-09-11 | MinGW: Fix stat definitions to work with MinGW runtime version 4.0 | Sebastian Schuberth | 2 | -1/+9 |
2013-09-11 | MSVC: fix stat definition hell | Karsten Blees | 2 | -19/+11 |
2013-09-11 | MSVC: fix compile errors due to macro redefinitions | Karsten Blees | 1 | -0/+6 |
2013-09-09 | Merge branch 'sp/clip-read-write-to-8mb' | Junio C Hamano | 1 | -13/+0 |
2013-09-04 | Merge branch 'nd/gc-lock-against-each-other' | Junio C Hamano | 1 | -0/+6 |
2013-09-04 | Merge branch 'da/darwin' | Junio C Hamano | 1 | -0/+86 |
2013-08-27 | Set core.precomposeunicode to true on e.g. HFS+ | Torsten Bögershausen | 1 | -5/+2 |
2013-08-20 | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU" | Steffen Prohaska | 1 | -13/+0 |
2013-08-09 | gc: reject if another gc is running, unless --force is given | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2013-08-02 | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat' | Junio C Hamano | 2 | -171/+0 |
2013-07-30 | imap-send: use Apple's Security framework for base64 encoding | Jeremy Huddleston | 1 | -0/+86 |
2013-07-24 | Merge branch 'ob/typofixes' | Junio C Hamano | 4 | -14/+14 |
2013-07-24 | Merge branch 'rj/sparse' | Junio C Hamano | 1 | -0/+3 |
2013-07-22 | typofix: in-code comments | Ondřej Bílka | 4 | -14/+14 |
2013-07-21 | Revert "compat/unsetenv.c: Fix a sparse warning" | Benoit Sigoure | 1 | -0/+3 |
2013-07-18 | cygwin: Remove the Win32 l/stat() implementation | Ramsay Jones | 2 | -171/+0 |
2013-06-11 | Merge branch 'rj/mingw-cygwin' | Junio C Hamano | 3 | -8/+3 |