summaryrefslogtreecommitdiffstats
path: root/builtin/fsmonitor--daemon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+1
|\
| * treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+3
|\|
| * environment.h: move declarations for environment.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
* | builtins: mark unused prefix parametersJeff King2023-03-281-1/+1
|/
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-0/+1
* Merge branch 'sx/pthread-error-check-fix'Junio C Hamano2022-12-191-2/+2
|\
| * maintenance: compare output of pthread functions for inequality with 0Seija2022-12-051-2/+2
| * Merge branch 'ah/fsmonitor-daemon-usage-non-l10n' into maint-2.38Junio C Hamano2022-10-261-2/+2
| |\
* | \ Merge branch 'jh/t7527-unflake-by-forcing-cookie'Junio C Hamano2022-12-191-0/+2
|\ \ \
| * | | fsmonitor: fix race seen in t7527Jeff Hostetler2022-12-021-0/+2
* | | | Merge branch 'ed/fsmonitor-on-networked-macos'Junio C Hamano2022-10-171-1/+10
|\ \ \ \
| * | | | fsmonitor: deal with synthetic firmlinks on macOSEric DeCosta2022-10-051-0/+8
| * | | | fsmonitor: relocate socket file if .git directory is remoteEric DeCosta2022-10-051-1/+2
| | |/ / | |/| |
* | | | Merge branch 'ah/fsmonitor-daemon-usage-non-l10n'Junio C Hamano2022-10-101-2/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | fsmonitor--daemon: don't translate literal commandsAlex Henrie2022-09-211-2/+2
| |/
* | fsmonitor--daemon: stub in health threadJeff Hostetler2022-05-271-0/+39
* | fsmonitor--daemon: rename listener thread related variablesJeff Hostetler2022-05-271-3/+3
* | fsmonitor--daemon: prepare for adding health threadJeff Hostetler2022-05-271-7/+20
* | fsmonitor--daemon: cd out of worktree rootJeff Hostetler2022-05-271-2/+30
* | fsmonitor-settings: bare repos are incompatible with FSMonitorJeff Hostetler2022-05-271-0/+18
|/
* fsmonitor--daemon: use a cookie file to sync with file systemJeff Hostetler2022-03-261-1/+236
* fsmonitor--daemon: periodically truncate list of modified filesJeff Hostetler2022-03-261-0/+88
* fsmonitor--daemon: implement handle_client callbackJeff Hostetler2022-03-261-2/+309
* fsmonitor--daemon: create token-based changed path cacheJeff Hostetler2022-03-261-2/+228
* fsmonitor--daemon: define token-idsJeff Hostetler2022-03-261-1/+115
* fsmonitor--daemon: add pathname classificationJeff Hostetler2022-03-261-0/+81
* fsmonitor--daemon: implement 'start' commandJeff Hostetler2022-03-261-2/+107
* fsmonitor--daemon: implement 'run' commandJeff Hostetler2022-03-261-1/+227
* fsmonitor--daemon: implement 'stop' and 'status' commandsJeff Hostetler2022-03-261-0/+51
* fsmonitor--daemon: add a built-in fsmonitor daemonJeff Hostetler2022-03-261-0/+46