summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
2016-01-12Refactor skipping DOS drive prefixesJohannes Schindelin-13/+15
2016-01-04bswap: add NO_UNALIGNED_LOADS defineJeff King-2/+3
2015-12-22Merge branch 'js/emu-write-epipe-on-windows'Junio C Hamano-0/+20
2015-12-21mingw: emulate write(2) that fails with a EPIPEJohannes Schindelin-0/+20
2015-12-08Merge branch 'ad/sha1-update-chunked' into maintJunio C Hamano-0/+25
2015-12-04Merge branch 'ad/sha1-update-chunked'Junio C Hamano-0/+25
2015-11-05Merge branch 'js/misc-fixes' into maintJunio C Hamano-2/+4
2015-11-05sha1: allow limiting the size of the data passed to SHA1_Update()Atousa Pahlevan Duprat-0/+25
2015-10-30Merge branch 'js/misc-fixes'Junio C Hamano-2/+4
2015-10-26Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin-2/+4
2015-10-23compat/mingw.c: remove printf format warningJohannes Sixt-1/+1
2015-10-05prefer memcpy to strcpyJeff King-2/+3
2015-10-05probe_utf8_pathname_composition: use internal strbufJeff King-9/+11
2015-10-05precompose_utf8: drop unused variableJeff King-2/+1
2015-09-25compat/hstrerror: convert sprintf to snprintfJeff King-1/+1
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King-4/+6
2015-09-25compat/inet_ntop: fix off-by-one in inet_ntop4Jeff King-3/+3
2015-09-14poll: honor the timeout on Win32Edward Thomson-2/+14
2015-08-28Mingw: verify both ends of the pipe () callJose F. Morales-1/+1
2015-05-26Merge branch 'nd/untracked-cache'Junio C Hamano-0/+20
2015-05-11Merge branch 'lm/squelch-bg-progress'Junio C Hamano-2/+6
2015-04-15compat/mingw: stubs for getpgid() and tcgetpgrp()Johannes Sixt-2/+6
2015-03-12mingw32: add uname()Nguyễn Thái Ngọc Duy-0/+20
2014-12-22Merge branch 'dm/compat-s-ifmt-for-zos'Junio C Hamano-0/+48
2014-12-22Merge branch 'js/windows-open-eisdir-error' into maintJunio C Hamano-1/+1
2014-12-05Merge branch 'js/windows-open-eisdir-error'Junio C Hamano-1/+1
2014-12-04compat: convert modes to use portable file type valuesDavid Michael-0/+48
2014-11-17Windows: correct detection of EISDIR in mingw_open()Johannes Sixt-1/+1
2014-10-29Merge branch 'dm/port2zos'Junio C Hamano-0/+4
2014-10-27compat/bswap.h: detect endianness from XL C compiler macrosDavid Michael-0/+4
2014-09-22mingw.h: add dummy functions for sigset_t operationsJohannes Sixt-1/+6
2014-07-30Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano-133/+169
2014-07-21Merge branch 'maint'Junio C Hamano-2/+1
2014-07-21Merge branch 'sk/mingw-uni-fix'Junio C Hamano-77/+171
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe-2/+1
2014-07-21Win32: enable color output in Windows cmd.exeKarsten Blees-0/+4
2014-07-21Win32: patch Windows environment on startupKarsten Blees-13/+12
2014-07-21Win32: keep the environment sortedKarsten Blees-39/+65
2014-07-21Win32: use low-level memory allocation during initializationKarsten Blees-15/+28
2014-07-21Win32: reduce environment array reallocationsKarsten Blees-27/+35
2014-07-21Win32: don't copy the environment twice when spawning child processesKarsten Blees-56/+28
2014-07-21Win32: factor out environment block creationKarsten Blees-23/+32
2014-07-21Win32: unify environment function namesKarsten Blees-7/+7
2014-07-21Win32: unify environment case-sensitivityKarsten Blees-2/+1
2014-07-21Win32: fix environment memory leaksKarsten Blees-4/+7
2014-07-21Win32: Unicode environment (incoming)Karsten Blees-0/+17
2014-07-21Win32: Unicode environment (outgoing)Karsten Blees-11/+14
2014-07-17Revert "Windows: teach getenv to do a case-sensitive search"Karsten Blees-20/+3
2014-07-16MinGW: fix compile error due to missing ELOOPKarsten Blees-0/+3
2014-07-15Win32: Unicode file name support (dirent)Karsten Blees-21/+11