Commit Briefs

5aa813935b Stefan Sperling

add copyright year for files already touched in 2020



b64b1f953a Stefan Sperling

plug a memory leak; parsed tree entries were not freed


56e0773df7 Stefan Sperling

convert tree entries from SIMPLEQ to an array



ed17542722 Stefan Sperling

more progress on generating new tree entries


9f2369b01b Stefan Sperling

make all the read_privsep functions local to object.c


ebc55e2dfc Stefan Sperling

eliminate got_object_open() round-trip when opening blobs


268f7291e6 Stefan Sperling

eliminate got_object_open() round-trip when opening tags


13c729f710 Stefan Sperling

eliminate got_object_open() round-trip when opening trees





5df4932d8e Stefan Sperling

improve handling of struct got_object_qid allocations




05e1230b0e Stefan Sperling

rename got_commit_object_mini to got_mini_commit_object


7762fe12f8 Stefan Sperling

add a mini-commit object for use by commit graph


3840f4c96d Stefan Sperling

fix "rpath" pledge violation in got-read-pack


55da3778cb Stefan Sperling

read packed blobs with privsep


e78854052d Stefan Sperling

read packed trees with privsep


cfd633c2f1 Stefan Sperling

read packed commits with privsep


876c234bd6 Stefan Sperling

start reading pack files with privsep; still WIP


ad242220ad Stefan Sperling

implement fork+exec (and by the way, fix the build...)