summaryrefslogtreecommitdiff
path: root/compat/mingw.c
Commit message (Expand)AuthorAgeFilesLines
* mingw: align symlinks-related rmdir() behavior with LinuxThomas Bétous2021-08-021-0/+21
* msvc: avoid calling `access("NUL", flags)`Johannes Schindelin2021-04-161-0/+2
* Sync with 2.28.1Johannes Schindelin2021-02-121-0/+2
|\
| * Sync with 2.26.3Johannes Schindelin2021-02-121-0/+2
| |\
| | * Sync with 2.25.5Johannes Schindelin2021-02-121-0/+2
| | |\
| | | * Sync with 2.24.4Johannes Schindelin2021-02-121-0/+2
| | | |\
| | | | * Sync with 2.23.4Johannes Schindelin2021-02-121-0/+2
| | | | |\
| | | | | * Sync with 2.22.5Johannes Schindelin2021-02-121-0/+2
| | | | | |\
| | | | | | * Sync with 2.21.4Johannes Schindelin2021-02-121-0/+2
| | | | | | |\
| | | | | | | * Sync with 2.20.5Johannes Schindelin2021-02-121-0/+2
| | | | | | | |\
| | | | | | | | * Sync with 2.19.6Johannes Schindelin2021-02-121-0/+2
| | | | | | | | |\
| | | | | | | | | * Sync with 2.18.5Johannes Schindelin2021-02-121-0/+2
| | | | | | | | | |\
| | | | | | | | | | * Sync with 2.17.6Johannes Schindelin2021-02-121-0/+2
| | | | | | | | | | |\
| | | | | | | | | | | * checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares2021-02-121-0/+2
| | | * | | | | | | | | Merge branch 'js/mingw-open-in-gdb' into maintJunio C Hamano2020-03-171-0/+13
| | | |\ \ \ \ \ \ \ \ \
* | | | \ \ \ \ \ \ \ \ \ Merge branch 'jh/mingw-unlink'Junio C Hamano2020-08-191-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mingw: improve performance of mingw_unlink()Jeff Hostetler2020-08-171-0/+3
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | strvec: convert more callers away from argv_array nameJeff King2020-07-281-2/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'js/mingw-isilon-nfs'Junio C Hamano2020-04-221-2/+15
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mingw: cope with the Isilon network file systemNathan Sanders2020-04-101-2/+15
| |/ / / / / / / / / / /
* | | | | | | | | | | | mingw: help debugging by optionally executing bash with straceJohannes Schindelin2020-04-101-0/+26
* | | | | | | | | | | | mingw: do not treat `COM0` as a reserved file nameJohannes Schindelin2020-04-081-3/+5
* | | | | | | | | | | | mingw: use modern strftime implementation if possibleMatthias Aßhauer2020-04-081-1/+10
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'rs/micro-cleanups'Junio C Hamano2020-03-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | use strpbrk(3) to search for characters from a given setRené Scharfe2020-02-241-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'js/mingw-open-in-gdb'Junio C Hamano2020-02-171-0/+13
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / /
| * | | | | | | | | mingw: add a helper function to attach GDB to the current processJohannes Schindelin2020-02-141-0/+13
| |/ / / / / / / /
* | | | | | | | | Merge branch 'js/mingw-reserved-filenames'Junio C Hamano2020-01-021-20/+102
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mingw: refuse paths containing reserved namesJohannes Schindelin2019-12-211-14/+90
| * | | | | | | | | mingw: short-circuit the conversion of `/dev/null` to UTF-16Johannes Schindelin2019-12-211-10/+16
| |/ / / / / / / /
* | | | | | | | | Merge branch 'dd/time-reentrancy'Junio C Hamano2019-12-161-6/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mingw: use {gm,local}time_s as backend for {gm,local}time_rDoan Tran Cong Danh2019-12-011-6/+6
* | | | | | | | | | Merge branch 'js/mingw-inherit-only-std-handles'Junio C Hamano2019-12-101-11/+134
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mingw: forbid translating ERROR_SUCCESS to an errno valueJohannes Schindelin2019-12-021-0/+1
| * | | | | | | | | | mingw: do set `errno` correctly when trying to restrict handle inheritanceJohannes Schindelin2019-11-301-1/+5
| * | | | | | | | | | mingw: restrict file handle inheritance only on Windows 7 and laterJohannes Schindelin2019-11-231-1/+21
| * | | | | | | | | | mingw: spawned processes need to inherit only standard handlesJohannes Schindelin2019-11-231-11/+109
| |/ / / / / / / / /
* | | | | | | | | | Sync with Git 2.24.1Junio C Hamano2019-12-091-9/+92
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Sync with 2.23.1Johannes Schindelin2019-12-061-9/+92
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| / / / / / / / | | |/ / / / / / /
| | * | | | | | | Sync with 2.22.2Johannes Schindelin2019-12-061-9/+92
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Sync with 2.21.1Johannes Schindelin2019-12-061-9/+92
| | | |\ \ \ \ \ \ | | | | |/ / / / /
| | | | * | | | | mingw: sh arguments need quoting in more circumstancesJohannes Schindelin2019-12-061-2/+3
| | | | * | | | | mingw: fix quoting of empty arguments for `sh`Johannes Schindelin2019-12-061-1/+1
| | | | * | | | | mingw: use MSYS2 quoting even when spawning shell scriptsJohannes Schindelin2019-12-061-1/+2
| | | | * | | | | mingw: detect when MSYS2's sh is to be spawned more robustlyJohannes Schindelin2019-12-061-1/+14
| | | | * | | | | Sync with 2.20.2Johannes Schindelin2019-12-061-4/+72
| | | | |\ \ \ \ \ | | | | | |/ / / /
| | | | | * | | | Sync with 2.19.3Johannes Schindelin2019-12-061-4/+96
| | | | | |\ \ \ \ | | | | | | |/ / /
| | | | | | * | | Sync with 2.18.2Johannes Schindelin2019-12-061-4/+96
| | | | | | |\ \ \ | | | | | | | |/ /
| | | | | | | * | Sync with 2.17.3Johannes Schindelin2019-12-061-4/+96
| | | | | | | |\ \ | | | | | | | | |/
| | | | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-4/+96
| | | | | | | | |\