Commits


prevent double-close(2) of file descriptors passed in imsg


check for errors from close(2)


check for errors from fclose()


check for fflush() errors


add potentially useful helpers for tag objects and refs


happy new copyright year


pass smallish blobs directly via imsg buffer


handle zero-length files in open_blob() correctly


fix fwrite() call in got_object_blob_dump_to_file()


fix an unchecked fwrite() call in got_object_blob_dump_to_file()


drop dead code from got_privsep_send_obj_req()


make all the read_privsep functions local to object.c


eliminate got_object_open() round-trip when opening blobs


eliminate got_object_open() round-trip when opening tags


eliminate got_object_open() round-trip when opening trees