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