Commit Briefs

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


5d43e84d91 Stefan Sperling

don't proceed after errors in got_privsep_send_error()


fe36cf7631 Stefan Sperling

create recv_one_imsg() helper


c4eae628f4 Stefan Sperling

create recv_imsg_error helper function


94fbf93add Stefan Sperling

unpriv process doesn't know the actual object id


8c580685ac Stefan Sperling

treat unexpected message from unpriv processes as error


8aac89a7e0 Stefan Sperling

handle errno errors correctly in got_privsep_recv_obj()


2178c42edf Stefan Sperling

read object headers with privsep