Commit Briefs


dd88155e48 Stefan Sperling

disambiguate abbreviated object IDs based on object type


4277420a1f Stefan Sperling

speed up matching of abbreviated commit IDs in pack files


e09a504cc5 Stefan Sperling

introduce support for abbreviated object IDs


ff563a3de3 Stefan Sperling

replace got_pack_get_packfile_size() with simple fstat()


57377f0776 Stefan Sperling

stat .idx file to determine its size, not the .pack file


1a35c1bc90 Stefan Sperling

fix double-frees in error path when resolving deltas fails


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