Commits


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


simplify variable names in read_object_header_privsep_child()


add read_object_header_privsep_child() helper


plug fd leak in read_object_header_privsep()


make open_loose_object return a file descriptor


close pipe in unpriv child


read object headers with privsep


initialize output parameter in object_path()


add the ability to start the log at a particular commit


remove GOT_ERR_NO_MEM, we can just use errno in those cases


rename the library-internal headers again to a common prefix


rewrite 'got log' without recursion


fix resource leaks in error paths of got_object_blob_open()


initialize some output variables on failure


fix fd leak in got_object_open()


set obj->size of packed deltified objects to object's actual size