index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldpd
/
ldpe.h
Age
Commit message (
Expand
)
Author
2011-03-12
Bad bad Claudio. Fix an evil bug that caused nbr addr_tree corruption.
Claudio Jeker
2011-01-10
Fix a bad heritage from ospfd. Make neighbors independent of interfaces.
Claudio Jeker
2010-11-04
Rewrite all packet parsers to be more careful about alignment. Until
Claudio Jeker
2010-10-26
struct mapping_entry should just have a struct map instead of own
Claudio Jeker
2010-09-06
The nbr_reset_*() timer fucntions are the same as the nbr_start_* function.
Claudio Jeker
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-05-19
Remove yet another ospf leftover that is not needed here. This time
Claudio Jeker
2010-05-14
Do not send notifications directly onto the wire. Decide in the caller how
Claudio Jeker
2010-04-15
Instead of having three ways of setting fds non-blocking use
Claudio Jeker
2010-02-25
Do not use bufferevent for something that's already covered in the imsg
Claudio Jeker
2010-02-22
Correctly encode FEC prefixes. This makes my test setup much happyer.
Claudio Jeker
2010-02-20
Make send_* functions return void (and not int) as they can just succeed
Michele Marchetto
2010-02-20
Remove unneeded abstraction in neighbor fsm.
Michele Marchetto
2009-06-05
Correctly send notification messages when errors occur.
Michele Marchetto
2009-06-01
Welcome ldpd, the Label Distribution Protocol daemon.
Michele Marchetto