summaryrefslogtreecommitdiffstats
path: root/compat/fsmonitor
AgeCommit message (Expand)AuthorLines
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
2022-03-25compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOSJeff Hostetler-0/+383
2022-03-25compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEventJeff Hostetler-0/+116
2022-03-25compat/fsmonitor/fsm-listen-win32: implement FSMonitor backend on WindowsJeff Hostetler-0/+565
2022-03-25compat/fsmonitor/fsm-listen-darwin: stub in backend for DarwinJeff Hostetler-0/+20
2022-03-25compat/fsmonitor/fsm-listen-win32: stub in backend for WindowsJeff Hostetler-0/+70