Commit Briefs

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



6c281f94f6 Stefan Sperling

show timezone offset in 'got log'


ef530fe5a1 Stefan Sperling

make commit timestamps work across privsep


2967a784ac Stefan Sperling

verify size of blob received from privsep child


ff6b18f831 Stefan Sperling

read blobs through privsep


068fd2bf0c Stefan Sperling

give some privsep functions shorter names



052d4dc305 Stefan Sperling

read tree names from imsg at the right offset


e033d80370 Stefan Sperling

read tree objects with privsep


86acc5664b Stefan Sperling

don't transform sha1 to string and back for icommits


bff6ca00c7 Stefan Sperling

read commit objects with privsep