summaryrefslogtreecommitdiffstats
path: root/object-store.h
AgeCommit message (Expand)AuthorLines
2021-10-25Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store'Junio C Hamano-2/+8
2021-10-25Merge branch 'ab/fsck-unexpected-type'Junio C Hamano-3/+4
2021-10-12commit: fix duplication regression in permission error outputÆvar Arnfjörð Bjarmason-2/+8
2021-10-01fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason-0/+1
2021-10-01fsck: don't hard die on invalid object typesÆvar Arnfjörð Bjarmason-3/+3
2021-09-27*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason-1/+1
2021-09-23Merge branch 'rs/packfile-bad-object-list-in-oidset'Junio C Hamano-2/+2
2021-09-20Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano-0/+1
2021-09-12packfile: use oidset for bad objectsRené Scharfe-2/+2
2021-09-01midx: avoid opening multiple MIDXs when writingTaylor Blau-0/+1
2021-08-29object-store.h: teach for_each_packed_object to ignore kept packsTaylor Blau-0/+6
2021-08-09object-store: avoid extra ';' from KHASH_INITCarlo Marcelo Arenas Belón-1/+1
2021-07-07oidtree: a crit-bit tree for odb_loose_cacheEric Wong-2/+3
2021-07-07make object_directory.loose_objects_subdir_seen a bitmapEric Wong-1/+1
2021-07-07speed up alt_odb_usable() with many alternatesEric Wong-0/+7
2021-02-22packfile: add kept-pack cache for find_kept_pack_entry()Jeff King-0/+5
2021-01-25packfile: prepare for the existence of '*.rev' filesTaylor Blau-0/+3
2020-08-06sha1-file: introduce no-lazy-fetch has_object()Jonathan Tan-2/+23
2020-05-27packfile: compute and use the index CRC offsetbrian m. carlson-0/+1
2020-03-30oid_array: rename source file from sha1-arrayJeff King-1/+1
2020-02-24packed_object_info(): use object_id for returning delta baseJeff King-1/+1
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano-2/+3
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano-0/+37
2020-02-12Merge branch 'jn/pretend-object-doc'Junio C Hamano-0/+8
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares-2/+3
2020-01-22Merge branch 'jt/sha1-file-remove-oi-skip-cached'Junio C Hamano-2/+0
2020-01-17object-store: allow threaded access to object readingMatheus Tavares-0/+35
2020-01-17replace-object: make replace operations thread-safeMatheus Tavares-0/+2
2020-01-06sha1-file: document how to use pretend_object_fileJonathan Nieder-0/+8
2020-01-02sha1-file: remove OBJECT_INFO_SKIP_CACHEDJonathan Tan-2/+0
2019-12-03packfile.c: speed up loading lots of packfilesColin Stolley-0/+21
2019-07-19Merge branch 'jk/check-connected-with-alternates'Junio C Hamano-0/+2
2019-07-01object-store.h: move for_each_alternate_ref() from transport.hJeff King-0/+2
2019-06-17Merge branch 'ds/object-info-for-prefetch-fix'Junio C Hamano-3/+7
2019-05-28sha1-file: split OBJECT_INFO_FOR_PREFETCHDerrick Stolee-3/+7
2019-05-19Merge branch 'ds/midx-too-many-packs'Junio C Hamano-7/+2
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano-16/+16
2019-05-07midx: add packs to packed_git linked listDerrick Stolee-7/+2
2019-05-05*.[ch]: manually align parameter listsDenton Liu-8/+8
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu-8/+8
2019-04-25Merge branch 'jt/batch-fetch-blobs-in-diff'Junio C Hamano-0/+6
2019-04-01sha1-file: support OBJECT_INFO_FOR_PREFETCHJonathan Tan-0/+6
2019-04-01object-store: rename and expand packed_git's sha1 memberbrian m. carlson-1/+1
2019-02-06Merge branch 'jk/loose-object-cache-oid'Junio C Hamano-16/+5
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano-8/+27
2019-01-08sha1-file: drop has_sha1_file()Jeff King-8/+4
2019-01-08object-store: retire odb_load_loose_cache()René Scharfe-7/+0
2019-01-08object-store: use one oid_array per subdirectory for loose cacheRené Scharfe-1/+1
2019-01-08sha1-file: modernize loose object file functionsJeff King-3/+5
2019-01-08object-store: factor out odb_clear_loose_cache()René Scharfe-0/+3