Commit Briefs


5aa813935b Stefan Sperling

add copyright year for files already touched in 2020


e40b19ed24 Stefan Sperling

fix reading ref deltas with GOT_PACK_NO_MMAP builds



ab2f42e760 Stefan Sperling

cache delta data buffers in an LRU cache







6772cf2220 Hiltjo Posthuma

got_packidx_open: free packidx object when open(2) fails



a0de39f397 Stefan Sperling

fix build on OpenBSD/sparc64 (gcc)



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)