summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2016-05-06Merge branch 'ky/imap-send-openssl-1.1.0' into maintJunio C Hamano1-5/+11
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng1-1/+1
2016-05-02Windows: add pthread_sigmask() that does nothingJohannes Sixt2-0/+6
2016-04-29Merge branch 'js/mingw-tests-2.8' into maintJunio C Hamano1-7/+2
2016-04-29Merge branch 'js/win32-mmap'Junio C Hamano1-13/+18
2016-04-22Merge branch 'ky/imap-send-openssl-1.1.0'Junio C Hamano1-5/+11
2016-04-22mmap(win32): avoid expensive fstat() callJohannes Schindelin1-9/+7
2016-04-22mmap(win32): avoid copy-on-write when it is unnecessaryJohannes Schindelin1-2/+3
2016-04-22win32mmap: set errno appropriatelyJohannes Schindelin1-2/+8
2016-04-13Merge branch 'js/mingw-tests-2.8'Junio C Hamano1-7/+2
2016-04-08imap-send: use HMAC() function provided by OpenSSLKazuki Yamaguchi1-5/+11
2016-04-04Windows: shorten code by re-using convert_slashes()Johannes Sixt1-7/+2
2016-03-30MSVC: use shipped headers instead of fallback definitionsSven Strickroth2-1/+5
2016-03-30MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any moreSven Strickroth1-1/+1
2016-03-23config --show-origin: report paths with forward slashesJohannes Schindelin1-0/+6
2016-03-10Merge branch 'jk/tighten-alloc' into maintJunio C Hamano4-9/+9
2016-03-04Merge branch 'js/pthread-exit-emu-windows'Junio C Hamano1-1/+1
2016-03-04Merge branch 'jk/tighten-alloc'Junio C Hamano1-1/+1
2016-03-02Mark win32's pthread_exit() as NORETURNJohannes Schindelin1-1/+1
2016-02-29compat/mingw: brown paper bag fix for 50a6c8eJeff King1-1/+1
2016-02-26Merge branch 'ps/config-error'Junio C Hamano1-1/+2
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano4-9/+9
2016-02-22use st_add and st_mult for allocation size computationJeff King4-6/+6
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King1-3/+3
2016-02-22config: rename git_config_set_or_die to git_config_setPatrick Steinhardt1-2/+2
2016-02-22compat: die when unable to set core.precomposeunicodePatrick Steinhardt1-1/+2
2016-02-17Merge branch 'js/mingw-tests'Junio C Hamano1-14/+77
2016-02-05Merge branch 'js/dirname-basename' into maintJunio C Hamano3-15/+77
2016-02-05Merge branch 'jk/clang-pedantic' into maintJunio C Hamano1-2/+3
2016-02-03Merge branch 'js/dirname-basename'Junio C Hamano3-15/+77
2016-01-28Merge branch 'jc/strbuf-getline'Junio C Hamano1-1/+1
2016-01-28Merge branch 'js/msys2'Junio C Hamano6-9/+49
2016-01-26mingw: let lstat() fail with errno == ENOTDIR when appropriateJohannes Schindelin1-0/+39
2016-01-26mingw: try to delete target directory before renaming마누엘1-1/+6
2016-01-26mingw: prepare the TMPDIR environment variable for shell scriptsJohannes Schindelin1-4/+19
2016-01-26mingw: factor out Windows specific environment setupKarsten Blees1-13/+17
2016-01-25mingw: avoid linking to the C library's isalpha()Johannes Sixt2-6/+8
2016-01-20Merge branch 'jk/clang-pedantic'Junio C Hamano1-2/+3
2016-01-15mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin2-2/+6
2016-01-15mingw: squash another warning about a castJohannes Schindelin1-1/+1
2016-01-15mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin3-5/+9
2016-01-15mingw: avoid redefining S_* constantsJohannes Schindelin1-0/+4
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano1-1/+1
2016-01-14compat/winansi: support compiling with MSys2Johannes Schindelin1-0/+2
2016-01-14compat/mingw: support MSys2-based MinGW buildJohannes Schindelin1-1/+23
2016-01-14nedmalloc: allow compiling with MSys2's compilerJohannes Schindelin1-0/+4
2016-01-12compat/basename.c: provide a dirname() compatibility functionJohannes Schindelin1-0/+44
2016-01-12compat/basename: make basename() conform to POSIXJohannes Schindelin1-3/+17
2016-01-12Refactor skipping DOS drive prefixesJohannes Schindelin3-13/+15
2016-01-04bswap: add NO_UNALIGNED_LOADS defineJeff King1-2/+3