Commit Briefs

d0f709cb2b Stefan Sperling

in tog_log_view close the root object as soon as possible


0553a4e327 Stefan Sperling

split fetching and drawing of commits into separate steps


ad7de8d907 Stefan Sperling

tog(1): improve "unknown command" error message


c2301be8a8 Stefan Sperling

make tog(1) command argument optional


6d9fbc005a Stefan Sperling

trim author names in tog log view


00a838fa1e Stefan Sperling

make keypad work in log view



9f7d7167e8 Stefan Sperling

add skeleton for tog(1)


0c048b1581 Stefan Sperling

offsets in pack files should not make us seek beyond EOF


b419fc475b Stefan Sperling

error out if child dies or does not exit with success



be37c2e655 Stefan Sperling

don't pass redundant program name to setproctitle()


28ec8409d3 Stefan Sperling

fix typo in blob read buffer size in diff_blobs()



730a8aa0c1 Stefan Sperling

don't override error codes in diff_modified_blob()


1a6b3ab742 Stefan Sperling

fix error code in got_object_blob_open()


2967a784ac Stefan Sperling

verify size of blob received from privsep child


ff6b18f831 Stefan Sperling

read blobs through privsep


068fd2bf0c Stefan Sperling

give some privsep functions shorter names



962916a2f6 Stefan Sperling

add got_inflate_read_fd() and got_inflate_to_fd()


80f4afe898 Stefan Sperling

introduce got_opentempfd()


57efb1af59 Stefan Sperling

add open_loose_blob() helper


c7254d7957 Stefan Sperling

simplify error handling in got_object_blob_open()


15c8b0e675 Stefan Sperling

extract blobs to tempfiles instead of reading through zlib