summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/mingw-ns-filetime'Junio C Hamano2018-11-062-36/+76
|\
| * mingw: implement nanosecond-precision file timesKarsten Blees2018-10-242-18/+36
| * mingw: replace MSVCRT's fstat() with a Win32-based implementationKarsten Blees2018-10-241-10/+21
| * mingw: factor out code to set stat() dataJohannes Schindelin2018-10-241-14/+25
* | Merge branch 'cb/compat-mmap-is-private-read-only'Junio C Hamano2018-10-301-1/+1
|\ \
| * | compat: make sure git_mmap is not expected to writeCarlo Marcelo Arenas Belón2018-10-251-1/+1
* | | Merge branch 'js/mingw-load-sys-dll'Junio C Hamano2018-10-301-1/+2
|\ \ \
| * | | mingw: load system libraries the recommended wayJohannes Schindelin2018-10-241-1/+2
| | |/ | |/|
* | | Merge branch 'js/mingw-getcwd'Junio C Hamano2018-10-301-2/+48
|\ \ \
| * | | mingw: fix getcwd when the parent directory cannot be queriedAnton Serbulov2018-10-241-0/+39
| * | | mingw: ensure `getcwd()` reports the correct caseJohannes Schindelin2018-10-241-2/+9
| |/ /
* | | Merge branch 'js/mingw-default-ident'Junio C Hamano2018-10-262-7/+55
|\ \ \ | |/ / |/| |
| * | mingw: use domain information for default emailJohannes Schindelin2018-10-162-0/+7
| * | getpwuid(mingw): provide a better default for the user nameJohannes Schindelin2018-10-161-1/+31
| * | getpwuid(mingw): initialize the structure only onceJohannes Schindelin2018-10-161-7/+18
| |/
* | compat/poll: prepare for targeting Windows VistaJohannes Schindelin2018-10-042-3/+18
* | Merge branch 'js/mingw-o-append'Junio C Hamano2018-09-241-3/+33
|\ \ | |/ |/|
| * mingw: fix mingw_open_append to work with named pipesJeff Hostetler2018-09-111-3/+33
* | Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-1/+2
|\ \
| * | compat/precompose_utf8.h: use more common include guard styleElijah Newren2018-08-151-1/+2
* | | Merge branch 'js/mingw-o-append'Junio C Hamano2018-08-201-2/+39
|\ \ \ | |/ / |/| / | |/
| * mingw: enable atomic O_APPENDJohannes Sixt2018-08-131-2/+39
* | Merge branch 'nd/command-list'Junio C Hamano2018-07-241-2/+2
|\ \ | |/ |/|
| * vcbuild/README: update to accommodate for missing common-cmds.hJohannes Schindelin2018-07-161-2/+2
* | mingw/msvc: use the new-style RUNTIME_PREFIX helperJohannes Schindelin2018-04-111-3/+2
|/
* mingw: abort on invalid strftime formatsjs/ming-strftimeJohannes Schindelin2018-03-192-0/+14
* Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-0/+22
|\
| * bswap: add 64 bit endianness helper get_be64Ben Peart2017-09-241-0/+22
| * Merge branch 'rs/win32-syslog-leakfix'Junio C Hamano2017-08-221-0/+2
| |\
| * \ Merge branch 'rs/bswap-ubsan-fix'Junio C Hamano2017-08-111-14/+24
| |\ \
* | \ \ Merge branch 'tz/fsf-address-update'Junio C Hamano2017-11-1510-28/+18
|\ \ \ \
| * | | | Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-0910-28/+18
* | | | | mingw: optionally redirect stderr/stdout via the same handleJohannes Schindelin2017-11-021-0/+15
* | | | | mingw: add experimental feature to redirect standard handlesJohannes Schindelin2017-11-021-0/+43
|/ / / /
* | | | Merge branch 'ds/avoid-overflow-in-midpoint-computation'Junio C Hamano2017-10-112-3/+3
|\ \ \ \
| * | | | cleanup: fix possible overflow errors in binary searchds/avoid-overflow-in-midpoint-computationDerrick Stolee2017-10-102-3/+3
* | | | | Merge branch 'rb/compat-poll-fix'Junio C Hamano2017-10-071-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | poll.c: always set revents, even if to zerorb/compat-poll-fixRandall S. Becker2017-09-291-0/+4
* | | | | Win32: simplify loading of DLL functionsjs/win32-lazyload-dllJohannes Schindelin2017-09-261-0/+57
* | | | | Merge branch 'rs/win32-syslog-leakfix' into maintJunio C Hamano2017-09-101-0/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | win32: plug memory leak on realloc() failure in syslog()rs/win32-syslog-leakfixRené Scharfe2017-08-101-0/+2
* | | | | Merge branch 'rs/bswap-ubsan-fix' into maintJunio C Hamano2017-08-231-14/+24
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | bswap: convert get_be16, get_be32 and put_be32 to inline functionsrs/bswap-ubsan-fixRené Scharfe2017-07-171-14/+24
| * | | bswap: convert to unsigned before shifting in get_be32René Scharfe2017-07-171-4/+4
| | |/ | |/|
* | | Merge branch 'tb/push-to-cygwin-unc-path'Junio C Hamano2017-07-182-0/+21
|\ \ \ | | |/ | |/|
| * | cygwin: allow pushing to UNC pathstb/push-to-cygwin-unc-pathTorsten Bögershausen2017-07-052-0/+21
| * | Merge branch 'js/bs-is-a-dir-sep-on-windows' into maintJunio C Hamano2017-06-051-1/+5
| |\ \
* | | | Spelling fixesvs/typofixesVille Skyttä2017-06-271-1/+1
* | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \ \
| * | | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| | |_|/ | |/| |