Commit Briefs

28ec8409d3 Stefan Sperling

fix typo in blob read buffer size in diff_blobs()



730a8aa0c1 Stefan Sperling

don't override error codes in diff_modified_blob()


1a6b3ab742 Stefan Sperling

fix error code in got_object_blob_open()


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



962916a2f6 Stefan Sperling

add got_inflate_read_fd() and got_inflate_to_fd()


80f4afe898 Stefan Sperling

introduce got_opentempfd()


57efb1af59 Stefan Sperling

add open_loose_blob() helper


c7254d7957 Stefan Sperling

simplify error handling in got_object_blob_open()


15c8b0e675 Stefan Sperling

extract blobs to tempfiles instead of reading through zlib


b65ae19a62 Stefan Sperling

cosmetic output tweaks


84d2af0e4c Stefan Sperling

fix double-tree in cmd_checkout()



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


366d86ca5a Stefan Sperling

clean up imsg comments and declarations a bit


e506bf32df Stefan Sperling

typo


bff6ca00c7 Stefan Sperling

read commit objects with privsep


442a3ddc59 Stefan Sperling

try to infer repository path from work tree



302b7dd65f Stefan Sperling

add read_object_header_privsep_child() helper