summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pledge ripe and rde.remi2018-11-041-9/+1
* Nuke some whitespace that keeps poking me in the eye as I try tokrw2017-01-171-2/+2
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-081-7/+9
* Allow specifying an alternate socket path.jca2016-08-021-10/+10
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+3
* More session_socket_blockmode() removal. While there make the main UDPclaudio2015-02-091-24/+5
* Close the control fd when it has reported EOF.krw2014-07-111-2/+2
* handle msgbuf_write() returning EAGAINbenno2013-11-191-2/+2
* handle ECONNABORTED errors from accept(). In many code blocks they can bederaadt2013-03-111-2/+3
* delete excessive evtimer_pending; ok claudioderaadt2012-04-111-3/+2
* Handle file descriptor exhaustion in the accept() case.deraadt2012-04-101-3/+27
* Use calloc() instead of malloc() to allocate the connection structure. Thisclaudio2010-05-141-2/+2
* Kill double declaration of control_imsg_relay().michele2010-02-211-3/+1
* porcesses -> processesjsg2009-12-081-2/+2
* log_warn() consistency.mk2009-12-021-2/+2
* Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling ofclaudio2009-11-021-1/+16
* make ripctl/ripd imsg-in-a-lib ready too.eric2009-06-061-21/+23
* Remove redundant imsg_event_add calls; ok claudio@jacekm2009-05-311-2/+1
* Better EV_READ and EV_WRITE handling in the libevent callbacks. Again mostlyclaudio2009-05-311-9/+5
* Fix an invalid pointer dereference in control_close(). If control_connbyfd()claudio2009-02-251-2/+4
* do not leak confd on malloc failure in control_accept()henning2008-01-311-1/+2
* Use an ssize_t instead of int like in all other imsg handlers. Hint by lintclaudio2007-10-241-2/+2
* Remove redundant code.claudio2007-10-171-6/+1
* do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et alhenning2007-03-191-2/+2
* Typo in fatal() message found by dunceor @ gmail dot comclaudio2007-01-231-3/+3
* Welcome ripdnorby2006-10-181-0/+300