Age | Commit message (Expand) | Author |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | Repair more msg_controllen dealing with structures or arrays of | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2007-03-19 | when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not | Henning Brauer |
2006-05-27 | if the pid given to imsg_create is 0, use the pid sored in the ibuf (which | Henning Brauer |
2005-11-02 | Mark some additional function arguments as const. | Claudio Jeker |
2005-04-26 | unify shared code a bit again to make future syncs easier | Henning Brauer |
2005-03-23 | ssize_t -> size_t, from ntpd, there from Alexander von Gernler | Henning Brauer |
2005-03-09 | correctness: memmove instead of memcpy where we might have overlaps | Henning Brauer |
2004-09-17 | Fix log message | Claudio Jeker |
2004-09-16 | imsg type is really an enum imsg_type and not an int | Henning Brauer |
2004-09-16 | imsg API cleanup: | Henning Brauer |
2004-08-19 | better diagnostics | Henning Brauer |
2004-08-11 | Typo. OK henning@ | Claudio Jeker |
2004-07-05 | fix a few KNF fallouts | Henning Brauer |
2004-06-20 | allow for receival of up to 16 fds at once; after discussion with theo | Henning Brauer |
2004-06-20 | implement file descriptor passing in the imsg/msgbuf framework, and use | Henning Brauer |
2004-04-29 | sock -> fd; ok henning | Theo de Raadt |
2004-03-12 | tweak err reporting | Henning Brauer |
2004-02-16 | Extend imsg API so that messages can be composed on the fly. In the RDE it | Claudio Jeker |
2004-01-22 | use log_warnx and log_info. reclassify a few messages in the process and fix | Henning Brauer |
2004-01-22 | s/log_err/log_warn/ | Henning Brauer |
2004-01-09 | get us a stateful imsg relaying framework, and the first receiver, | Henning Brauer |
2004-01-06 | 2004 | Henning Brauer |
2004-01-03 | change imsg_read semantics so that the number of bytes read is returned. | Henning Brauer |
2004-01-01 | listen on a AF_LOCAL socket for imsgs too. | Henning Brauer |
2004-01-01 | typo | Henning Brauer |
2004-01-01 | now that imsg_get uses bigger buffers, one read call can put more than one | Henning Brauer |
2003-12-30 | correctly free after buf_add/_close errs. | Henning Brauer |
2003-12-30 | missing free()s in error cases that (now) lead to program termination | Henning Brauer |
2003-12-28 | redo the imsg readers to use bigger buffers and less read(2)s. should increase | Henning Brauer |
2003-12-26 | let imsg_get and imsg_compose not fatal() but return errors upstream. | Henning Brauer |
2003-12-26 | when this project started and i added the fatal() function, I made it take | Henning Brauer |
2003-12-24 | handle write() returning 0 correctly, adjust the msgbuf API appropriately, | Henning Brauer |
2003-12-21 | rename get_imsg() to imsg_get(); that's more consistent | Henning Brauer |
2003-12-21 | wrap read & write buffers for imsgs into a struct. | Henning Brauer |
2003-12-21 | overhaul the write buffering code. | Henning Brauer |
2003-12-20 | more cast cleanup imsg_compose takes now a void * argument. OK henning@ | Claudio Jeker |
2003-12-20 | let buf_add take void *data instead of u_char *data and save a zillion | Henning Brauer |
2003-12-20 | fatal() is a bit too much on 0 bytes read. imsg_get returns 0 in other | Henning Brauer |
2003-12-20 | read(2)/write(2) return ssize_t, not size_t | Henning Brauer |
2003-12-17 | welcome, bgpd | Henning Brauer |