index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fsmonitor.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: Fix duplicate word typos
Sven Strickroth
2024-10-21
1
-1
/
+1
*
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
2024-09-12
1
-1
/
+2
*
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
2024-08-13
1
-0
/
+2
*
fsmonitor: support case-insensitive events
Jeff Hostetler
2024-03-06
1
-0
/
+121
*
fsmonitor: refactor bit invalidation in refresh callback
Jeff Hostetler
2024-03-06
1
-2
/
+18
*
fsmonitor: trace the new invalidated cache-entry count
Jeff Hostetler
2024-03-06
1
-5
/
+10
*
fsmonitor: return invalidated cache-entry count on non-directory event
Jeff Hostetler
2024-03-06
1
-2
/
+8
*
fsmonitor: remove custom loop from non-directory path handler
Jeff Hostetler
2024-02-27
1
-24
/
+31
*
fsmonitor: return invalidated cache-entry count on directory event
Jeff Hostetler
2024-02-27
1
-1
/
+13
*
fsmonitor: move untracked-cache invalidation into helper functions
Jeff Hostetler
2024-02-27
1
-7
/
+19
*
fsmonitor: refactor untracked-cache invalidation
Jeff Hostetler
2024-02-27
1
-8
/
+3
*
fsmonitor: refactor refresh callback for non-directory events
Jeff Hostetler
2024-02-27
1
-28
/
+39
*
fsmonitor: clarify handling of directory events in callback helper
Jeff Hostetler
2024-02-27
1
-13
/
+24
*
fsmonitor: refactor refresh callback on directory events
Jeff Hostetler
2024-02-27
1
-22
/
+30
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
2023-01-17
1
-1
/
+1
*
fsmonitor: fix leak of warning message
Jeff King
2022-10-11
1
-1
/
+3
*
fsmonitor: check for compatability before communicating with fsmonitor
Eric DeCosta
2022-10-05
1
-0
/
+7
*
fsmonitor: never set CE_FSMONITOR_VALID on submodules
Jeff Hostetler
2022-05-27
1
-0
/
+2
*
fsmonitor: optimize processing of directory events
Jeff Hostetler
2022-05-27
1
-17
/
+54
*
fsmonitor: force update index after large responses
Jeff Hostetler
2022-03-26
1
-1
/
+54
*
fsmonitor: use IPC to query the builtin FSMonitor daemon
Jeff Hostetler
2022-03-26
1
-2
/
+36
*
fsmonitor: config settings are repository-specific
Jeff Hostetler
2022-03-26
1
-25
/
+38
*
fsmonitor: enhance existing comments, clarify trivial response handling
Jeff Hostetler
2022-03-26
1
-23
/
+41
*
Merge branch 'jh/fsmonitor-prework'
Junio C Hamano
2021-03-19
1
-3
/
+3
|
\
|
*
fsmonitor: avoid global-buffer-overflow READ when checking trivial response
Andrzej Hunt
2021-03-17
1
-3
/
+3
*
|
Merge branch 'jh/fsmonitor-prework'
Junio C Hamano
2021-03-01
1
-11
/
+96
|
\
|
|
*
fsmonitor: refactor initialization of fsmonitor_last_update token
Jeff Hostetler
2021-02-17
1
-3
/
+32
|
*
fsmonitor: allow all entries for a folder to be invalidated
Kevin Willford
2021-02-17
1
-5
/
+26
|
*
fsmonitor: log FSMN token when reading and writing the index
Jeff Hostetler
2021-02-17
1
-2
/
+10
|
*
fsmonitor: log invocation of FSMonitor hook to trace2
Jeff Hostetler
2021-02-17
1
-1
/
+28
*
|
fsmonitor: de-duplicate BUG()s around dirty bits
Derrick Stolee
2021-01-24
1
-14
/
+13
|
/
*
Merge branch 'jk/strvec'
Junio C Hamano
2020-08-10
1
-3
/
+3
|
\
|
*
strvec: convert more callers away from argv_array name
Jeff King
2020-07-29
1
-3
/
+3
*
|
Remove doubled words in various comments
Elijah Newren
2020-07-28
1
-1
/
+1
|
/
*
fsmonitor: handle version 2 of the hooks that will use opaque token
Kevin Willford
2020-01-13
1
-11
/
+64
*
fsmonitor: change last update timestamp on the index_state to opaque token
Kevin Willford
2020-01-13
1
-17
/
+32
*
unpack-trees: skip stat on fsmonitor-valid files
Utsav Shah
2019-11-21
1
-6
/
+17
*
fsmonitor: do not compare bitmap size with size of split index
Junio C Hamano
2019-11-13
1
-2
/
+4
*
fsmonitor: don't fill bitmap with entries to be removed
William Baker
2019-10-12
1
-5
/
+24
*
Merge branch 'cb/fsmonitor-intfix'
Junio C Hamano
2019-07-10
1
-4
/
+4
|
\
|
*
fsmonitor: avoid signed integer overflow / infinite loop
Carlo Marcelo Arenas Belón
2019-06-18
1
-4
/
+4
*
|
fsmonitor: force a refresh after the index was discarded
Johannes Schindelin
2019-05-08
1
-3
/
+2
|
/
*
Merge branch 'jk/snprintf-truncation'
Junio C Hamano
2018-05-30
1
-10
/
+4
|
\
|
*
fsmonitor: use internal argv_array of struct child_process
René Scharfe
2018-05-21
1
-10
/
+4
*
|
Merge branch 'bp/fsmonitor-prime-index'
Junio C Hamano
2018-04-25
1
-0
/
+3
|
\
\
|
*
|
fsmonitor: force index write after full scan
Ben Peart
2018-04-11
1
-0
/
+3
|
|
/
*
|
Merge branch 'bp/fsmonitor-bufsize-fix'
Junio C Hamano
2018-04-25
1
-1
/
+1
|
\
\
|
|
/
|
/
|
[next]