summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
2022-10-30use child_process member "args" instead of string array variableRené Scharfe-4/+7
2022-10-27Merge branch 'jk/unused-anno-more'Junio C Hamano-1/+1
2022-10-21Merge branch 'ab/macos-build-fix-with-sha1dc'Junio C Hamano-5/+5
2022-10-19fsmonitor OSX: compile with DC_SHA1=YesPleaseÆvar Arnfjörð Bjarmason-5/+5
2022-10-17mark unused parameters in trivial compat functionsJeff King-1/+1
2022-10-17Merge branch 'ed/fsmonitor-on-networked-macos'Junio C Hamano-225/+381
2022-10-05fsmonitor: deal with synthetic firmlinks on macOSEric DeCosta-2/+121
2022-10-05fsmonitor: avoid socket location check if using hookEric DeCosta-5/+7
2022-10-05fsmonitor: relocate socket file if .git directory is remoteEric DeCosta-1/+62
2022-10-05fsmonitor: refactor filesystem checks to common interfaceEric DeCosta-219/+193
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano-1/+1
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano-1/+1
2022-09-13Merge branch 'jk/pipe-command-nonblock' into maintJunio C Hamano-0/+59
2022-09-13Merge branch 'ed/fsmonitor-on-network-disk'Junio C Hamano-0/+68
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason-1/+1
2022-08-26Merge branch 'js/safe-directory-plus' into maintJunio C Hamano-2/+59
2022-08-26Merge branch 'js/lstat-mingw-enotdir-fix' into maintJunio C Hamano-2/+2
2022-08-25Merge branch 'vd/scalar-generalize-diagnose'Junio C Hamano-0/+56
2022-08-25Merge branch 'jk/pipe-command-nonblock'Junio C Hamano-0/+59
2022-08-19hashmap: mark unused callback parametersJeff King-1/+1
2022-08-17nonblock: support WindowsRené Scharfe-0/+27
2022-08-17compat: add function to enable nonblocking pipesJeff King-0/+32
2022-08-14Merge branch 'js/safe-directory-plus'Junio C Hamano-2/+59
2022-08-12scalar-diagnose: move 'get_disk_info()' to 'compat/'Victoria Dye-0/+56
2022-08-11fsmonitor: option to allow fsmonitor to run against network-mounted reposEric DeCosta-0/+68
2022-08-08Merge branch 'js/lstat-mingw-enotdir-fix'Junio C Hamano-2/+2
2022-08-08mingw: handle a file owned by the Administrators group correctlyJohannes Schindelin-0/+10
2022-08-08mingw: be more informative when ownership check fails on FAT32Johannes Schindelin-1/+24
2022-08-08mingw: provide details about unsafe directories' ownershipJohannes Schindelin-0/+24
2022-08-08setup: prepare for more detailed "dubious ownership" messagesJohannes Schindelin-2/+2
2022-08-05Merge branch 'ds/win-syslog-compiler-fix' into maintJunio C Hamano-3/+4
2022-08-05Merge branch 'rs/mingw-tighten-mkstemp' into maintJunio C Hamano-4/+1
2022-07-29lstat(mingw): correctly detect ENOTDIR scenariosJohannes Schindelin-2/+2
2022-07-27Merge branch 'ds/win-syslog-compiler-fix'Junio C Hamano-3/+4
2022-07-22Merge branch 'rs/mingw-tighten-mkstemp'Junio C Hamano-4/+1
2022-07-19compat/win32: correct for incorrect compiler warningDerrick Stolee-3/+4
2022-07-14mingw: avoid mktemp() in mkstemp() implementationRené Scharfe-4/+1
2022-06-10Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano-93/+1042
2022-06-08Merge branch 'js/ci-gcc-12-fixes' into maintJunio C Hamano-1/+2
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano-6/+2
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano-0/+3
2022-05-31Merge branch 'js/ci-gcc-12-fixes'Junio C Hamano-1/+2
2022-05-26fsmonitor: on macOS also emit NFC spelling for NFD pathnameJeff Hostetler-2/+31
2022-05-26fsm-listen-darwin: shutdown daemon if worktree root is moved/renamedJeff Hostetler-0/+25
2022-05-26fsm-health-win32: force shutdown daemon if worktree root movesJeff Hostetler-0/+143
2022-05-26fsm-health-win32: add polling framework to monitor daemon healthJeff Hostetler-1/+64
2022-05-26fsmonitor--daemon: stub in health threadJeff Hostetler-0/+143
2022-05-26fsmonitor--daemon: rename listener thread related variablesJeff Hostetler-30/+30
2022-05-26fsmonitor--daemon: cd out of worktree rootJeff Hostetler-6/+16
2022-05-26fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOSJeff Hostetler-1/+33