Commit Briefs





Omar Polo

fix remove documentation




Omar Polo

typo


Omar Polo

drop unused function listen_by_id


Omar Polo

kill unused variable


Omar Polo

opt-in some warnings



Omar Polo

drop attribute __bounded__ in vis.h

it's not super-important, generates lots of warnings and seems to be absent in other copies of vis.h scattered on other OpenBSD -portable software (tmux for instance.)


Omar Polo

main_imsg_compose_listener: use (peerid) 0 instead of imsg.hdr.pid

it's wrong to pass the pid instead of the peerid and the peerid is not important anyway for the VERBOSE request.


Omar Polo

client_send_listener: send correct peerid

fix typo in previous commit where `0' was used instead of peerid. Spotted by cage, thanks!