Commit Briefs

9f7d7167e8 Stefan Sperling

add skeleton for tog(1)


0c048b1581 Stefan Sperling

offsets in pack files should not make us seek beyond EOF


b419fc475b Stefan Sperling

error out if child dies or does not exit with success



be37c2e655 Stefan Sperling

don't pass redundant program name to setproctitle()


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