5 years ago ca6e02acaa Stefan Sperling
add support for first-parent history traversal to got-read-pack
5 years ago 5aa813935b Stefan Sperling
add copyright year for files already touched in 2020
5 years ago 2c98ee284c Stefan Sperling
NAME_MAX does not account for a terminating NUL
5 years ago 56e0773df7 Stefan Sperling
convert tree entries from SIMPLEQ to an array
5 years ago 5f25cc8582 Stefan Sperling
remove obj->path_packfile which is unused nowadays; saves a few free() calls
5 years ago 8aa93786da Stefan Sperling
make 'got cat' output look more like raw object files
5 years ago ed17542722 Stefan Sperling
more progress on generating new tree entries
5 years ago 90bdb554ae Stefan Sperling
expose a static helper function as got_object_get_path()
6 years ago e02fc99fa1 Stefan Sperling
move declaration of object labels to got_lib_object.h
6 years ago 5d56da8198 Stefan Sperling
happy new copyright year
6 years ago e650241d3a Stefan Sperling
remove unused field from struct got_blob_object
6 years ago ac544f8c6f Stefan Sperling
pass smallish blobs directly via imsg buffer
6 years ago 6e72e6a3bf Stefan Sperling
there's no point in embedding the object header in commits
6 years ago 1785f84a3a Stefan Sperling
eliminate got_object_open() round-trip when opening commits
6 years ago ddf1c73491 Stefan Sperling
make got_object_blob_id_str() a private API
6 years ago 15a949835c Stefan Sperling
remove struct got_object from public library API
6 years ago 45d799e224 Stefan Sperling
make commit objects opaque in the library's API
6 years ago f4a881ce8b Stefan Sperling
more support for tag objects; new code is not yet reachable
6 years ago 41fa143713 Stefan Sperling
back out mini-commits; no significant performance difference
6 years ago 05e1230b0e Stefan Sperling
rename got_commit_object_mini to got_mini_commit_object
6 years ago e32baab7e1 Stefan Sperling
add an object cache for mini commits
6 years ago 7762fe12f8 Stefan Sperling
add a mini-commit object for use by commit graph
6 years ago c59b334653 Stefan Sperling
stop sending deltas in imsg; cache deltas in got-read-pack
6 years ago a440fac05e Stefan Sperling
move object parsing code into a separate file
6 years ago 883f046994 Stefan Sperling
make struct got_tree_object opaque