index-pack: retain child bases in delta cache
Arijit Banerjee committed 2 months ago
http: fix memory leak in fetch_and_setup_pack_index()
LorenzoPegorari committed 2 months ago
http: cleanup function fetch_and_setup_pack_index()
LorenzoPegorari committed 2 months ago
sub-process: use gentle handshake to avoid die() on startup failure
Michael Montalbo committed 2 months ago
odb/source-loose: drop pointer to the "files" source
Patrick Steinhardt committed 2 months ago
odb/source-loose: stub out remaining callbacks
Patrick Steinhardt committed 2 months ago
odb/source-loose: wire up `write_object_stream()` callback
Patrick Steinhardt committed 2 months ago
object-file: refactor writing objects to use loose source
Patrick Steinhardt committed 2 months ago
odb/source-loose: wire up `write_object()` callback
Patrick Steinhardt committed 2 months ago
loose: refactor object map to operate on `struct odb_source_loose`
Patrick Steinhardt committed 2 months ago
odb/source-loose: wire up `freshen_object()` callback
Patrick Steinhardt committed 2 months ago
odb/source-loose: drop `odb_source_loose_has_object()`
Patrick Steinhardt committed 2 months ago
odb/source-loose: wire up `count_objects()` callback
Patrick Steinhardt committed 2 months ago
odb/source-loose: wire up `find_abbrev_len()` callback
Patrick Steinhardt committed 2 months ago
odb/source-loose: wire up `for_each_object()` callback
Patrick Steinhardt committed 2 months ago
odb/source-loose: wire up `read_object_stream()` callback
Patrick Steinhardt committed 2 months ago
odb/source-loose: wire up `read_object_info()` callback
Patrick Steinhardt committed 2 months ago
odb/source-loose: wire up `close()` callback
Patrick Steinhardt committed 2 months ago
odb/source-loose: wire up `reprepare()` callback
Patrick Steinhardt committed 2 months ago
odb/source-loose: start converting to a proper `struct odb_source`
Patrick Steinhardt committed 2 months ago