646 Commits (6ddd76fd6c356c037b5d5272732900f1f952721e)

Author SHA1 Message Date
Elijah Newren 44c7e1a7e0 mem-pool: use more standard initialization and finalization 4 years ago
René Scharfe a98f7fb366 read-cache: remove bogus shortcut 5 years ago
Johannes Schindelin via GitGitGadget 49e268e23e mingw: safeguard better against backslashes in file names 5 years ago
Johannes Schindelin 224c7d70fa mingw: only test index entries for backslashes, not tree entries 5 years ago
Johannes Schindelin d2c84dad1c mingw: refuse to access paths with trailing spaces or periods 5 years ago
Johannes Schindelin 288a74bcd2 is_ntfs_dotgit(): only verify the leading segment 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Johannes Schindelin c097b95a26 msvc: avoid using minus operator on unsigned types 5 years ago
Thomas Gummerer 22184497a3 factor out refresh_and_write_cache function 5 years ago
Derrick Stolee ad0fb65999 repo-settings: parse core.untrackedCache 6 years ago
Derrick Stolee 7211b9e753 repo-settings: consolidate some config settings 6 years ago
Varun Naik 02638d1e11 read-cache.c: do not die if mmap fails 6 years ago
René Scharfe 568a05c5ec cleanup: fix possible overflow errors in binary search, part 2 6 years ago
Johannes Schindelin b5a8169752 mark_fsmonitor_valid(): mark the index as changed if needed 6 years ago
Johannes Schindelin d4c0a3ac78 fill_stat_cache_info(): prepare for an fsmonitor fix 6 years ago
Ævar Arnfjörð Bjarmason 7fef4e3e78 trace2: fix up a missing "leave" entry point 6 years ago
Jeff King 7bd9631bfc read-cache: drop unused parameter from threaded load 6 years ago
Ævar Arnfjörð Bjarmason c173542c84 trace2: fix up a missing "leave" entry point 6 years ago
Johannes Schindelin 398a3b0899 fsmonitor: force a refresh after the index was discarded 6 years ago
Kyle Meyer f937bc2f86 add: error appropriately on repository with no commits 6 years ago
brian m. carlson 575fa8a3ed read-cache: read data in a hash-independent way 6 years ago
Jeff Hostetler 42fee7a388 trace2:data: add trace2 instrumentation to index read/write 6 years ago
Ben Peart 1956ecd0ab read-cache: add post-index-change hook 6 years ago
Nguyễn Thái Ngọc Duy 6e37c8ed3c read-cache.c: fix writing "link" index ext with null base oid 6 years ago
Jeff King e2c2a37545 add_to_index(): convert forgotten HASH_RENORMALIZE check 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Jeff King 9e5da3d055 add: use separate ADD_CACHE_RENORMALIZE flag 6 years ago
Nguyễn Thái Ngọc Duy 150fe065f7 read-cache.c: remove the_* from index_has_changes() 6 years ago
Nguyễn Thái Ngọc Duy 1b0d968b34 read-cache.c: replace update_index_if_able with repo_& 6 years ago
Nguyễn Thái Ngọc Duy e1ff0a32e4 read-cache.c: kill read_index() 6 years ago
Nguyễn Thái Ngọc Duy 3a95f31d1c repository.c: replace hold_locked_index() with repo_hold_locked_index() 6 years ago
Thomas Gummerer 6fdc205722 read-cache: add invalidate parameter to remove_marked_cache_entries 6 years ago
Nguyễn Thái Ngọc Duy ec36c42a63 Indent code with TABs 6 years ago
Jonathan Nieder 2a9dedef2e index: make index.threads=true enable ieot and eoie 6 years ago
Jonathan Nieder 429160544d ieot: default to not writing IEOT section 6 years ago
Jonathan Nieder d8465500c3 eoie: default to not writing EOIE section 6 years ago
Ævar Arnfjörð Bjarmason c9d6c78870 read-cache: make the split index obey umask settings 6 years ago
Nguyễn Thái Ngọc Duy c207e9e1f6 cache-tree.c: remove the_repository references 6 years ago
Nguyễn Thái Ngọc Duy a71806a74c read-cache.c: add missing colon separators 6 years ago
Nguyễn Thái Ngọc Duy 9d0a9e9089 read-cache.c: mark more strings for translation 6 years ago
Nguyễn Thái Ngọc Duy 391408e532 read-cache.c: turn die("internal error") to BUG() 6 years ago
Nguyễn Thái Ngọc Duy f5c4a9af45 read-cache.c: initialize copy_len to shut up gcc 8 6 years ago
Nguyễn Thái Ngọc Duy 88168b9b43 read-cache.c: reduce branching based on HAVE_THREADS 6 years ago
Nguyễn Thái Ngọc Duy 62e5ee81a3 read-cache.c: remove #ifdef NO_PTHREADS 6 years ago
Ben Peart 99ce720c33 speed up refresh_index() by utilizing preload_index() 6 years ago
Carlo Marcelo Arenas Belón b42ad7d57d read-cache: use of memory after it is freed 6 years ago
SZEDER Gábor 5581a019ba split-index: smudge and add racily clean cache entries to split index 6 years ago
Ben Peart 77ff1127a4 read-cache: load cache entries on worker threads 6 years ago
Ben Peart 3255089ada ieot: add Index Entry Offset Table (IEOT) extension 6 years ago
Ben Peart abb4bb8384 read-cache: load cache extensions on a worker thread 6 years ago