Commit Briefs

230a42bdc6 joshua stein

got_error_from_errno -> got_error_prefix_errno

also add got_error_prefix_errno2 and got_error_prefix_errno3 which should hopefully all be merged into a single function with variadic args (but can't alloc mem)


324d37e7c7 Stefan Sperling

make got path APIs available to library consumers


0dd5271bd8 Stefan Sperling

plug fd leak in got_pack_stop_privsep_child()


a5b57ccf59 Stefan Sperling

omit unused mode argument to open(2)


3a11398b2a Stefan Sperling

more specific mmap(2) failure checks



3a6ce05aff Stefan Sperling

check for errors from close(2)


fb43ecf150 Stefan Sperling

check for errors from fclose()


5d56da8198 Stefan Sperling

happy new copyright year



ac544f8c6f Stefan Sperling

pass smallish blobs directly via imsg buffer


15a949835c Stefan Sperling

remove struct got_object from public library API


96732e0bd8 Stefan Sperling

fix error handling in got_pack_stop_privsep_child()


34fca9c35c Stefan Sperling

bounds checks before memcpy in got_delta_apply_in_mem()


106807b41a Stefan Sperling

make object caching actually work in got-read-pack