summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2014-07-30Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano
2014-07-21Merge branch 'maint'Junio C Hamano
2014-07-21Merge branch 'sk/mingw-uni-fix'Junio C Hamano
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe
2014-07-21Win32: enable color output in Windows cmd.exeKarsten Blees
2014-07-21Win32: patch Windows environment on startupKarsten Blees
2014-07-21Win32: keep the environment sortedKarsten Blees
2014-07-21Win32: use low-level memory allocation during initializationKarsten Blees
2014-07-21Win32: reduce environment array reallocationsKarsten Blees
2014-07-21Win32: don't copy the environment twice when spawning child processesKarsten Blees
2014-07-21Win32: factor out environment block creationKarsten Blees
2014-07-21Win32: unify environment function namesKarsten Blees
2014-07-21Win32: unify environment case-sensitivityKarsten Blees
2014-07-21Win32: fix environment memory leaksKarsten Blees
2014-07-21Win32: Unicode environment (incoming)Karsten Blees
2014-07-21Win32: Unicode environment (outgoing)Karsten Blees
2014-07-17Revert "Windows: teach getenv to do a case-sensitive search"Karsten Blees
2014-07-16MinGW: fix compile error due to missing ELOOPKarsten Blees
2014-07-15Win32: Unicode file name support (dirent)Karsten Blees
2014-07-15Win32: Unicode file name support (except dirent)Karsten Blees
2014-07-09Merge branch 'sk/mingw-unicode-spawn-args'Junio C Hamano
2014-07-09Merge branch 'sk/mingw-dirent'Junio C Hamano
2014-07-09Merge branch 'sk/mingw-uni-console'Junio C Hamano
2014-07-09Merge branch 'sk/mingw-main'Junio C Hamano
2014-06-25Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano
2014-06-16Win32: Unicode arguments (incoming)Karsten Blees
2014-06-16Win32: Unicode arguments (outgoing)Karsten Blees
2014-06-16MinGW: disable CRT command line globbingKarsten Blees
2014-06-16Win32: fix potential multi-threading issueKarsten Blees
2014-06-16Win32: simplify internal mingw_spawn* APIsKarsten Blees
2014-06-16Win32: let mingw_execve() return an intJohannes Schindelin
2014-06-16Win32: reliably detect console pipe handlesKarsten Blees
2014-06-16Merge branch 'cb/byte-order'Junio C Hamano
2014-06-16Merge branch 'sk/windows-unc-path'Junio C Hamano
2014-06-10Win32: fix broken pipe detectionKarsten Blees
2014-06-10Win32: Thread-safe windows console outputKarsten Blees
2014-06-10Win32: add Unicode conversion functionsKarsten Blees
2014-06-10Win32: warn if the console font doesn't support UnicodeKarsten Blees
2014-06-10Win32: detect console streams more reliablyKarsten Blees
2014-06-10Win32: support Unicode console outputKarsten Blees
2014-06-10mingw: avoid const warningStepan Kasal
2014-06-10Win32: move main macro to a functionKarsten Blees
2014-06-10Windows: allow using UNC path for git repositoryCezary Zawadka
2014-06-09Win32 dirent: improve dirent implementationKarsten Blees
2014-06-09Win32 dirent: clarify #include directivesKarsten Blees
2014-06-09Win32 dirent: change FILENAME_MAX to MAX_PATHKarsten Blees
2014-06-09Win32 dirent: remove unused dirent.d_reclen memberKarsten Blees
2014-06-09Win32 dirent: remove unused dirent.d_ino memberKarsten Blees
2014-06-06Merge branch 'tl/relax-in-poll-emulation'Junio C Hamano
2014-06-03Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano