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
/
relayd
/
imsg.h
Age
Commit message (
Expand
)
Author
2009-09-15
Enclose repeated buffer draining code in a new msgbuf_drain()
Jacek Masiulaniec
2009-06-07
Change the way fds passed over a socket are retreived on the receiving side.
Eric Faurot
2009-06-06
change the imsg header fields a bit to prepare for upcoming changes.
Eric Faurot
2009-06-05
didn't we just say we remove libevent from the imsg framework?
Eric Faurot
2009-06-05
4 handed diff with eric:
Pierre-Yves Ritschard
2009-06-05
bring buf_write here as well.
Pierre-Yves Ritschard
2009-06-05
Add an unused data field, to allow smtpd and ypldap to work, all lib
Pierre-Yves Ritschard
2009-06-05
bump MAX_IMSGSIZE here as well
Pierre-Yves Ritschard
2009-06-05
Make imsg completely async model agnostic by not requiring an
Pierre-Yves Ritschard
2009-06-04
move logging functions out of imsg.h, make imsg.c more library ready
Pierre-Yves Ritschard
2009-06-04
change imsg_close() return type to void. It never fails nor does it
Eric Faurot
2009-06-04
- move message types enum back to relayd.h
Eric Faurot
2009-06-04
Make imsg.c and buffer.c more generic by introducing
Eric Faurot