summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-7/+72
|\
| * read-cache: ensure full indexDerrick Stolee2021-04-141-0/+4
| * read-cache: expand on query into sparse-directory entryDerrick Stolee2021-04-141-0/+21
| * *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-141-5/+5
| * sparse-index: convert from full to sparseDerrick Stolee2021-03-301-2/+24
| * sparse-index: add 'sdir' index extensionDerrick Stolee2021-03-301-0/+9
| * sparse-index: implement ensure_full_index()Derrick Stolee2021-03-301-0/+9
* | Merge branch 'rs/calloc-array'Junio C Hamano2021-03-191-4/+4
|\ \
| * | use CALLOC_ARRAYRené Scharfe2021-03-131-4/+4
| |/
* | Merge branch 'js/fsmonitor-unpack-fix'Junio C Hamano2021-03-191-0/+1
|\ \ | |/ |/|
| * fsmonitor: do not forget to release the token in `discard_index()`Johannes Schindelin2021-03-171-0/+1
* | Merge branch 'ns/raise-write-index-buffer-size'Junio C Hamano2021-03-011-1/+1
|\ \
| * | read-cache: make the index write buffer size 128KNeeraj Singh2021-02-241-1/+1
| |/
* | Merge branch 'jh/fsmonitor-prework'Junio C Hamano2021-03-011-3/+21
|\ \ | |/ |/|
| * read-cache: log the number of scanned files to trace2Jeff Hostetler2021-02-161-3/+10
| * read-cache: log the number of lstat calls to trace2Jeff Hostetler2021-02-161-3/+14
* | read-cache: try not to peek into `struct {lock_,temp}file`Martin Ågren2021-01-061-6/+6
|/
* read-cache: fix mem-pool allocation for multi-threaded index loadingRené Scharfe2020-09-061-1/+1
* mem-pool: use more standard initialization and finalizationElijah Newren2020-08-181-8/+13
* read-cache: remove bogus shortcutRené Scharfe2020-07-161-14/+0
* Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano2020-01-101-6/+6
|\
| * mingw: safeguard better against backslashes in file namesJohannes Schindelin via GitGitGadget2020-01-101-6/+6
* | Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano2020-01-061-0/+5
|\ \ | |/
| * mingw: only test index entries for backslashes, not tree entriesJohannes Schindelin2020-01-021-0/+5
* | Sync with Git 2.24.1Junio C Hamano2019-12-091-0/+11
|\ \ | |/
| * Sync with 2.23.1Johannes Schindelin2019-12-061-0/+11
| |\
| | * Sync with 2.22.2Johannes Schindelin2019-12-061-0/+11
| | |\
| | | * Sync with 2.21.1Johannes Schindelin2019-12-061-0/+11
| | | |\
| | | | * Sync with 2.20.2Johannes Schindelin2019-12-061-0/+11
| | | | |\
| | | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-0/+11
| | | | | |\
| | | | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-0/+11
| | | | | | |\
| | | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-0/+11
| | | | | | | |\
| | | | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-0/+11
| | | | | | | | |\
| | | | | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-0/+11
| | | | | | | | | |\
| | | | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-0/+11
| | | | | | | | | | |\
| | | | | | | | | | | * mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin2019-12-051-0/+3
| | | | | | | | | | | * is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin2019-12-051-0/+8
| | | * | | | | | | | | Merge branch 'rs/avoid-overflow-in-midpoint-computation' into maintJunio C Hamano2019-07-291-1/+1
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge branch 'vn/xmmap-gently' into maintJunio C Hamano2019-07-291-1/+1
| | | |\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'js/azure-pipelines-msvc'Junio C Hamano2019-10-151-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | msvc: avoid using minus operator on unsigned typesJohannes Schindelin2019-10-061-2/+2
* | | | | | | | | | | | | | Merge branch 'tg/stash-refresh-index'Junio C Hamano2019-10-071-0/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | factor out refresh_and_write_cache functionThomas Gummerer2019-09-201-0/+21
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'ds/feature-macros'Junio C Hamano2019-09-091-15/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | repo-settings: parse core.untrackedCacheDerrick Stolee2019-08-131-10/+9
| * | | | | | | | | | | | | repo-settings: consolidate some config settingsDerrick Stolee2019-08-131-5/+6
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'vn/xmmap-gently'Junio C Hamano2019-07-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | / / / / / / / / / / | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | read-cache.c: do not die if mmap failsVarun Naik2019-07-141-1/+1
* | | | | | | | | | | | Merge branch 'rs/avoid-overflow-in-midpoint-computation'Junio C Hamano2019-07-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |