Age | Commit message (Expand) | Author |
---|---|---|
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 |