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