Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fix from aisha tammy; ok nicm | 2020-12-15 | 1 | -3/+3 | |
| | |||||
* | Change imsg header definitions to use standard types. | 2019-01-20 | 1 | -3/+3 | |
| | | | | ok deraadt@ claudio@ | ||||
* | explicitly mention local processes; from geoff hill | 2018-09-26 | 1 | -3/+3 | |
| | | | | ok nicm | ||||
* | Fix function argument names, from Abel Abraham Camarillo Ojeda via jmc@. | 2018-02-16 | 1 | -9/+9 | |
| | |||||
* | It's the imsg_compose(3) who accepts 'fd' argument, not imsg_create(3). | 2017-12-06 | 1 | -9/+9 | |
| | |||||
* | spacing (in EXAMPLES code) | 2017-05-03 | 1 | -3/+3 | |
| | |||||
* | Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former are | 2017-03-24 | 1 | -14/+15 | |
| | | | | | | more portable. Add stdint.h to the headers in imsg_init(3). No objections from millert@. | ||||
* | zap trailing whitespace; | 2016-10-15 | 1 | -3/+3 | |
| | |||||
* | Fixup the example for msgbuf_write() and imsg_read() to check the | 2016-10-10 | 1 | -5/+11 | |
| | | | | | | | | error cases for -1 and 0 explicitly (it initially only checked for -1, I updated it to also check for 0, and rzalamena@ figured out that 0 has to be checked in a differently). OK millert@ rzalamena@ | ||||
* | mention that ibuf_free() does not need a NULL check. | 2015-12-29 | 1 | -2/+5 | |
| | |||||
* | Do not loop on EAGAIN in imsg_read(). Better to return the error to the | 2015-12-05 | 1 | -3/+3 | |
| | | | | | caller and let him do another poll loop. This fixes spinning relayd processes seen on busy TLS relays. OK benno@ henning@ | ||||
* | typo in embedded code block; from Ben Cornett | 2015-07-11 | 1 | -3/+3 | |
| | |||||
* | The correct semantic is to check msgbuf_write() for <= 0, not just < 0. | 2015-06-11 | 1 | -7/+7 | |
| | | | | | | | | Fix one occurence in imsg_flush() and clarify it the man page. Discussed with at least blambert@ jsg@ yasuoka@. OK gilles@ | ||||
* | constify data parameter in imsg_add() and imsg_compose() | 2013-12-26 | 1 | -4/+4 | |
| | | | | ok deraadt@ | ||||
* | document that ibuf_write() and msgbuf_write() can now return EAGAIN | 2013-11-13 | 1 | -3/+9 | |
| | | | | from and with deraadt@ | ||||
* | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | 2013-06-05 | 1 | -6/+6 | |
| | |||||
* | imsg_get() returns ssize_t, not size_t. | 2012-11-15 | 1 | -3/+3 | |
| | |||||
* | struct buf -> ibuf; from Sunil Nimmagadda | 2012-10-22 | 1 | -4/+4 | |
| | |||||
* | update return values for ibuf_write and msgbuf_write | 2012-06-15 | 1 | -4/+4 | |
| | | | | ok gilles@ | ||||
* | s/ands/and/, from Tobias Ulmer | 2011-06-23 | 1 | -3/+3 | |
| | |||||
* | Correct msgbuf_write() example. OK jmc@ and nicm@ | 2011-03-05 | 1 | -3/+3 | |
| | |||||
* | imsg.h requires sys/uio.h, ok deraadt | 2010-10-31 | 1 | -2/+3 | |
| | |||||
* | typo; Ian McWilliam | 2010-05-28 | 1 | -3/+3 | |
| | |||||
* | Move imsg into libutil and add a man page. | 2010-05-26 | 1 | -0/+540 | |
Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt |