summaryrefslogtreecommitdiff
path: root/object-store.h
AgeCommit message (Expand)Author
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
2019-01-08object-store: factor out odb_loose_cache()René Scharfe
2018-11-14object-store: prepare has_{sha1, object}_file to handle any repoStefan Beller
2018-11-14object-store: prepare read_object_file to deal with any repoStefan Beller
2018-11-14object-store: allow read_object_file_extended to read from any repoStefan Beller
2018-11-13sha1-file: use loose object cache for quick existence checkJeff King
2018-11-13object-store: provide helpers for loose_objects_cacheJeff King
2018-11-13sha1-file: use an object_directory for the main object dirJeff King
2018-11-13handle alternates paths the same as the main object dirJeff King
2018-11-13sha1_file_name(): overwrite buffer instead of appendingJeff King
2018-11-13rename "alternate_object_database" to "object_directory"Jeff King
2018-08-20packfile: add all_packs listDerrick Stolee
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-08-14for_each_*_object: move declarations to object-store.hJeff King
2018-07-20config: create core.multiPackIndex settingDerrick Stolee
2018-07-20multi-pack-index: load into memoryDerrick Stolee