Commit Briefs

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


35c737652c Stefan Sperling

make open_packed_object() expect a pack instead of a repo


a98c62b125 Stefan Sperling

remove unused parameter of open_delta_object()



48095039dd Stefan Sperling

don't open pack redundantly in dump_delta_chain_to_mem()