summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Win32: warn if the console font doesn't support UnicodeLibravatar Karsten Blees1-0/+66
2014-06-10Win32: detect console streams more reliablyLibravatar Karsten Blees1-24/+26
2014-06-10Win32: support Unicode console outputLibravatar Karsten Blees2-6/+22
2014-06-10mingw: avoid const warningLibravatar Stepan Kasal1-1/+1
2014-06-10Win32: move main macro to a functionLibravatar Karsten Blees2-10/+19
2014-06-10Windows: allow using UNC path for git repositoryLibravatar Cezary Zawadka2-0/+26
2014-06-09Win32 dirent: improve dirent implementationLibravatar Karsten Blees1-59/+54
2014-06-09Win32 dirent: clarify #include directivesLibravatar Karsten Blees1-2/+1
2014-06-09Win32 dirent: change FILENAME_MAX to MAX_PATHLibravatar Karsten Blees1-1/+1
2014-06-09Win32 dirent: remove unused dirent.d_reclen memberLibravatar Karsten Blees1-4/+1
2014-06-09Win32 dirent: remove unused dirent.d_ino memberLibravatar Karsten Blees1-1/+0
2014-06-06Merge branch 'tl/relax-in-poll-emulation'Libravatar Junio C Hamano1-1/+1
2014-06-03Merge branch 'ym/fix-opportunistic-index-update-race'Libravatar Junio C Hamano1-3/+1
2014-06-03Merge branch 'ks/tree-diff-nway'Libravatar Junio C Hamano1-0/+0
2014-05-30compat/bswap.h: fix endianness detectionLibravatar Ben Walton1-1/+1
2014-05-02compat/bswap.h: restore preference __BIG_ENDIAN over BIG_ENDIANLibravatar Junio C Hamano1-7/+7
2014-05-02compat/bswap.h: detect endianness on more platforms that don't use BYTE_ORDERLibravatar Charles Bailey1-9/+24
2014-04-29compat/poll: sleep 1 millisecond to avoid busy waitLibravatar Theodore Leblond1-1/+1
2014-04-10wrapper.c: add xpread() similar to xread()Libravatar Yiannis Marangos1-3/+1
2014-04-09Merge branch 'jk/commit-dates-parsing-fix' into maintLibravatar Junio C Hamano1-0/+29
2014-04-09mingw: activate allocaLibravatar Kirill Smelkov1-0/+0
2014-04-08Merge branch 'jk/commit-dates-parsing-fix'Libravatar Junio C Hamano1-0/+29
2014-04-01date: recognize bogus FreeBSD gmtime outputLibravatar Jeff King1-0/+29
2014-03-31Merge branch 'mr/msvc-link-with-lcurl'Libravatar Junio C Hamano1-0/+2
2014-03-27MSVC: allow linking with the cURL libraryLibravatar Marat Radchenko1-0/+2
2014-03-14Merge branch 'nd/no-more-fnmatch'Libravatar Junio C Hamano2-578/+0
2014-02-27Merge branch 'jk/pack-bitmap'Libravatar Junio C Hamano1-1/+111
2014-02-20actually remove compat fnmatch source codeLibravatar Nguyễn Thái Ngọc Duy2-578/+0
2014-01-27Merge branch 'ef/mingw-write'Libravatar Junio C Hamano2-20/+0
2014-01-23read-cache: use get_be32 instead of hand-rolled ntoh_lLibravatar Jeff King1-0/+4
2014-01-23block-sha1: factor out get_be and put_be wrappersLibravatar Jeff King1-0/+32
2014-01-17mingw: remove mingw_writeLibravatar Erik Faye-Lund2-20/+0
2013-11-25mark Windows build scripts executableLibravatar Jonathan Nieder2-0/+0
2013-11-18compat: add endianness helpersLibravatar Vicent Marti1-1/+75
2013-10-16C: have space around && and || operatorsLibravatar Junio C Hamano1-1/+1
2013-09-24Merge branch 'kb/msvc-compile'Libravatar Jonathan Nieder5-21/+29
2013-09-19Merge branch 'jk/config-int-range-check'Libravatar Junio C Hamano1-0/+1
2013-09-19compat/mingw.h: define PRId64Libravatar Johannes Sixt1-0/+1
2013-09-17Merge branch 'tb/precompose-autodetect-fix'Libravatar Junio C Hamano1-5/+2
2013-09-11Windows: do not redefine _WIN32_WINNTLibravatar Sebastian Schuberth2-1/+3
2013-09-11MinGW: Fix stat definitions to work with MinGW runtime version 4.0Libravatar Sebastian Schuberth2-1/+9
2013-09-11MSVC: fix stat definition hellLibravatar Karsten Blees2-19/+11
2013-09-11MSVC: fix compile errors due to macro redefinitionsLibravatar Karsten Blees1-0/+6
2013-09-09Merge branch 'sp/clip-read-write-to-8mb'Libravatar Junio C Hamano1-13/+0
2013-09-04Merge branch 'nd/gc-lock-against-each-other'Libravatar Junio C Hamano1-0/+6
2013-09-04Merge branch 'da/darwin'Libravatar Junio C Hamano1-0/+86
2013-08-27Set core.precomposeunicode to true on e.g. HFS+Libravatar Torsten Bögershausen1-5/+2
2013-08-20Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"Libravatar Steffen Prohaska1-13/+0
2013-08-09gc: reject if another gc is running, unless --force is givenLibravatar Nguyễn Thái Ngọc Duy1-0/+6
2013-08-02Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Libravatar Junio C Hamano2-171/+0