Commits


move got_opentmp* functions to public API; used from tog


error out if child dies or does not exit with success


store fd instead of FILE in struct got_pack to prepare privsep


don't pass redundant program name to setproctitle()


fix error code in got_object_blob_open()


verify size of blob received from privsep child


read blobs through privsep


give some privsep functions shorter names


prepare for blob privsep: use file descriptors instead of FILE


add open_loose_blob() helper


simplify error handling in got_object_blob_open()


extract blobs to tempfiles instead of reading through zlib


read tree objects with privsep


typo


read commit objects with privsep