summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ky/imap-send-openssl-1.1.0' into maintJunio C Hamano2016-05-061-5/+11
|\
| * imap-send: use HMAC() function provided by OpenSSLKazuki Yamaguchi2016-04-081-5/+11
* | Merge branch 'js/mingw-tests-2.8' into maintJunio C Hamano2016-04-291-7/+2
|\ \
| * | Windows: shorten code by re-using convert_slashes()js/mingw-tests-2.8Johannes Sixt2016-04-041-7/+2
* | | MSVC: use shipped headers instead of fallback definitionsss/msvcSven Strickroth2016-03-302-1/+5
* | | MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any moreSven Strickroth2016-03-301-1/+1
|/ /
* | config --show-origin: report paths with forward slashesJohannes Schindelin2016-03-231-0/+6
* | Merge branch 'js/pthread-exit-emu-windows'Junio C Hamano2016-03-041-1/+1
|\ \
| * | Mark win32's pthread_exit() as NORETURNjs/pthread-exit-emu-windowsJohannes Schindelin2016-03-021-1/+1
* | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-03-041-1/+1
|\ \ \
| * | | compat/mingw: brown paper bag fix for 50a6c8eJeff King2016-02-291-1/+1
* | | | Merge branch 'ps/config-error'Junio C Hamano2016-02-261-1/+2
|\ \ \ \
| * | | | config: rename git_config_set_or_die to git_config_setps/config-errorPatrick Steinhardt2016-02-221-2/+2
| * | | | compat: die when unable to set core.precomposeunicodePatrick Steinhardt2016-02-221-1/+2
| | |/ / | |/| |
* | | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-264-9/+9
|\ \ \ \ | | |/ / | |/| |
| * | | use st_add and st_mult for allocation size computationJeff King2016-02-224-6/+6
| * | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-3/+3
| |/ /
| * | Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-053-15/+77
| |\ \
| * \ \ Merge branch 'jk/clang-pedantic' into maintJunio C Hamano2016-02-051-2/+3
| |\ \ \
* | \ \ \ Merge branch 'js/mingw-tests'Junio C Hamano2016-02-171-14/+77
|\ \ \ \ \
| * | | | | mingw: let lstat() fail with errno == ENOTDIR when appropriateJohannes Schindelin2016-01-261-0/+39
| * | | | | mingw: try to delete target directory before renaming마누엘2016-01-261-1/+6
| * | | | | mingw: prepare the TMPDIR environment variable for shell scriptsJohannes Schindelin2016-01-261-4/+19
| * | | | | mingw: factor out Windows specific environment setupKarsten Blees2016-01-261-13/+17
* | | | | | Merge branch 'js/dirname-basename'Junio C Hamano2016-02-033-15/+77
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | mingw: avoid linking to the C library's isalpha()js/dirname-basenameJohannes Sixt2016-01-252-6/+8
| * | | | | compat/basename.c: provide a dirname() compatibility functionJohannes Schindelin2016-01-121-0/+44
| * | | | | compat/basename: make basename() conform to POSIXJohannes Schindelin2016-01-121-3/+17
| * | | | | Refactor skipping DOS drive prefixesJohannes Schindelin2016-01-123-13/+15
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jc/strbuf-getline'Junio C Hamano2016-01-281-1/+1
|\ \ \ \ \
| * | | | | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'js/msys2'Junio C Hamano2016-01-286-9/+49
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | mingw: uglify (a, 0) definitions to shut up warningsjs/msys2Johannes Schindelin2016-01-152-2/+6
| * | | | mingw: squash another warning about a castJohannes Schindelin2016-01-151-1/+1
| * | | | mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin2016-01-153-5/+9
| * | | | mingw: avoid redefining S_* constantsJohannes Schindelin2016-01-151-0/+4
| * | | | compat/winansi: support compiling with MSys2Johannes Schindelin2016-01-141-0/+2
| * | | | compat/mingw: support MSys2-based MinGW buildJohannes Schindelin2016-01-141-1/+23
| * | | | nedmalloc: allow compiling with MSys2's compilerJohannes Schindelin2016-01-141-0/+4
| |/ / /
* | | | Merge branch 'jk/clang-pedantic'Junio C Hamano2016-01-201-2/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | bswap: add NO_UNALIGNED_LOADS definejk/clang-pedanticJeff King2016-01-041-2/+3
| |/
* | Merge branch 'js/emu-write-epipe-on-windows'Junio C Hamano2015-12-222-0/+20
|\ \
| * | mingw: emulate write(2) that fails with a EPIPEjs/emu-write-epipe-on-windowsJohannes Schindelin2015-12-212-0/+20
| |/
| * Merge branch 'ad/sha1-update-chunked' into maintJunio C Hamano2015-12-083-0/+25
| |\
| * \ Merge branch 'js/misc-fixes' into maintJunio C Hamano2015-11-051-2/+4
| |\ \
* | \ \ Merge branch 'ad/sha1-update-chunked'Junio C Hamano2015-12-043-0/+25
|\ \ \ \ | | |_|/ | |/| |
| * | | sha1: allow limiting the size of the data passed to SHA1_Update()ad/sha1-update-chunkedAtousa Pahlevan Duprat2015-11-053-0/+25
* | | | 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
| |\ \