summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/compat-strdup' into maintJunio C Hamano2016-09-192-16/+11
|\
| * compat: move strdup(3) replacement to its own filers/compat-strdupRené Scharfe2016-09-072-16/+11
* | Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maintJunio C Hamano2016-09-081-0/+4
|\ \
| * | mingw: ensure temporary file handles are not inherited by child processesbw/mingw-avoid-inheriting-fd-to-lockfileBen Wijen2016-08-231-0/+4
| |/
* | Merge branch 'js/no-html-bypass-on-windows' into maintJunio C Hamano2016-09-082-45/+0
|\ \
| * | Revert "display HTML in default browser using Windows' shell API"js/no-html-bypass-on-windowsJohannes Schindelin2016-08-192-45/+0
* | | Merge branch 'jk/common-main' into maintJunio C Hamano2016-09-081-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-061-1/+1
| |\ \
| | * | mingw: declare main()'s argv as constjk/common-main-2.8Johannes Schindelin2016-07-061-1/+1
| | |/
* | | Merge branch 'js/nedmalloc-gcc6-warnings' into maintJunio C Hamano2016-08-101-9/+8
|\ \ \
| * | | nedmalloc: work around overzealous GCC 6 warningjs/nedmalloc-gcc6-warningsRené Scharfe2016-08-051-5/+4
| * | | nedmalloc: fix misleading indentationJohannes Schindelin2016-08-041-4/+4
* | | | Merge branch 'ew/daemon-socket-keepalive' into maintJunio C Hamano2016-08-081-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Windows: add missing definition of ENOTSOCKew/daemon-socket-keepaliveJohannes Sixt2016-07-221-0/+3
* | | | Merge branch 'js/mingw-parameter-less-c-functions' into maintJunio C Hamano2016-07-113-6/+6
|\ \ \ \
| * | | | mingw: let the build succeed with DEVELOPER=1js/mingw-parameter-less-c-functionsJohannes Schindelin2016-06-203-6/+6
| | |_|/ | |/| |
* | | | Merge branch 'rj/compat-regex-size-max-fix' into maintJunio C Hamano2016-07-062-2/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | regex: fix a SIZE_MAX macro redefinition warningrj/compat-regex-size-max-fixRamsay Jones2016-06-062-2/+1
| |/ /
| * | Merge branch 'kb/msys2-tty' into maintJunio C Hamano2016-06-061-4/+54
| |\ \
| * \ \ Merge branch 'js/windows-dotgit' into maintJunio C Hamano2016-05-262-3/+74
| |\ \ \
| * \ \ \ Merge branch 'lp/typofixes' into maintJunio C Hamano2016-05-261-1/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'kb/msys2-tty'Junio C Hamano2016-05-291-4/+54
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*)kb/msys2-ttyKarsten Blees2016-05-261-4/+54
| |/ / / /
| * | | | Merge branch 'js/win32-mmap' into HEADJunio C Hamano2016-05-181-13/+18
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/push-client-deadlock-fix' into HEADJunio C Hamano2016-05-182-0/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ky/imap-send-openssl-1.1.0' into maintJunio C Hamano2016-05-061-5/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'js/mingw-tests-2.8' into maintJunio C Hamano2016-04-291-7/+2
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'jk/push-client-deadlock-fix'Junio C Hamano2016-05-182-0/+8
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Windows: only add a no-op pthread_sigmask() when neededjk/push-client-deadlock-fixJohannes Schindelin2016-05-111-0/+2
| * | | | | | | | Windows: add pthread_sigmask() that does nothingJohannes Sixt2016-05-022-0/+6
| * | | | | | | | Merge branch 'jk/tighten-alloc' into maintJunio C Hamano2016-03-104-9/+9
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'js/windows-dotgit'Junio C Hamano2016-05-172-3/+74
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | mingw: remove unnecessary definitionjs/windows-dotgitJohannes Schindelin2016-05-111-3/+0
| * | | | | | | | | mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin2016-05-111-0/+74
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | compat/win32/syslog.c: use warning_errno()Nguyễn Thái Ngọc Duy2016-05-091-3/+3
| |/ / / / / / / /
* | | | | | | | | Merge branch 'lp/typofixes'Junio C Hamano2016-05-171-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | typofix: assorted typofixes in comments, documentation and messageslp/typofixesLi Peng2016-05-061-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'js/win32-mmap'Junio C Hamano2016-04-291-13/+18
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | mmap(win32): avoid expensive fstat() calljs/win32-mmapJohannes Schindelin2016-04-221-9/+7
| * | | | | | | mmap(win32): avoid copy-on-write when it is unnecessaryJohannes Schindelin2016-04-221-2/+3
| * | | | | | | win32mmap: set errno appropriatelyJohannes Schindelin2016-04-221-2/+8
| |/ / / / / /
* | | | | | | Merge branch 'ky/imap-send-openssl-1.1.0'Junio C Hamano2016-04-221-5/+11
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | imap-send: use HMAC() function provided by OpenSSLKazuki Yamaguchi2016-04-081-5/+11
* | | | | | | Merge branch 'js/mingw-tests-2.8'Junio C Hamano2016-04-131-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
|\ \ \ \