index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fsmonitor.c
Age
Commit message (
Expand
)
Author
2024-03-06
fsmonitor: support case-insensitive events
Jeff Hostetler
2024-03-06
fsmonitor: refactor bit invalidation in refresh callback
Jeff Hostetler
2024-03-06
fsmonitor: trace the new invalidated cache-entry count
Jeff Hostetler
2024-03-06
fsmonitor: return invalidated cache-entry count on non-directory event
Jeff Hostetler
2024-02-26
fsmonitor: remove custom loop from non-directory path handler
Jeff Hostetler
2024-02-26
fsmonitor: return invalidated cache-entry count on directory event
Jeff Hostetler
2024-02-26
fsmonitor: move untracked-cache invalidation into helper functions
Jeff Hostetler
2024-02-26
fsmonitor: refactor untracked-cache invalidation
Jeff Hostetler
2024-02-26
fsmonitor: refactor refresh callback for non-directory events
Jeff Hostetler
2024-02-26
fsmonitor: clarify handling of directory events in callback helper
Jeff Hostetler
2024-02-26
fsmonitor: refactor refresh callback on directory events
Jeff Hostetler
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-01-17
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
2022-10-10
fsmonitor: fix leak of warning message
Jeff King
2022-10-05
fsmonitor: check for compatability before communicating with fsmonitor
Eric DeCosta
2022-05-26
fsmonitor: never set CE_FSMONITOR_VALID on submodules
Jeff Hostetler
2022-05-26
fsmonitor: optimize processing of directory events
Jeff Hostetler
2022-03-25
fsmonitor: force update index after large responses
Jeff Hostetler
2022-03-25
fsmonitor: use IPC to query the builtin FSMonitor daemon
Jeff Hostetler
2022-03-25
fsmonitor: config settings are repository-specific
Jeff Hostetler
2022-03-25
fsmonitor: enhance existing comments, clarify trivial response handling
Jeff Hostetler
2021-03-19
Merge branch 'jh/fsmonitor-prework'
Junio C Hamano
2021-03-17
fsmonitor: avoid global-buffer-overflow READ when checking trivial response
Andrzej Hunt
2021-03-01
Merge branch 'jh/fsmonitor-prework'
Junio C Hamano
2021-02-16
fsmonitor: refactor initialization of fsmonitor_last_update token
Jeff Hostetler
2021-02-16
fsmonitor: allow all entries for a folder to be invalidated
Kevin Willford
2021-02-16
fsmonitor: log FSMN token when reading and writing the index
Jeff Hostetler
2021-02-16
fsmonitor: log invocation of FSMonitor hook to trace2
Jeff Hostetler
2021-01-23
fsmonitor: de-duplicate BUG()s around dirty bits
Derrick Stolee
2020-08-10
Merge branch 'jk/strvec'
Junio C Hamano
2020-07-28
strvec: convert more callers away from argv_array name
Jeff King
2020-07-28
Remove doubled words in various comments
Elijah Newren
2020-01-13
fsmonitor: handle version 2 of the hooks that will use opaque token
Kevin Willford
2020-01-13
fsmonitor: change last update timestamp on the index_state to opaque token
Kevin Willford
2019-11-21
unpack-trees: skip stat on fsmonitor-valid files
Utsav Shah
2019-11-13
fsmonitor: do not compare bitmap size with size of split index
Junio C Hamano
2019-10-12
fsmonitor: don't fill bitmap with entries to be removed
William Baker
2019-07-09
Merge branch 'cb/fsmonitor-intfix'
Junio C Hamano
2019-06-17
fsmonitor: avoid signed integer overflow / infinite loop
Carlo Marcelo Arenas Belón
2019-05-08
fsmonitor: force a refresh after the index was discarded
Johannes Schindelin
2018-05-30
Merge branch 'jk/snprintf-truncation'
Junio C Hamano
2018-05-21
fsmonitor: use internal argv_array of struct child_process
René Scharfe
2018-04-25
Merge branch 'bp/fsmonitor-prime-index'
Junio C Hamano
2018-04-25
Merge branch 'bp/fsmonitor-bufsize-fix'
Junio C Hamano
2018-04-11
fsmonitor: force index write after full scan
Ben Peart
2018-04-11
fsmonitor: fix incorrect buffer size when printing version number
Ben Peart
2018-02-07
dir.c: ignore paths containing .git when invalidating untracked cache
Nguyễn Thái Ngọc Duy
2017-11-10
fsmonitor: store fsmonitor bitmap before splitting index
Alex Vandiver
[next]