summaryrefslogtreecommitdiffstats
path: root/compat/mingw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mingw(is_msys2_sh): handle forward slashes in the `sh.exe` path, tooJohannes Schindelin2024-07-141-1/+1
* Merge branch 'js/mingw-remove-unused-extern-decl'Junio C Hamano2024-06-271-1/+0
|\
| * mingw: drop bogus (and unneeded) declaration of `_pgmptr`Johannes Schindelin2024-06-201-1/+0
* | compat/win32: fix const-correctness with string constantsPatrick Steinhardt2024-06-071-12/+16
* | win32: fix building with NO_UNIX_SOCKETSMike Hommey2024-05-031-0/+2
* | Win32: detect unix socket support at runtimeMatthias Aßhauer2024-04-031-0/+19
|/
* Merge branch 'js/win32-retry-pipe-write-on-enospc'Junio C Hamano2024-02-061-4/+15
|\
| * win32: special-case `ENOSPC` when writing to a pipeJohannes Schindelin2024-01-301-4/+15
* | Merge branch 'sk/mingw-owner-check-error-message-improvement'Junio C Hamano2024-01-201-13/+57
|\ \
| * | mingw: give more details about unsafe directory's ownershipSören Krecker2024-01-101-13/+57
* | | config: handle NULL value when parsing non-boolsJeff King2023-12-091-0/+2
| |/ |/|
* | Merge branch 'ma/locate-in-path-for-windows'Junio C Hamano2023-08-101-0/+5
|\ \
| * | compat/mingw: implement a native locate_in_PATH()Matthias Aßhauer2023-08-041-0/+5
* | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-1/+2
|\ \ \
| * | | config: add ctx arg to config_fn_tGlen Choo2023-06-281-1/+2
| |/ /
* / / cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+0
|/ /
* | 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-241-0/+1
* | Merge branch 'rs/dup-array'Junio C Hamano2023-01-221-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-061-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-151-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-231-4/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | mingw: avoid mktemp() in mkstemp() implementationRené Scharfe2022-07-151-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-171-1/+1
| | |/ | |/|
* | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-211-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-121-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
| | | |\