summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2014-07-09Merge branch 'sk/mingw-dirent'Junio C Hamano2-66/+56
2014-07-09Merge branch 'sk/mingw-uni-console'Junio C Hamano3-119/+529
2014-07-09Merge branch 'sk/mingw-main'Junio C Hamano2-10/+19
2014-06-25Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano1-3/+1
2014-06-16Win32: Unicode arguments (incoming)Karsten Blees1-2/+40
2014-06-16Win32: Unicode arguments (outgoing)Karsten Blees1-4/+14
2014-06-16MinGW: disable CRT command line globbingKarsten Blees1-0/+6
2014-06-16Win32: fix potential multi-threading issueKarsten Blees1-1/+1
2014-06-16Win32: simplify internal mingw_spawn* APIsKarsten Blees1-15/+8
2014-06-16Win32: let mingw_execve() return an intJohannes Schindelin1-2/+3
2014-06-16Win32: reliably detect console pipe handlesKarsten Blees1-18/+7
2014-06-16Merge branch 'cb/byte-order'Junio C Hamano1-9/+24
2014-06-16Merge branch 'sk/windows-unc-path'Junio C Hamano2-0/+26
2014-06-10Win32: fix broken pipe detectionKarsten Blees2-45/+69
2014-06-10Win32: Thread-safe windows console outputKarsten Blees3-145/+269
2014-06-10Win32: add Unicode conversion functionsKarsten Blees2-0/+189
2014-06-10Win32: warn if the console font doesn't support UnicodeKarsten Blees1-0/+66
2014-06-10Win32: detect console streams more reliablyKarsten Blees1-24/+26
2014-06-10Win32: support Unicode console outputKarsten Blees2-6/+22
2014-06-10mingw: avoid const warningStepan Kasal1-1/+1
2014-06-10Win32: move main macro to a functionKarsten Blees2-10/+19
2014-06-10Windows: allow using UNC path for git repositoryCezary Zawadka2-0/+26
2014-06-09Win32 dirent: improve dirent implementationKarsten Blees1-58/+53
2014-06-09Win32 dirent: clarify #include directivesKarsten Blees1-2/+1
2014-06-09Win32 dirent: change FILENAME_MAX to MAX_PATHKarsten Blees1-1/+1
2014-06-09Win32 dirent: remove unused dirent.d_reclen memberKarsten Blees1-4/+1
2014-06-09Win32 dirent: remove unused dirent.d_ino memberKarsten Blees1-1/+0
2014-06-06Merge branch 'tl/relax-in-poll-emulation'Junio C Hamano1-1/+1
2014-06-03Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano1-3/+1
2014-06-03Merge branch 'ks/tree-diff-nway'Junio C Hamano1-0/+0
2014-05-30compat/bswap.h: fix endianness detectionBen Walton1-1/+1
2014-05-02compat/bswap.h: restore preference __BIG_ENDIAN over BIG_ENDIANJunio C Hamano1-7/+7
2014-05-02compat/bswap.h: detect endianness on more platforms that don't use BYTE_ORDERCharles Bailey1-9/+24
2014-04-29compat/poll: sleep 1 millisecond to avoid busy waitTheodore Leblond1-1/+1
2014-04-10wrapper.c: add xpread() similar to xread()Yiannis Marangos1-3/+1
2014-04-09Merge branch 'jk/commit-dates-parsing-fix' into maintJunio C Hamano1-0/+29
2014-04-09mingw: activate allocaKirill Smelkov1-0/+0
2014-04-08Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano1-0/+29
2014-04-01date: recognize bogus FreeBSD gmtime outputJeff King1-0/+29
2014-03-31Merge branch 'mr/msvc-link-with-lcurl'Junio C Hamano1-0/+2
2014-03-27MSVC: allow linking with the cURL libraryMarat Radchenko1-0/+2
2014-03-14Merge branch 'nd/no-more-fnmatch'Junio C Hamano2-578/+0
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano1-1/+111
2014-02-20actually remove compat fnmatch source codeNguyễn Thái Ngọc Duy2-578/+0
2014-01-27Merge branch 'ef/mingw-write'Junio C Hamano2-20/+0
2014-01-23read-cache: use get_be32 instead of hand-rolled ntoh_lJeff King1-0/+4
2014-01-23block-sha1: factor out get_be and put_be wrappersJeff King1-0/+32
2014-01-17mingw: remove mingw_writeErik Faye-Lund2-20/+0
2013-11-25mark Windows build scripts executableJonathan Nieder2-0/+0
2013-11-18compat: add endianness helpersVicent Marti1-1/+75