summaryrefslogtreecommitdiff
path: root/compat/mingw.c
Commit message (Expand)AuthorAgeFilesLines
* symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren2023-04-241-0/+1
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-0/+1
* Merge branch 'rs/dup-array'Junio C Hamano2023-01-211-7/+3
|\
| * use DUP_ARRAYRené Scharfe2023-01-091-2/+1
| * mingw: make argv2 in try_shell_exec() non-constRené Scharfe2023-01-091-5/+2
* | Merge branch 'dh/mingw-ownership-check-typofix'Junio C Hamano2023-01-051-1/+1
|\ \ | |/ |/|
| * mingw: fix typo in an error message from ownership checkDaniël Haazen2022-12-201-1/+1
| * Merge branch 'js/safe-directory-plus' into maintJunio C Hamano2022-08-261-1/+58
| |\
| * \ Merge branch 'js/lstat-mingw-enotdir-fix' into maintJunio C Hamano2022-08-261-2/+2
| |\ \
| * \ \ Merge branch 'rs/mingw-tighten-mkstemp' into maintJunio C Hamano2022-08-051-4/+1
| |\ \ \
* | | | | use child_process member "args" instead of string array variableRené Scharfe2022-10-301-4/+7
* | | | | Merge branch 'js/safe-directory-plus'Junio C Hamano2022-08-141-1/+58
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | mingw: handle a file owned by the Administrators group correctlyJohannes Schindelin2022-08-081-0/+10
| * | | | mingw: be more informative when ownership check fails on FAT32Johannes Schindelin2022-08-081-1/+24
| * | | | mingw: provide details about unsafe directories' ownershipJohannes Schindelin2022-08-081-0/+24
| * | | | setup: prepare for more detailed "dubious ownership" messagesJohannes Schindelin2022-08-081-1/+1
| |/ / /
* | | | Merge branch 'js/lstat-mingw-enotdir-fix'Junio C Hamano2022-08-081-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | lstat(mingw): correctly detect ENOTDIR scenariosJohannes Schindelin2022-07-291-2/+2
* | | | Merge branch 'rs/mingw-tighten-mkstemp'Junio C Hamano2022-07-221-4/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | mingw: avoid mktemp() in mkstemp() implementationRené Scharfe2022-07-141-4/+1
* | | Merge branch 'ds/bundle-uri'Junio C Hamano2022-06-031-1/+1
|\ \ \
| * | | dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason2022-05-161-1/+1
| | |/ | |/|
* | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-3/+3
|\ \ \ | |/ / |/| |
| * | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-3/+3
| |\ \ | | |/ | |/|
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-3/+3
* | | Merge tag 'v2.35.2'Junio C Hamano2022-04-111-0/+87
|\ \ \ | |/ /
| * | Sync with 2.34.2Johannes Schindelin2022-03-241-0/+87
| |\ \ | | |/
| | * Sync with 2.32.1Johannes Schindelin2022-03-241-0/+89
| | |\
| | | * Sync with 2.31.2Johannes Schindelin2022-03-241-0/+89
| | | |\
| | | | * Add a function to determine whether a path is owned by the current userJohannes Schindelin2022-03-211-0/+87
| | | | * mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2022-03-171-0/+2
* | | | | t/helper/test-chmtime: update mingw to support chmtime on directoriesTao Klerks2022-03-011-4/+19
|/ / / /
* | | | getcwd(mingw): handle the case when there is no cwdJohannes Schindelin2022-01-191-0/+4
* | | | Merge branch 'ma/windows-dynload-fix'Junio C Hamano2022-01-121-2/+4
|\ \ \ \
| * | | | lazyload: use correct calling conventionsMatthias Aßhauer2022-01-091-2/+4
| |/ / /
* | | | mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2021-11-271-0/+2
|/ / /
* | | 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
| | | | | | |\