summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/io.c
AgeCommit message (Expand)Author
2021-12-05fix unintended sizeof pointerJonathan Gray
2021-10-24Add my copyright to some filesClaudio Jeker
2021-10-23Rename io_buf_new to io_new_buffer and io_buf_close to io_close_buffer.Claudio Jeker
2021-10-23Finnally move away from blocking reads in rpki-client. The code was aClaudio Jeker
2021-10-22First step of cleanup in the io land. Introduce io_buf_new() andClaudio Jeker
2021-03-04Implement a https client as a sub-process for rpki-client. This code willClaudio Jeker
2021-01-08Start using the ibuf API (ibuf_dynamic, ibuf_add, ibuf_close) for writingClaudio Jeker
2020-12-18In io_str_read() return 0-length strings as NULL pointers instead ofClaudio Jeker
2020-12-02Remove the last users of io_*_write functions that call io_simple_write()Claudio Jeker
2020-09-12Include openssl/x509.h in extern.h since it uses a few of the typedefs fromClaudio Jeker
2019-11-29You know the main street in white horse? On the left...Sebastian Benoit
2019-11-29fix io_simple_read() change from earlier 'fix warnings' commitSebastian Benoit
2019-11-28enable more warning flags and fix a few issues noticed.Sebastian Benoit
2019-08-13Silence warnings about short reads. They happen, we deal with it, it'sFlorian Obser
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-19use $OpenBSD$ headersTheo de Raadt
2019-06-17Don't do -portable in base. It is better done outside the tree.Theo de Raadt
2019-06-17Import Kristaps Dzonsons' RPKI validator into the treejob