summaryrefslogtreecommitdiff
path: root/compat/mingw.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge branch 'rs/mingw-tighten-mkstemp' into maintJunio C Hamano1-4/+1
2022-07-29lstat(mingw): correctly detect ENOTDIR scenariosJohannes Schindelin1-2/+2
2022-07-22Merge branch 'rs/mingw-tighten-mkstemp'Junio C Hamano1-4/+1
2022-07-14mingw: avoid mktemp() in mkstemp() implementationRené Scharfe1-4/+1
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano1-1/+1
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano1-3/+3
2022-05-16dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason1-1/+1
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano1-3/+3
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-3/+3
2022-04-11Merge tag 'v2.35.2'Junio C Hamano1-0/+87
2022-03-24Sync with 2.34.2Johannes Schindelin1-0/+87
2022-03-24Sync with 2.32.1Johannes Schindelin1-0/+89
2022-03-24Sync with 2.31.2Johannes Schindelin1-0/+89
2022-03-21Add a function to determine whether a path is owned by the current userJohannes Schindelin1-0/+87
2022-03-17mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón1-0/+2
2022-03-01t/helper/test-chmtime: update mingw to support chmtime on directoriesTao Klerks1-4/+19
2022-01-19getcwd(mingw): handle the case when there is no cwdJohannes Schindelin1-0/+4
2022-01-12Merge branch 'ma/windows-dynload-fix'Junio C Hamano1-2/+4
2022-01-09lazyload: use correct calling conventionsMatthias Aßhauer1-2/+4
2021-11-27mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón1-0/+2
2021-08-02mingw: align symlinks-related rmdir() behavior with LinuxThomas Bétous1-0/+21
2021-04-16msvc: avoid calling `access("NUL", flags)`Johannes Schindelin1-0/+2
2021-02-12Sync with 2.28.1Johannes Schindelin1-0/+2
2021-02-12Sync with 2.26.3Johannes Schindelin1-0/+2
2021-02-12Sync with 2.25.5Johannes Schindelin1-0/+2
2021-02-12Sync with 2.24.4Johannes Schindelin1-0/+2
2021-02-12Sync with 2.23.4Johannes Schindelin1-0/+2
2021-02-12Sync with 2.22.5Johannes Schindelin1-0/+2
2021-02-12Sync with 2.21.4Johannes Schindelin1-0/+2
2021-02-12Sync with 2.20.5Johannes Schindelin1-0/+2
2021-02-12Sync with 2.19.6Johannes Schindelin1-0/+2
2021-02-12Sync with 2.18.5Johannes Schindelin1-0/+2
2021-02-12Sync with 2.17.6Johannes Schindelin1-0/+2
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares1-0/+2
2020-08-19Merge branch 'jh/mingw-unlink'Junio C Hamano1-0/+3
2020-08-17mingw: improve performance of mingw_unlink()Jeff Hostetler1-0/+3
2020-07-28strvec: convert more callers away from argv_array nameJeff King1-2/+2
2020-04-22Merge branch 'js/mingw-isilon-nfs'Junio C Hamano1-2/+15
2020-04-10mingw: cope with the Isilon network file systemNathan Sanders1-2/+15
2020-04-10mingw: help debugging by optionally executing bash with straceJohannes Schindelin1-0/+26
2020-04-08mingw: do not treat `COM0` as a reserved file nameJohannes Schindelin1-3/+5
2020-04-08mingw: use modern strftime implementation if possibleMatthias Aßhauer1-1/+10
2020-03-17Merge branch 'js/mingw-open-in-gdb' into maintJunio C Hamano1-0/+13
2020-03-02Merge branch 'rs/micro-cleanups'Junio C Hamano1-1/+1
2020-02-24use strpbrk(3) to search for characters from a given setRené Scharfe1-1/+1
2020-02-17Merge branch 'js/mingw-open-in-gdb'Junio C Hamano1-0/+13
2020-02-14mingw: add a helper function to attach GDB to the current processJohannes Schindelin1-0/+13
2020-01-02Merge branch 'js/mingw-reserved-filenames'Junio C Hamano1-20/+102
2019-12-21mingw: refuse paths containing reserved namesJohannes Schindelin1-14/+90
2019-12-21mingw: short-circuit the conversion of `/dev/null` to UTF-16Johannes Schindelin1-10/+16