aboutsummaryrefslogtreecommitdiff
path: root/builtin/fsmonitor--daemon.c
AgeCommit message (Expand)Author
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-10-15Merge branch 'jk/fsmonitor-event-listener-race-fix'Taylor Blau
2024-10-08fsmonitor: initialize fs event listener before accepting clientsJeff King
2024-10-08simple-ipc: split async server initialization and runningJeff King
2024-10-04fsmonitor OSX: fix hangs for submodulesKoji Nakamaru
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: add direct includes currently only pulled in transitivelyElijah Newren
2023-12-26fsmonitor--daemon.h: remove unnecessary includesElijah Newren
2023-09-18run-command: mark unused parameters in start_bg_wait callbacksJeff King
2023-09-18fsmonitor: mark unused hashmap callback parametersJeff King
2023-09-18fsmonitor: mark some maybe-unused parametersJeff King
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-03-28builtins: mark unused prefix parametersJeff King
2023-03-21environment.h: move declarations for environment.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-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-12-19Merge branch 'sx/pthread-error-check-fix'Junio C Hamano
2022-12-19Merge branch 'jh/t7527-unflake-by-forcing-cookie'Junio C Hamano
2022-12-05maintenance: compare output of pthread functions for inequality with 0Seija
2022-12-02fsmonitor: fix race seen in t7527Jeff Hostetler
2022-10-25Merge branch 'ah/fsmonitor-daemon-usage-non-l10n' into maint-2.38Junio C Hamano
2022-10-17Merge branch 'ed/fsmonitor-on-networked-macos'Junio C Hamano
2022-10-10Merge branch 'ah/fsmonitor-daemon-usage-non-l10n'Junio C Hamano
2022-10-05fsmonitor: deal with synthetic firmlinks on macOSEric DeCosta
2022-10-05fsmonitor: relocate socket file if .git directory is remoteEric DeCosta
2022-09-21fsmonitor--daemon: don't translate literal commandsAlex Henrie
2022-05-26fsmonitor--daemon: stub in health threadJeff Hostetler
2022-05-26fsmonitor--daemon: rename listener thread related variablesJeff Hostetler
2022-05-26fsmonitor--daemon: prepare for adding health threadJeff Hostetler
2022-05-26fsmonitor--daemon: cd out of worktree rootJeff Hostetler
2022-05-26fsmonitor-settings: bare repos are incompatible with FSMonitorJeff Hostetler
2022-03-25fsmonitor--daemon: use a cookie file to sync with file systemJeff Hostetler
2022-03-25fsmonitor--daemon: periodically truncate list of modified filesJeff Hostetler