Commit Briefs


79fcf3e430 Stefan Sperling

fix build with PROFILE=1


fa4ffeb3a0 Stefan Sperling

properly flush imsg in send_commit_logmsg()


644e44ed86 Stefan Sperling

remove some dead code


18336eedac Stefan Sperling

fix error check in got_privsep_recv_blob()


7788015835 Stefan Sperling

move code not used by libexec tools out of object_parse.c


8a0ead396f Stefan Sperling

fix stuck cursor on page-up in tog's tree view


f2877bf5fb Stefan Sperling

expose merge commits in log output again



fed7eaa8d1 Stefan Sperling

always select the new view in tog's view loop


f7013a2206 Stefan Sperling

add missing error check in tog's input_log_view()


f41eceb0ed Stefan Sperling

prevent dead view from being re-used in tog's view_loop


25791caa10 Stefan Sperling

fix crashes in tog when terminal is resized


a6d7eb8dbe Stefan Sperling

in tog, check return code of replace_panel()




34095730b1 Stefan Sperling

make backspace key work if 'tog log' runs in a child view


2bd27830c4 Stefan Sperling

give tog's child views >= 80 columns width


23721109e3 Stefan Sperling

fix logging /sys in tog while /sys symlink exists on disk


797bc7b9c2 Stefan Sperling

prevent use-after free in tog's close_log_view()


fd823528bd Stefan Sperling

refresh tog screen faster during during init phase


2c438a0a96 Stefan Sperling

remove #if 0 code which called curses from other threads




cc5bac6611 Stefan Sperling

revert previous; didn't fix the issue