Commits


add fingerprint and gencert


- [regress-extra] added 'test-create-many-files' and 'test-open-many-files'.


- [regress-extra] added a test checking what happens when writing empty data on a file.


- regress-extra] added 'test-path-exists-many-times'.


- [regress-extra] changed function's name to reflects the changes of the library's API.


fix remove documentation


new command pipe: fetch data and pass it as stdin of a program


fetch_fid: return int instead of exiting on write(2) errors


typo


drop unused function listen_by_id


kill unused variable


opt-in some warnings


use the global verbose var so childs inherit the correct log level


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.)


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.