summaryrefslogtreecommitdiff
path: root/compat/mingw.c
AgeCommit message (Expand)Author
2024-04-03Win32: detect unix socket support at runtimeMatthias Aßhauer
2024-02-06Merge branch 'js/win32-retry-pipe-write-on-enospc'Junio C Hamano
2024-01-30win32: special-case `ENOSPC` when writing to a pipeJohannes Schindelin
2024-01-19Merge branch 'sk/mingw-owner-check-error-message-improvement'Junio C Hamano
2024-01-10mingw: give more details about unsafe directory's ownershipSören Krecker
2023-12-08config: handle NULL value when parsing non-boolsJeff King
2023-08-09Merge branch 'ma/locate-in-path-for-windows'Junio C Hamano
2023-08-04compat/mingw: implement a native locate_in_PATH()Matthias Aßhauer
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-01-22Merge branch 'rs/dup-array'Junio C Hamano
2023-01-09use DUP_ARRAYRené Scharfe
2023-01-09mingw: make argv2 in try_shell_exec() non-constRené Scharfe
2023-01-05Merge branch 'dh/mingw-ownership-check-typofix'Junio C Hamano
2022-12-20mingw: fix typo in an error message from ownership checkDaniël Haazen
2022-10-30use child_process member "args" instead of string array variableRené Scharfe
2022-08-26Merge branch 'js/safe-directory-plus' into maintJunio C Hamano
2022-08-26Merge branch 'js/lstat-mingw-enotdir-fix' into maintJunio C Hamano
2022-08-15Merge branch 'js/safe-directory-plus'Junio C Hamano
2022-08-08Merge branch 'js/lstat-mingw-enotdir-fix'Junio C Hamano
2022-08-08mingw: handle a file owned by the Administrators group correctlyJohannes Schindelin
2022-08-08mingw: be more informative when ownership check fails on FAT32Johannes Schindelin
2022-08-08mingw: provide details about unsafe directories' ownershipJohannes Schindelin
2022-08-08setup: prepare for more detailed "dubious ownership" messagesJohannes Schindelin
2022-08-05Merge branch 'rs/mingw-tighten-mkstemp' into maintJunio C Hamano
2022-07-29lstat(mingw): correctly detect ENOTDIR scenariosJohannes Schindelin
2022-07-22Merge branch 'rs/mingw-tighten-mkstemp'Junio C Hamano
2022-07-15mingw: avoid mktemp() in mkstemp() implementationRené Scharfe
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-16dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-11Merge tag 'v2.35.2'Junio C Hamano
2022-03-23Sync with 2.34.2Johannes Schindelin
2022-03-23Sync with 2.32.1Johannes Schindelin
2022-03-23Sync with 2.31.2Johannes Schindelin
2022-03-21Add a function to determine whether a path is owned by the current userJohannes Schindelin
2022-03-17mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón
2022-03-02t/helper/test-chmtime: update mingw to support chmtime on directoriesTao Klerks
2022-01-19getcwd(mingw): handle the case when there is no cwdJohannes Schindelin
2022-01-12Merge branch 'ma/windows-dynload-fix'Junio C Hamano