aboutsummaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAge
...
* | | | | | | | | Merge branch 'lp/typofixes'Junio C Hamano2016-05-17
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | typofix: assorted typofixes in comments, documentation and messagesLi Peng2016-05-06
| |/ / / / / / /
* | | | | | | | Merge branch 'js/win32-mmap'Junio C Hamano2016-04-29
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | mmap(win32): avoid expensive fstat() callJohannes Schindelin2016-04-22
| * | | | | | | mmap(win32): avoid copy-on-write when it is unnecessaryJohannes Schindelin2016-04-22
| * | | | | | | win32mmap: set errno appropriatelyJohannes Schindelin2016-04-22
| |/ / / / / /
* | | | | | | Merge branch 'ky/imap-send-openssl-1.1.0'Junio C Hamano2016-04-22
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | imap-send: use HMAC() function provided by OpenSSLKazuki Yamaguchi2016-04-08
* | | | | | | Merge branch 'js/mingw-tests-2.8'Junio C Hamano2016-04-13
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Windows: shorten code by re-using convert_slashes()Johannes Sixt2016-04-04
| | |/ / / | |/| | |
* | | | | MSVC: use shipped headers instead of fallback definitionsSven Strickroth2016-03-30
* | | | | MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any moreSven Strickroth2016-03-30
|/ / / /
* | | | config --show-origin: report paths with forward slashesJohannes Schindelin2016-03-23
* | | | Merge branch 'js/pthread-exit-emu-windows'Junio C Hamano2016-03-04
|\ \ \ \
| * | | | Mark win32's pthread_exit() as NORETURNJohannes Schindelin2016-03-02
* | | | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-03-04
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | compat/mingw: brown paper bag fix for 50a6c8eJeff King2016-02-29
* | | | | Merge branch 'ps/config-error'Junio C Hamano2016-02-26
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | config: rename git_config_set_or_die to git_config_setPatrick Steinhardt2016-02-22
| * | | | compat: die when unable to set core.precomposeunicodePatrick Steinhardt2016-02-22
| | |/ / | |/| |
* | | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \ \ \ | | |/ / | |/| |
| * | | use st_add and st_mult for allocation size computationJeff King2016-02-22
| * | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
| |/ /
| * | Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-05
| |\ \
| * \ \ Merge branch 'jk/clang-pedantic' into maintJunio C Hamano2016-02-05
| |\ \ \
* | \ \ \ Merge branch 'js/mingw-tests'Junio C Hamano2016-02-17
|\ \ \ \ \
| * | | | | mingw: let lstat() fail with errno == ENOTDIR when appropriateJohannes Schindelin2016-01-26
| * | | | | mingw: try to delete target directory before renaming마누엘2016-01-26
| * | | | | mingw: prepare the TMPDIR environment variable for shell scriptsJohannes Schindelin2016-01-26
| * | | | | mingw: factor out Windows specific environment setupKarsten Blees2016-01-26
* | | | | | Merge branch 'js/dirname-basename'Junio C Hamano2016-02-03
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | mingw: avoid linking to the C library's isalpha()Johannes Sixt2016-01-25
| * | | | | compat/basename.c: provide a dirname() compatibility functionJohannes Schindelin2016-01-12
| * | | | | compat/basename: make basename() conform to POSIXJohannes Schindelin2016-01-12
| * | | | | Refactor skipping DOS drive prefixesJohannes Schindelin2016-01-12
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jc/strbuf-getline'Junio C Hamano2016-01-28
|\ \ \ \ \
| * | | | | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
| | |_|/ / | |/| | |
* | | | | Merge branch 'js/msys2'Junio C Hamano2016-01-28
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin2016-01-15
| * | | | mingw: squash another warning about a castJohannes Schindelin2016-01-15
| * | | | mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin2016-01-15
| * | | | mingw: avoid redefining S_* constantsJohannes Schindelin2016-01-15
| * | | | compat/winansi: support compiling with MSys2Johannes Schindelin2016-01-14
| * | | | compat/mingw: support MSys2-based MinGW buildJohannes Schindelin2016-01-14
| * | | | nedmalloc: allow compiling with MSys2's compilerJohannes Schindelin2016-01-14
| |/ / /
* | | | Merge branch 'jk/clang-pedantic'Junio C Hamano2016-01-20
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | bswap: add NO_UNALIGNED_LOADS defineJeff King2016-01-04
| |/
* | Merge branch 'js/emu-write-epipe-on-windows'Junio C Hamano2015-12-22
|\ \
| * | mingw: emulate write(2) that fails with a EPIPEJohannes Schindelin2015-12-21
| |/
| * Merge branch 'ad/sha1-update-chunked' into maintJunio C Hamano2015-12-08
| |\