summaryrefslogtreecommitdiffstats
path: root/compat/fsmonitor
AgeCommit message (Expand)AuthorLines
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt-4/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+2
2024-10-25Merge branch 'ak/typofixes'Taylor Blau-2/+2
2024-10-15Merge branch 'jk/fsmonitor-event-listener-race-fix'Taylor Blau-0/+12
2024-10-10compat: fix typosAndrew Kreimer-2/+2
2024-10-08fsmonitor: initialize fs event listener before accepting clientsJeff King-0/+12
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt-0/+2
2024-06-14compat/fsmonitor: fix socket path in networked SHA256 reposPatrick Steinhardt-3/+4
2023-12-26fsmonitor--daemon.h: remove unnecessary includesElijah Newren-0/+3
2023-09-18fsmonitor/darwin: mark unused parameters in system callbackJeff King-2/+2
2023-09-18fsmonitor: mark unused parameters in stub functionsJeff King-7/+8
2023-09-18fsmonitor/win32: mark unused parameter in fsm_os__incompatible()Jeff King-1/+1
2023-09-18fsmonitor/win32: drop unused parametersJeff King-14/+10
2023-09-18fsmonitor: prefer repo_git_path() to git_pathdup()Jeff King-1/+1
2023-06-21fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren-9/+12
2023-06-21repository: remove unnecessary include of path.hElijah Newren-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-4/+5
2023-04-24fsmonitor: reduce includes of cache.hElijah Newren-3/+3
2023-04-24cache.h: remove unnecessary headersElijah Newren-0/+2
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren-0/+2
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+5
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-23treewide: ensure one of the appropriate headers is sourced firstElijah Newren-0/+2
2022-12-19Merge branch 'jh/fsmonitor-darwin-modernize'Junio C Hamano-14/+25
2022-12-15fsmonitor: eliminate call to deprecated FSEventStream functionJeff Hostetler-14/+25
2022-11-08fsmonitor--daemon: on macOS support symlinksrz_zumix-1/+1
2022-10-19fsmonitor OSX: compile with DC_SHA1=YesPleaseÆvar Arnfjörð Bjarmason-5/+5
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-08-11fsmonitor: option to allow fsmonitor to run against network-mounted reposEric DeCosta-0/+68
2022-06-10Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano-93/+1042
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
2022-05-26fsmonitor-settings: NTFS and FAT32 on MacOS are incompatibleJeff Hostetler-3/+17
2022-05-26fsmonitor-settings: remote repos on Windows are incompatibleJeff Hostetler-0/+102
2022-05-26fsmonitor-settings: remote repos on macOS are incompatibleJeff Hostetler-0/+66
2022-05-26fsmonitor-settings: stub in macOS-specific incompatibility checkingJeff Hostetler-0/+9
2022-05-26fsmonitor-settings: VFS for Git virtual repos are incompatibleJeff Hostetler-0/+26
2022-05-26fsmonitor-settings: stub in Win32-specific incompatibility checkingJeff Hostetler-0/+9
2022-05-26fsm-listen-win32: handle shortnamesJeff Hostetler-54/+332
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano-1/+1