summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/misc-fixes'Junio C Hamano2015-10-301-2/+4
|\
| * Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin2015-10-261-2/+4
| * Merge branch 'js/windows-open-eisdir-error' into maintJunio C Hamano2014-12-221-1/+1
| |\
* | | compat/mingw.c: remove printf format warningJohannes Sixt2015-10-231-1/+1
* | | prefer memcpy to strcpyJeff King2015-10-051-2/+3
* | | probe_utf8_pathname_composition: use internal strbufJeff King2015-10-052-9/+11
* | | precompose_utf8: drop unused variableJeff King2015-10-051-2/+1
* | | compat/hstrerror: convert sprintf to snprintfJeff King2015-09-251-1/+1
* | | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-252-4/+6
* | | compat/inet_ntop: fix off-by-one in inet_ntop4Jeff King2015-09-251-3/+3
* | | poll: honor the timeout on Win32et/win32-poll-timeoutEdward Thomson2015-09-141-2/+14
* | | Mingw: verify both ends of the pipe () callJose F. Morales2015-08-281-1/+1
* | | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-262-0/+20
|\ \ \
| * | | mingw32: add uname()Nguyễn Thái Ngọc Duy2015-03-122-0/+20
* | | | Merge branch 'lm/squelch-bg-progress'Junio C Hamano2015-05-111-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | compat/mingw: stubs for getpgid() and tcgetpgrp()Johannes Sixt2015-04-151-2/+6
* | | | Merge branch 'dm/compat-s-ifmt-for-zos'Junio C Hamano2014-12-221-0/+48
|\ \ \ \
| * | | | compat: convert modes to use portable file type valuesdm/compat-s-ifmt-for-zosDavid Michael2014-12-041-0/+48
* | | | | Merge branch 'js/windows-open-eisdir-error'Junio C Hamano2014-12-051-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Windows: correct detection of EISDIR in mingw_open()js/windows-open-eisdir-errorJohannes Sixt2014-11-171-1/+1
| |/ /
* | | Merge branch 'dm/port2zos'Junio C Hamano2014-10-291-0/+4
|\ \ \ | |_|/ |/| |
| * | compat/bswap.h: detect endianness from XL C compiler macrosdm/port2zosDavid Michael2014-10-271-0/+4
| |/
* | mingw.h: add dummy functions for sigset_t operationspr/use-default-sigpipe-settingJohannes Sixt2014-09-221-1/+6
|/
* Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano2014-07-302-133/+169
|\
| * Win32: enable color output in Windows cmd.exesk/mingw-uni-fix-moreKarsten Blees2014-07-211-0/+4
| * Win32: patch Windows environment on startupKarsten Blees2014-07-211-13/+12
| * Win32: keep the environment sortedKarsten Blees2014-07-211-39/+65
| * Win32: use low-level memory allocation during initializationKarsten Blees2014-07-211-15/+28
| * Win32: reduce environment array reallocationsKarsten Blees2014-07-211-27/+35
| * Win32: don't copy the environment twice when spawning child processesKarsten Blees2014-07-212-56/+28
| * Win32: factor out environment block creationKarsten Blees2014-07-211-23/+32
| * Win32: unify environment function namesKarsten Blees2014-07-211-7/+7
| * Win32: unify environment case-sensitivityKarsten Blees2014-07-211-2/+1
| * Win32: fix environment memory leaksKarsten Blees2014-07-212-4/+7
| * Win32: Unicode environment (incoming)Karsten Blees2014-07-212-0/+17
| * Win32: Unicode environment (outgoing)Karsten Blees2014-07-211-11/+14
| * Revert "Windows: teach getenv to do a case-sensitive search"Karsten Blees2014-07-171-20/+3
* | Merge branch 'maint'Junio C Hamano2014-07-211-2/+1
|\ \
| * | use xcalloc() to allocate zero-initialized memoryRené Scharfe2014-07-211-2/+1
| * | Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano2014-06-251-3/+1
| |\ \
* | \ \ Merge branch 'sk/mingw-uni-fix'Junio C Hamano2014-07-214-77/+171
|\ \ \ \ | | |_|/ | |/| |
| * | | Win32: Unicode file name support (dirent)sk/mingw-uni-fixKarsten Blees2014-07-152-21/+11
| * | | Win32: Unicode file name support (except dirent)Karsten Blees2014-07-152-56/+160
* | | | MinGW: fix compile error due to missing ELOOPKarsten Blees2014-07-161-0/+3
|/ / /
* | | Merge branch 'sk/mingw-unicode-spawn-args'Junio C Hamano2014-07-091-23/+71
|\ \ \
| * | | Win32: Unicode arguments (incoming)sk/mingw-unicode-spawn-argsKarsten Blees2014-06-161-2/+40
| * | | Win32: Unicode arguments (outgoing)Karsten Blees2014-06-161-4/+14
| * | | MinGW: disable CRT command line globbingKarsten Blees2014-06-161-0/+6
| * | | Win32: fix potential multi-threading issueKarsten Blees2014-06-161-1/+1
| * | | Win32: simplify internal mingw_spawn* APIsKarsten Blees2014-06-161-15/+8