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


fb43ecf150 Stefan Sperling

check for errors from fclose()


5d56da8198 Stefan Sperling

happy new copyright year


c89f2770dd Stefan Sperling

apply unveil(2) to delta tests


9465d5226d Stefan Sperling

make C test output match cmdline test output


5350974567 Stefan Sperling

test for libgit2's out-of-bounds read of delta bug



2ff12563f8 Stefan Sperling

fix 'make PROFILE=1' build


511a516b74 Stefan Sperling

move got_opentmp* functions to public API; used from tog




f8352b2a84 Stefan Sperling

use pledge(2) in regression tests


32cb896c4b Stefan Sperling

rename library-private headers from *_priv.h to *_lib.h




80f0eb00bf Stefan Sperling

public API is now independent of sha1.h and zlib.h


f8aea23e89 Stefan Sperling

delta bases are no longer compressed; update delta_test


885d3e0206 Stefan Sperling

implement delta combiner and a small test suite for it


b08fe7be6d Stefan Sperling

make tests print 'ok' if they pass


ac25a29282 Stefan Sperling

add a skeleton for a delta test (empty)