aboutsummaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAge
* Merge branch 'ad/sha1-update-chunked'Junio C Hamano2015-12-04
|\
| * sha1: allow limiting the size of the data passed to SHA1_Update()Atousa Pahlevan Duprat2015-11-05
* | Merge branch 'js/misc-fixes'Junio C Hamano2015-10-30
|\ \
| * | Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin2015-10-26
| |/
| * Merge branch 'js/windows-open-eisdir-error' into maintJunio C Hamano2014-12-22
| |\
* | | compat/mingw.c: remove printf format warningJohannes Sixt2015-10-23
* | | prefer memcpy to strcpyJeff King2015-10-05
* | | probe_utf8_pathname_composition: use internal strbufJeff King2015-10-05
* | | precompose_utf8: drop unused variableJeff King2015-10-05
* | | compat/hstrerror: convert sprintf to snprintfJeff King2015-09-25
* | | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-25
* | | compat/inet_ntop: fix off-by-one in inet_ntop4Jeff King2015-09-25
* | | poll: honor the timeout on Win32Edward Thomson2015-09-14
* | | Mingw: verify both ends of the pipe () callJose F. Morales2015-08-28
* | | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-26
|\ \ \
| * | | mingw32: add uname()Nguyễn Thái Ngọc Duy2015-03-12
* | | | Merge branch 'lm/squelch-bg-progress'Junio C Hamano2015-05-11
|\ \ \ \ | |/ / / |/| | |
| * | | compat/mingw: stubs for getpgid() and tcgetpgrp()Johannes Sixt2015-04-15
* | | | Merge branch 'dm/compat-s-ifmt-for-zos'Junio C Hamano2014-12-22
|\ \ \ \
| * | | | compat: convert modes to use portable file type valuesDavid Michael2014-12-04
* | | | | Merge branch 'js/windows-open-eisdir-error'Junio C Hamano2014-12-05
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Windows: correct detection of EISDIR in mingw_open()Johannes Sixt2014-11-17
| |/ /
* | | Merge branch 'dm/port2zos'Junio C Hamano2014-10-29
|\ \ \ | |_|/ |/| |
| * | compat/bswap.h: detect endianness from XL C compiler macrosDavid Michael2014-10-27
| |/
* | mingw.h: add dummy functions for sigset_t operationsJohannes Sixt2014-09-22
|/
* Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano2014-07-30
|\
| * Win32: enable color output in Windows cmd.exeKarsten Blees2014-07-21
| * Win32: patch Windows environment on startupKarsten Blees2014-07-21
| * Win32: keep the environment sortedKarsten Blees2014-07-21
| * Win32: use low-level memory allocation during initializationKarsten Blees2014-07-21
| * Win32: reduce environment array reallocationsKarsten Blees2014-07-21
| * Win32: don't copy the environment twice when spawning child processesKarsten Blees2014-07-21
| * Win32: factor out environment block creationKarsten Blees2014-07-21
| * Win32: unify environment function namesKarsten Blees2014-07-21
| * Win32: unify environment case-sensitivityKarsten Blees2014-07-21
| * Win32: fix environment memory leaksKarsten Blees2014-07-21
| * Win32: Unicode environment (incoming)Karsten Blees2014-07-21
| * Win32: Unicode environment (outgoing)Karsten Blees2014-07-21
| * Revert "Windows: teach getenv to do a case-sensitive search"Karsten Blees2014-07-17
* | Merge branch 'maint'Junio C Hamano2014-07-21
|\ \
| * | use xcalloc() to allocate zero-initialized memoryRené Scharfe2014-07-21
| * | Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano2014-06-25
| |\ \
* | \ \ Merge branch 'sk/mingw-uni-fix'Junio C Hamano2014-07-21
|\ \ \ \ | | |_|/ | |/| |
| * | | Win32: Unicode file name support (dirent)Karsten Blees2014-07-15
| * | | Win32: Unicode file name support (except dirent)Karsten Blees2014-07-15
* | | | MinGW: fix compile error due to missing ELOOPKarsten Blees2014-07-16
|/ / /
* | | Merge branch 'sk/mingw-unicode-spawn-args'Junio C Hamano2014-07-09
|\ \ \
| * | | Win32: Unicode arguments (incoming)Karsten Blees2014-06-16
| * | | Win32: Unicode arguments (outgoing)Karsten Blees2014-06-16
| * | | MinGW: disable CRT command line globbingKarsten Blees2014-06-16