Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-13 | Make imsg.h a bit more self-contained by prototyping struct iovec. | Claudio Jeker | |
OK martijn@ mvs@ deraadt@ | |||
2019-01-20 | Change imsg header definitions to use standard types. | Brent Cook | |
ok deraadt@ claudio@ | |||
2017-03-24 | Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former are | Nicholas Marriott | |
more portable. Add stdint.h to the headers in imsg_init(3). No objections from millert@. | |||
2013-12-26 | constify data parameter in imsg_add() and imsg_compose() | Eric Faurot | |
ok deraadt@ | |||
2010-06-23 | Protect against multiple inclusion, from Christiano F. Haesbaert. | Nicholas Marriott | |
ok deraadt@ | |||
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott | |
Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt |