Age | Commit message (Expand) | Author |
2004-09-16 | cope with ENOBUFS in buf_write() | Henning Brauer |
2004-09-14 | treat ENOBUFS like EAGAIN and try later | Henning Brauer |
2004-08-17 | when sending a file descriptor, close it on the receiving side in | Henning Brauer |
2004-07-03 | Switch mrt dumping to fd passing. This gives some speed up when extensive | Claudio Jeker |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-06-20 | argh, don't want to shutdown the socket in the parent after sending, | 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-02-19 | Make the code more portable. Add some missing header files and make the use | Claudio Jeker |
2004-02-17 | little easier | Henning Brauer |
2004-02-17 | missing bzero() of the iovec | Henning Brauer |
2004-01-10 | use writev(2) to get as many messages out at once as possible. | Henning Brauer |
2004-01-10 | we may only write after a POLLOUT, and then, we only may write once. | Henning Brauer |
2004-01-06 | 2004 | Henning Brauer |
2004-01-05 | Big overhaul of the mrt code. | Claudio Jeker |
2003-12-26 | need to clean errno before returning error in the custom case | Henning Brauer |
2003-12-24 | handle write() returning 0 correctly, adjust the msgbuf API appropriately, | Henning Brauer |
2003-12-23 | spacing | Theo de Raadt |
2003-12-21 | sync comments with reality and shorten a bit where appropriate | Henning Brauer |
2003-12-21 | overhaul the write buffering code. | Henning Brauer |
2003-12-21 | don't try to write out data immediately if there are queued writes. | Claudio Jeker |
2003-12-21 | yet more from the castathon; most aspath functions where accessing non- | 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 | read(2)/write(2) return ssize_t, not size_t | Henning Brauer |
2003-12-17 | welcome, bgpd | Henning Brauer |