aboutsummaryrefslogtreecommitdiffstats
path: root/fsmonitor.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06fsmonitor: support case-insensitive eventsJeff Hostetler1-0/+121
2024-03-06fsmonitor: refactor bit invalidation in refresh callbackJeff Hostetler1-2/+18
2024-03-06fsmonitor: trace the new invalidated cache-entry countJeff Hostetler1-5/+10
2024-03-06fsmonitor: return invalidated cache-entry count on non-directory eventJeff Hostetler1-2/+8
2024-02-26fsmonitor: remove custom loop from non-directory path handlerJeff Hostetler1-24/+31
2024-02-26fsmonitor: return invalidated cache-entry count on directory eventJeff Hostetler1-1/+13
2024-02-26fsmonitor: move untracked-cache invalidation into helper functionsJeff Hostetler1-7/+19
2024-02-26fsmonitor: refactor untracked-cache invalidationJeff Hostetler1-8/+3
2024-02-26fsmonitor: refactor refresh callback for non-directory eventsJeff Hostetler1-28/+39
2024-02-26fsmonitor: clarify handling of directory events in callback helperJeff Hostetler1-13/+24
2024-02-26fsmonitor: refactor refresh callback on directory eventsJeff Hostetler1-22/+30
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-01-17treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason1-1/+1
2022-10-10fsmonitor: fix leak of warning messageJeff King1-1/+3
2022-10-05fsmonitor: check for compatability before communicating with fsmonitorEric DeCosta1-0/+7
2022-05-26fsmonitor: never set CE_FSMONITOR_VALID on submodulesJeff Hostetler1-0/+2
2022-05-26fsmonitor: optimize processing of directory eventsJeff Hostetler1-17/+54
2022-03-25fsmonitor: force update index after large responsesJeff Hostetler1-1/+54
2022-03-25fsmonitor: use IPC to query the builtin FSMonitor daemonJeff Hostetler1-2/+36
2022-03-25fsmonitor: config settings are repository-specificJeff Hostetler1-25/+38
2022-03-25fsmonitor: enhance existing comments, clarify trivial response handlingJeff Hostetler1-23/+41
2021-03-19Merge branch 'jh/fsmonitor-prework'Junio C Hamano1-3/+3
2021-03-17fsmonitor: avoid global-buffer-overflow READ when checking trivial responseAndrzej Hunt1-3/+3
2021-03-01Merge branch 'jh/fsmonitor-prework'Junio C Hamano1-11/+96
2021-02-16fsmonitor: refactor initialization of fsmonitor_last_update tokenJeff Hostetler1-3/+32
2021-02-16fsmonitor: allow all entries for a folder to be invalidatedKevin Willford1-5/+26
2021-02-16fsmonitor: log FSMN token when reading and writing the indexJeff Hostetler1-2/+10
2021-02-16fsmonitor: log invocation of FSMonitor hook to trace2Jeff Hostetler1-1/+28
2021-01-23fsmonitor: de-duplicate BUG()s around dirty bitsDerrick Stolee1-14/+13
2020-08-10Merge branch 'jk/strvec'Junio C Hamano1-3/+3
2020-07-28strvec: convert more callers away from argv_array nameJeff King1-3/+3
2020-07-28Remove doubled words in various commentsElijah Newren1-1/+1
2020-01-13fsmonitor: handle version 2 of the hooks that will use opaque tokenKevin Willford1-11/+64
2020-01-13fsmonitor: change last update timestamp on the index_state to opaque tokenKevin Willford1-17/+32
2019-11-21unpack-trees: skip stat on fsmonitor-valid filesUtsav Shah1-6/+17
2019-11-13fsmonitor: do not compare bitmap size with size of split indexJunio C Hamano1-2/+4
2019-10-12fsmonitor: don't fill bitmap with entries to be removedWilliam Baker1-5/+24
2019-07-09Merge branch 'cb/fsmonitor-intfix'Junio C Hamano1-4/+4
2019-06-17fsmonitor: avoid signed integer overflow / infinite loopCarlo Marcelo Arenas Belón1-4/+4
2019-05-08fsmonitor: force a refresh after the index was discardedJohannes Schindelin1-3/+2
2018-05-30Merge branch 'jk/snprintf-truncation'Junio C Hamano1-10/+4
2018-05-21fsmonitor: use internal argv_array of struct child_processRené Scharfe1-10/+4
2018-04-25Merge branch 'bp/fsmonitor-prime-index'Junio C Hamano1-0/+3
2018-04-25Merge branch 'bp/fsmonitor-bufsize-fix'Junio C Hamano1-1/+1
2018-04-11fsmonitor: force index write after full scanBen Peart1-0/+3
2018-04-11fsmonitor: fix incorrect buffer size when printing version numberBen Peart1-1/+1
2018-02-07dir.c: ignore paths containing .git when invalidating untracked cacheNguyễn Thái Ngọc Duy1-1/+1
2017-11-10fsmonitor: store fsmonitor bitmap before splitting indexAlex Vandiver1-8/+12
2017-11-01fsmonitor: delay updating state until after split index is mergedAlex Vandiver1-16/+24
2017-10-30fsmonitor: set the PWD to the top of the working treeAlex Vandiver1-0/+1
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart1-0/+253