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