Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/strbuf-getline' | Junio C Hamano | 2016-01-29 | 1 | -1/+1 |
|\ | |||||
| * | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 |
* | | Merge branch 'js/msys2' | Junio C Hamano | 2016-01-29 | 6 | -9/+49 |
|\ \ | |||||
| * | | mingw: uglify (a, 0) definitions to shut up warnings | Johannes Schindelin | 2016-01-15 | 2 | -2/+6 |
| * | | mingw: squash another warning about a cast | Johannes Schindelin | 2016-01-15 | 1 | -1/+1 |
| * | | mingw: avoid warnings when casting HANDLEs to int | Johannes Schindelin | 2016-01-15 | 3 | -5/+9 |
| * | | mingw: avoid redefining S_* constants | Johannes Schindelin | 2016-01-15 | 1 | -0/+4 |
| * | | compat/winansi: support compiling with MSys2 | Johannes Schindelin | 2016-01-14 | 1 | -0/+2 |
| * | | compat/mingw: support MSys2-based MinGW build | Johannes Schindelin | 2016-01-14 | 1 | -1/+23 |
| * | | nedmalloc: allow compiling with MSys2's compiler | Johannes Schindelin | 2016-01-14 | 1 | -0/+4 |
| |/ | |||||
* | | Merge branch 'jk/clang-pedantic' | Junio C Hamano | 2016-01-20 | 1 | -2/+3 |
|\ \ | |/ |/| | |||||
| * | bswap: add NO_UNALIGNED_LOADS define | Jeff King | 2016-01-04 | 1 | -2/+3 |
* | | Merge branch 'js/emu-write-epipe-on-windows' | Junio C Hamano | 2015-12-22 | 2 | -0/+20 |
|\ \ | |||||
| * | | mingw: emulate write(2) that fails with a EPIPE | Johannes Schindelin | 2015-12-21 | 2 | -0/+20 |
| |/ | |||||
| * | Merge branch 'ad/sha1-update-chunked' into maint | Junio C Hamano | 2015-12-08 | 3 | -0/+25 |
| |\ | |||||
| * \ | Merge branch 'js/misc-fixes' into maint | Junio C Hamano | 2015-11-05 | 1 | -2/+4 |
| |\ \ | |||||
* | \ \ | Merge branch 'ad/sha1-update-chunked' | Junio C Hamano | 2015-12-04 | 3 | -0/+25 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | sha1: allow limiting the size of the data passed to SHA1_Update() | Atousa Pahlevan Duprat | 2015-11-05 | 3 | -0/+25 |
* | | | | Merge branch 'js/misc-fixes' | Junio C Hamano | 2015-10-30 | 1 | -2/+4 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Silence GCC's "cast of pointer to integer of a different size" warning | Johannes Schindelin | 2015-10-26 | 1 | -2/+4 |
| |/ / | |||||
| * | | Merge branch 'js/windows-open-eisdir-error' into maint | Junio C Hamano | 2014-12-22 | 1 | -1/+1 |
| |\ \ | |||||
* | | | | compat/mingw.c: remove printf format warning | Johannes Sixt | 2015-10-23 | 1 | -1/+1 |
* | | | | prefer memcpy to strcpy | Jeff King | 2015-10-05 | 1 | -2/+3 |
* | | | | probe_utf8_pathname_composition: use internal strbuf | Jeff King | 2015-10-05 | 2 | -9/+11 |
* | | | | precompose_utf8: drop unused variable | Jeff King | 2015-10-05 | 1 | -2/+1 |
* | | | | compat/hstrerror: convert sprintf to snprintf | Jeff King | 2015-09-25 | 1 | -1/+1 |
* | | | | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 2015-09-25 | 2 | -4/+6 |
* | | | | compat/inet_ntop: fix off-by-one in inet_ntop4 | Jeff King | 2015-09-25 | 1 | -3/+3 |
| |_|/ |/| | | |||||
* | | | poll: honor the timeout on Win32 | Edward Thomson | 2015-09-14 | 1 | -2/+14 |
* | | | Mingw: verify both ends of the pipe () call | Jose F. Morales | 2015-08-28 | 1 | -1/+1 |
* | | | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2015-05-26 | 2 | -0/+20 |
|\ \ \ | |||||
| * | | | mingw32: add uname() | Nguyễn Thái Ngọc Duy | 2015-03-12 | 2 | -0/+20 |
* | | | | Merge branch 'lm/squelch-bg-progress' | Junio C Hamano | 2015-05-11 | 1 | -2/+6 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | compat/mingw: stubs for getpgid() and tcgetpgrp() | Johannes Sixt | 2015-04-15 | 1 | -2/+6 |
* | | | | Merge branch 'dm/compat-s-ifmt-for-zos' | Junio C Hamano | 2014-12-22 | 1 | -0/+48 |
|\ \ \ \ | |||||
| * | | | | compat: convert modes to use portable file type values | David Michael | 2014-12-04 | 1 | -0/+48 |
* | | | | | Merge branch 'js/windows-open-eisdir-error' | Junio C Hamano | 2014-12-05 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | |||||
| * | | | Windows: correct detection of EISDIR in mingw_open() | Johannes Sixt | 2014-11-17 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'dm/port2zos' | Junio C Hamano | 2014-10-29 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | |||||
| * | | compat/bswap.h: detect endianness from XL C compiler macros | David Michael | 2014-10-27 | 1 | -0/+4 |
| |/ | |||||
* / | mingw.h: add dummy functions for sigset_t operations | Johannes Sixt | 2014-09-22 | 1 | -1/+6 |
|/ | |||||
* | Merge branch 'sk/mingw-uni-fix-more' | Junio C Hamano | 2014-07-30 | 2 | -133/+169 |
|\ | |||||
| * | Win32: enable color output in Windows cmd.exe | Karsten Blees | 2014-07-21 | 1 | -0/+4 |
| * | Win32: patch Windows environment on startup | Karsten Blees | 2014-07-21 | 1 | -13/+12 |
| * | Win32: keep the environment sorted | Karsten Blees | 2014-07-21 | 1 | -39/+65 |
| * | Win32: use low-level memory allocation during initialization | Karsten Blees | 2014-07-21 | 1 | -15/+28 |
| * | Win32: reduce environment array reallocations | Karsten Blees | 2014-07-21 | 1 | -27/+35 |
| * | Win32: don't copy the environment twice when spawning child processes | Karsten Blees | 2014-07-21 | 2 | -56/+28 |
| * | Win32: factor out environment block creation | Karsten Blees | 2014-07-21 | 1 | -23/+32 |
| * | Win32: unify environment function names | Karsten Blees | 2014-07-21 | 1 | -7/+7 |