Age | Commit message (Expand) | Author |
2 days | Adjust rpki-client to the new msgbuf_write api | Claudio Jeker |
2 days | Adjust bgpd to the new msgbuf_write / ibuf_write API | Claudio Jeker |
2 days | Adjust to new msgbuf_write/ibuf_write API and use ibuf_write since | Claudio Jeker |
2 days | Do not abuse struct ibuf_read instead define local struct with the same fields. | Claudio Jeker |
2 days | Do not abuse struct ibuf_read for internal bits. Just define an own struct. | Claudio Jeker |
2 days | s/ibuf_add_buf/ibuf_add_ibuf/ | Claudio Jeker |
2 days | Unify error reporting in various control programs. | Claudio Jeker |
2 days | Only ldapd tried to handle fd exhaustion during imsg fd passing. | Claudio Jeker |
2 days | Convert vmd over to new imsgbuf_read behaviour and fix some lurking | Claudio Jeker |
2 days | Try to handle the dumpster fire called constraint.c a bit better. | Claudio Jeker |
2 days | Simple bits of converting ntpd over to the new imsgbuf_read behaviour. | Claudio Jeker |
2 days | Implement the recv_imsg/read_message function in the correct way. | Claudio Jeker |
2 days | Convert radiusd to new imsgbuf_read behaviour. | Claudio Jeker |
2 days | Convert npppd and npppctl over to new imsgbuf_read behaviour. | Claudio Jeker |
2 days | No need to handle EAGAIN anymore. | Claudio Jeker |
2 days | bgpd and smtpd include their own imsgbuf_read_nofd() implementation. | Claudio Jeker |
2 days | Convert the common imsgbuf_read calls to the post EAGAIN world. | Claudio Jeker |
2 days | Just use the new better imsg API | Claudio Jeker |
2 days | Use msgbuf_queuelen() where approriate | Claudio Jeker |
2 days | Use imsgbuf_queuelen() instead of accessing the w.queue member. | Claudio Jeker |
2 days | Use imsgbuf_clear() where appropriate instead of msgbuf_clear(). | Claudio Jeker |
2 days | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to | Claudio Jeker |
2 days | Convert imsg_write() callers to the new simplified return logic. | Claudio Jeker |
2 days | Convert imsg_write() callers to the new simplified return logic. | Claudio Jeker |
2 days | Convert ibuf_write() callers to new simplified return logic. | Claudio Jeker |
2 days | Convert msgbuf_write() callers to the new return logic. | Claudio Jeker |
2 days | Use ibuf_write() to send BGP messages to peers instead of msgbuf_write(). | Claudio Jeker |
2 days | Introduce imsg_write() and use it instead of msgbuf_write(). | Claudio Jeker |
2 days | Use imsg_flush() instead of implementing the same by hand. | Claudio Jeker |
2 days | imsg_flush no longer returns EAGAIN. Simplify proc_flush_imsg() accordingly. | Claudio Jeker |
2 days | ibuf_get_string() was added to the ibuf API, remove local version | Claudio Jeker |
2 days | Update ibuf and imsg manpage to include all new functions. | Claudio Jeker |
2 days | Add ibuf_read and msgbuf_read to read from a socket and msgbuf_get | Claudio Jeker |
2 days | Make struct msgbuf opaque. Introduce msgbuf_new() and msgbuf_free() for that. | Claudio Jeker |
2 days | Remove fd from struct msgbuf, instead pass the fd to imsg_write and | Claudio Jeker |
2 days | Reshuffle code and rename some internal functions. | Claudio Jeker |
2 days | Retire ibuf_add_buf, replaced by better named ibuf_add_ibuf | Claudio Jeker |
2 days | Only ldapd tried to handle fd exhaustion during imsg fd passing. | Claudio Jeker |
2 days | Adjust imsgbuf_read to return an int with either 1, 0 or -1. | Claudio Jeker |
2 days | Introduce imsgbuf_queuelen() which returns the number | Claudio Jeker |
2 days | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush | Claudio Jeker |
2 days | Simplify imsg_write, msgbuf_write and ibuf_write return codes. | Claudio Jeker |
2 days | Introduce imsg_write() and use it instead of msgbuf_write(). | Claudio Jeker |
2 days | imsg_flush() should retry the write on EAGAIN errors. | Claudio Jeker |
2 days | Refine imsg_forward(), do not close fd, just don't forward it. | Claudio Jeker |
2 days | Use ibuf_fd_set() and ibuf_fd_get() to handle the fd passing in imsgs. | Claudio Jeker |
2 days | Allow 0 sized ibuf_open() and mark stack buffers by setting the fd to -2. | Claudio Jeker |
2 days | nline ibuf_realloc() in ibuf_reserve() it is the only | Claudio Jeker |
2 days | Add ibuf_get_string() to the ibuf API (used by bgpd and xlockmore) | Claudio Jeker |
2 days | Let the user provide an alternative perfpolicy when on battery | Jeremie Courreges-Anglas |