Commit Briefs

56e0773df7 Stefan Sperling

convert tree entries from SIMPLEQ to an array






13555e04f0 Sebastien Marie

Show only whitelisted commit headers in 'got log'

Generic way to deal with gpgsig header or extra headers added by some tools. All headers still available via 'got cat' ok stsp@


4793d91bf3 Stefan Sperling

have got_object_parse_* check for zero-length input




5943eee280 Stefan Sperling

strip Git GPG signatures from log messages


ca0d469cb4 Stefan Sperling

don't forget to do refcounting in got_object_tag_close()


a0de39f397 Stefan Sperling

fix build on OpenBSD/sparc64 (gcc)




dd88155e48 Stefan Sperling

disambiguate abbreviated object IDs based on object type


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