Commit Briefs

638f902404 Stefan Sperling

rename got_error_prefix_errno() to got_error_from_errno()


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


faaa1c0fd2 Stefan Sperling

handle errors from read(2) better while reading pack files


3840f4c96d Stefan Sperling

fix "rpath" pledge violation in got-read-pack


c59b334653 Stefan Sperling

stop sending deltas in imsg; cache deltas in got-read-pack


876c234bd6 Stefan Sperling

start reading pack files with privsep; still WIP


40cf720813 Stefan Sperling

remove unused includes from pack.c





1510f46981 Stefan Sperling

move pack caching code from pack.c to repository.c