summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/keepalive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* More renaming and whitespace cleanup.renato2016-07-011-4/+4
* Remove superfluous includes.renato2016-05-231-15/+2
* Fix mess caused by my commit script.renato2016-05-231-6/+5
* Improve the parser of TCP/session packets.renato2016-05-231-8/+5
* Replace manually written function names with __func__.renato2016-05-231-2/+2
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Generate the NBR_EVT_PDU_RCVD event in a single point.renato2013-10-151-3/+1
* Always accept TCP connection requests and identify to which neighborclaudio2013-06-041-2/+2
* Drop support for per-interface labelspaces.claudio2013-06-011-2/+2
* Drop support for passive interfaces.claudio2013-06-011-4/+1
* Rewrite all packet parsers to be more careful about alignment. Untilclaudio2010-11-041-9/+6
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-3/+3
* Do not use bufferevent for something that's already covered in the imsgclaudio2010-02-251-3/+2
* Make send_* functions return void (and not int) as they can just succeedmichele2010-02-201-5/+3
* Remove some debug messages that are too verbose and no longer needed.claudio2010-02-181-5/+1
* Correctly send notification messages when errors occur.michele2009-06-051-5/+2
* Welcome ldpd, the Label Distribution Protocol daemon.michele2009-06-011-0/+94