summaryrefslogtreecommitdiff
path: root/lib/libutil/imsg.c
AgeCommit message (Expand)Author
2013-12-26constify data parameter in imsg_add() and imsg_compose()Eric Faurot
2013-02-01fix memleak in imsg_read() when hitting the fd reserve checkGilles Chehade
2012-12-19Fix a purely theoretical NULL-pointer dereference in the case that weReyk Floeter
2012-06-02in imsg_read() avoid calling recvmsg() if we detect that we will be shortGilles Chehade
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott