Commit Briefs

638f902404 Stefan Sperling

rename got_error_prefix_errno() to got_error_from_errno()


656b1f76d3 joshua stein

while (1) -> for (;;)


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


ed17542722 Stefan Sperling

more progress on generating new tree entries


8914529dc5 Stefan Sperling

make parse_tree_entry() require a mode field


fae40e36ea Stefan Sperling

bump copyright year in object_parse.c


dedbbd9dcc Stefan Sperling

fix more unbound string searches in object_parse.c


c7c59d3c05 Stefan Sperling

remove unused variable in got_object_parse_header()


9ef4ac1620 Stefan Sperling

don't use unbound strlen() while parsing objects


23bc48a995 Stefan Sperling

rename got_zstream_* to got_inflate_*


e02fc99fa1 Stefan Sperling

move declaration of object labels to got_lib_object.h





5e0b25c451 Stefan Sperling

wrap another long line


6e72e6a3bf Stefan Sperling

there's no point in embedding the object header in commits



15a949835c Stefan Sperling

remove struct got_object from public library API


45d799e224 Stefan Sperling

make commit objects opaque in the library's API



13f977b460 Stefan Sperling

Set output to NULL if got_object_parse_tree() fails.


6f3efa55b1 Stefan Sperling

remove unused declarations


68bf1b1e46 Stefan Sperling

unnecessary repeated strlen() in parse_tree_entry()


f054b67ad0 Stefan Sperling

remove object_idcache; use object_idset instead