Commit Briefs

5df4932d8e Stefan Sperling

improve handling of struct got_object_qid allocations


ccb26ccd3c Stefan Sperling

avoid a call to mktime() in commit graph's add_node()




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


6eb07a178c Stefan Sperling

fix imsg limit calculation in got_privsep_send_tree()


b00c982167 Stefan Sperling

avoid unnecessary imsg flushing in got_privsep_send_tree()



fa4ffeb3a0 Stefan Sperling

properly flush imsg in send_commit_logmsg()


18336eedac Stefan Sperling

fix error check in got_privsep_recv_blob()


106807b41a Stefan Sperling

make object caching actually work in got-read-pack


3840f4c96d Stefan Sperling

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



c59b334653 Stefan Sperling

stop sending deltas in imsg; cache deltas 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


d6bda086e6 Stefan Sperling

send deltas when requesting packed object extraction


876c234bd6 Stefan Sperling

start reading pack files with privsep; still WIP


ad242220ad Stefan Sperling

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


a440fac05e Stefan Sperling

move object parsing code into a separate file


6358180434 Stefan Sperling

rename zbuf to inflate


883f046994 Stefan Sperling

make struct got_tree_object opaque


788c352e1f Stefan Sperling

store commit timestamps as 'struct tm' in UTC