Commit Briefs

c429614457 Stefan Sperling

WIP commit implementation


eb7dbff561 Stefan Sperling

make got's acronym expansion official


76f564d51b Stefan Sperling

rename create_loose_object() to create_object_file()


4be2a0b433 Stefan Sperling

eliminate extra memcpy in got_object_{blob,tree}_create()


f91abf8111 Stefan Sperling

introduce got_object_tree_create()


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


c6f826b4b8 Stefan Sperling

better variable names in create_loose_object()



4e4a700503 Stefan Sperling

flush compressed output in got_deflate_read()



f970685c28 Stefan Sperling

flip order of arguments to got_object_blob_create()



f488e73cc6 Stefan Sperling

fix objpath memleak in got_object_blob_create()




f16c2465a5 Stefan Sperling

don't forget to write header in got_object_blob_create()


a14a8cf670 Stefan Sperling

eliminate unnecessary fdopen() in got_object_blob_create()


45d610198c Stefan Sperling

avoid double file close in got_object_blob_create()


44edeea709 Stefan Sperling

introduce got_object_blob_create()


90bdb554ae Stefan Sperling

expose a static helper function as got_object_get_path()


3eb93f3c86 Stefan Sperling

inline open(2) flags in got_lockfile_lock()