summary refs log tree commit diff
path: root/object-store.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-25object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-1/+1
2022-02-25object API: rename hash_object_file_literally() to write_*()Ævar Arnfjörð Bjarmason1-3/+3
2022-02-25object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-2/+2
2022-02-25object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason1-0/+8
2022-02-25object-file API: return "void", not "int" from hash_object_file()Ævar Arnfjörð Bjarmason1-3/+3
2022-01-03Merge branch 'ns/tmp-objdir'Junio C Hamano1-0/+26
2021-12-08tmp-objdir: disable ref updates when replacing the primary odbNeeraj Singh1-0/+7
2021-12-08tmp-objdir: new API for creating temporary writable databasesNeeraj Singh1-0/+19
2021-10-25Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store'Junio C Hamano1-2/+8
2021-10-25Merge branch 'ab/fsck-unexpected-type'Junio C Hamano1-3/+4
2021-10-12commit: fix duplication regression in permission error outputÆvar Arnfjörð Bjarmason1-2/+8
2021-10-01fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason1-0/+1
2021-10-01fsck: don't hard die on invalid object typesÆvar Arnfjörð Bjarmason1-3/+3
2021-09-27*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason1-1/+1
2021-09-23Merge branch 'rs/packfile-bad-object-list-in-oidset'Junio C Hamano1-2/+2
2021-09-20Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano1-0/+1
2021-09-12packfile: use oidset for bad objectsRené Scharfe1-2/+2
2021-09-01midx: avoid opening multiple MIDXs when writingTaylor Blau1-0/+1
2021-08-29object-store.h: teach for_each_packed_object to ignore kept packsTaylor Blau1-0/+6
2021-08-09object-store: avoid extra ';' from KHASH_INITCarlo Marcelo Arenas Belón1-1/+1
2021-07-07oidtree: a crit-bit tree for odb_loose_cacheEric Wong1-2/+3
2021-07-07make object_directory.loose_objects_subdir_seen a bitmapEric Wong1-1/+1
2021-07-07speed up alt_odb_usable() with many alternatesEric Wong1-0/+7
2021-02-22packfile: add kept-pack cache for find_kept_pack_entry()Jeff King1-0/+5
2021-01-25packfile: prepare for the existence of '*.rev' filesTaylor Blau1-0/+3
2020-08-06sha1-file: introduce no-lazy-fetch has_object()Jonathan Tan1-2/+23
2020-05-27packfile: compute and use the index CRC offsetbrian m. carlson1-0/+1
2020-03-30oid_array: rename source file from sha1-arrayJeff King1-1/+1
2020-02-24packed_object_info(): use object_id for returning delta baseJeff King1-1/+1
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano1-2/+3
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano1-0/+37
2020-02-12Merge branch 'jn/pretend-object-doc'Junio C Hamano1-0/+8
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares1-2/+3
2020-01-22Merge branch 'jt/sha1-file-remove-oi-skip-cached'Junio C Hamano1-2/+0
2020-01-17object-store: allow threaded access to object readingMatheus Tavares1-0/+35
2020-01-17replace-object: make replace operations thread-safeMatheus Tavares1-0/+2
2020-01-06sha1-file: document how to use pretend_object_fileJonathan Nieder1-0/+8
2020-01-02sha1-file: remove OBJECT_INFO_SKIP_CACHEDJonathan Tan1-2/+0
2019-12-03packfile.c: speed up loading lots of packfilesColin Stolley1-0/+21
2019-07-19Merge branch 'jk/check-connected-with-alternates'Junio C Hamano1-0/+2
2019-07-01object-store.h: move for_each_alternate_ref() from transport.hJeff King1-0/+2
2019-06-17Merge branch 'ds/object-info-for-prefetch-fix'Junio C Hamano1-3/+7
2019-05-28sha1-file: split OBJECT_INFO_FOR_PREFETCHDerrick Stolee1-3/+7
2019-05-19Merge branch 'ds/midx-too-many-packs'Junio C Hamano1-7/+2
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano1-16/+16
2019-05-07midx: add packs to packed_git linked listDerrick Stolee1-7/+2
2019-05-05*.[ch]: manually align parameter listsDenton Liu1-8/+8
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-8/+8
2019-04-25Merge branch 'jt/batch-fetch-blobs-in-diff'Junio C Hamano1-0/+6
2019-04-01sha1-file: support OBJECT_INFO_FOR_PREFETCHJonathan Tan1-0/+6