93 Commits (a699367bb8749a338aefb092c5d7ac75c69d61e1)

Author SHA1 Message Date
Neeraj Singh ecd81dfc79 tmp-objdir: disable ref updates when replacing the primary odb 3 years ago
Neeraj Singh b3cecf49ea tmp-objdir: new API for creating temporary writable databases 3 years ago
Ævar Arnfjörð Bjarmason 4ef91a2d79 commit: fix duplication regression in permission error output 3 years ago
Ævar Arnfjörð Bjarmason 96e41f58fe fsck: report invalid object type-path combinations 3 years ago
Ævar Arnfjörð Bjarmason 31deb28f5e fsck: don't hard die on invalid object types 3 years ago
Ævar Arnfjörð Bjarmason 9865b6e6a4 *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom 3 years ago
René Scharfe 09ef66179b packfile: use oidset for bad objects 3 years ago
Taylor Blau f57a739691 midx: avoid opening multiple MIDXs when writing 3 years ago
Taylor Blau a241878ac7 object-store.h: teach for_each_packed_object to ignore kept packs 4 years ago
Carlo Marcelo Arenas Belón dd3c8a72a2 object-store: avoid extra ';' from KHASH_INIT 4 years ago
Eric Wong 92d8ed8ac1 oidtree: a crit-bit tree for odb_loose_cache 4 years ago
Eric Wong 33f379eee6 make object_directory.loose_objects_subdir_seen a bitmap 4 years ago
Eric Wong cf2dc1c238 speed up alt_odb_usable() with many alternates 4 years ago
Jeff King 20b031fede packfile: add kept-pack cache for find_kept_pack_entry() 4 years ago
Taylor Blau 2f4ba2a867 packfile: prepare for the existence of '*.rev' files 4 years ago
Jonathan Tan 1d8d9cb620 sha1-file: introduce no-lazy-fetch has_object() 5 years ago
brian m. carlson 629dffc461 packfile: compute and use the index CRC offset 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
Jeff King b99b6bcc57 packed_object_info(): use object_id for returning delta base 5 years ago
Matheus Tavares 2dcde20e1c sha1-file: pass git_hash_algo to hash_object_file() 5 years ago
Matheus Tavares 31877c9aec object-store: allow threaded access to object reading 5 years ago
Matheus Tavares b1fc9da1c8 replace-object: make replace operations thread-safe 5 years ago
Jonathan Nieder 60440d72db sha1-file: document how to use pretend_object_file 5 years ago
Jonathan Tan 9c8a294a1a sha1-file: remove OBJECT_INFO_SKIP_CACHED 5 years ago
Colin Stolley ec48540fe8 packfile.c: speed up loading lots of packfiles 5 years ago
Jeff King 709dfa6990 object-store.h: move for_each_alternate_ref() from transport.h 6 years ago
Derrick Stolee 31f5256c82 sha1-file: split OBJECT_INFO_FOR_PREFETCH 6 years ago
Derrick Stolee af96fe3392 midx: add packs to packed_git linked list 6 years ago
Denton Liu ad6dad0996 *.[ch]: manually align parameter lists 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Jonathan Tan 0f4a4fb1c4 sha1-file: support OBJECT_INFO_FOR_PREFETCH 6 years ago
brian m. carlson 538b152324 object-store: rename and expand packed_git's sha1 member 6 years ago
Jeff King 5d3679ee02 sha1-file: drop has_sha1_file() 6 years ago
René Scharfe 8be88dbcb1 object-store: retire odb_load_loose_cache() 6 years ago
René Scharfe 4cea1ce0f6 object-store: use one oid_array per subdirectory for loose cache 6 years ago
Jeff King 514c5fdd03 sha1-file: modernize loose object file functions 6 years ago
René Scharfe d4e19e5163 object-store: factor out odb_clear_loose_cache() 6 years ago
René Scharfe 0000d6543f object-store: factor out odb_loose_cache() 6 years ago
Stefan Beller 9b45f49981 object-store: prepare has_{sha1, object}_file to handle any repo 6 years ago
Stefan Beller afd69dcc21 object-store: prepare read_object_file to deal with any repo 6 years ago
Stefan Beller a3b72c89bd object-store: allow read_object_file_extended to read from any repo 6 years ago
Jeff King 61c7711cfe sha1-file: use loose object cache for quick existence check 6 years ago
Jeff King 3a2e08245c object-store: provide helpers for loose_objects_cache 6 years ago
Jeff King f0eaf63819 sha1-file: use an object_directory for the main object dir 6 years ago
Jeff King f3f043a103 handle alternates paths the same as the main object dir 6 years ago
Jeff King b69fb867b4 sha1_file_name(): overwrite buffer instead of appending 6 years ago
Jeff King 263db403fa rename "alternate_object_database" to "object_directory" 6 years ago
Derrick Stolee 0bff5269d3 packfile: add all_packs list 7 years ago
Elijah Newren ef3ca95475 Add missing includes and forward declarations 7 years ago
Jeff King 0889aae1cd for_each_*_object: move declarations to object-store.h 7 years ago