Commits


tog(1): handle vertical window resize events properly


add a quick path for redraw in log view


fixed column size for log display


in tog_log_view close the root object as soon as possible


split fetching and drawing of commits into separate steps


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


make tog(1) command argument optional


trim author names in tog log view


make keypad work in log view


make tog log show one commit per line and highlight selected one


add skeleton for tog(1)


offsets in pack files should not make us seek beyond EOF


error out if child dies or does not exit with success


store fd instead of FILE in struct got_pack to prepare privsep


don't pass redundant program name to setproctitle()


fix typo in blob read buffer size in diff_blobs()


increase delta recursion limit; was too low for openbsd git repo


don't override error codes in diff_modified_blob()


fix error code in got_object_blob_open()


verify size of blob received from privsep child


read blobs through privsep


give some privsep functions shorter names


prepare for blob privsep: use file descriptors instead of FILE


add got_inflate_read_fd() and got_inflate_to_fd()


introduce got_opentempfd()