Age | Commit message (Expand) | Author |
2010-04-15 | Log recieved notifications in a human understanable way. Makes debugging | Claudio Jeker |
2010-04-15 | Cleanup the interface FSM by removing most of the ospfd specific states | Claudio Jeker |
2010-04-15 | session_shutdown() issues a NBR_EVT_CLOSE_SESSION and therefore a | Claudio Jeker |
2010-04-15 | Fix fd leak in error case. | Claudio Jeker |
2010-04-15 | Instead of having three ways of setting fds non-blocking use | Claudio Jeker |
2010-04-15 | struct ldp_hdr has probably the worst possible layout (ending with a single | Claudio Jeker |
2010-04-15 | Even though label withdraw, release, and abort requests are not fully | Claudio Jeker |
2010-04-13 | When a prefix has a implicit null label associated, force pop operation. | Michele Marchetto |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |
2010-03-26 | Never call close(nbr->fd) when the neighbor session was fully established, | Claudio Jeker |
2010-03-26 | event_del() the read event when hitting a read error or when closing the | Claudio Jeker |
2010-03-25 | Kroute updates from the LDE are per FEC so do the lookup in kroute with | Claudio Jeker |
2010-03-24 | We need to set the rtm_priority when changing a route so that we do not | Claudio Jeker |
2010-03-03 | Rework the kroute code by stealing some code from ospfd and massaging it | Claudio Jeker |
2010-03-01 | nitpicking, NULL instead of 0 in lde_imsg_compose_ldpe() call. | Claudio Jeker |
2010-02-25 | One more substitution of label 0 with NO_LABEL. | Michele Marchetto |
2010-02-25 | Whitespaces cleanup. | Michele Marchetto |
2010-02-25 | NO_LABEL (instead of zero) must be used to mean that no labels are associated | Michele Marchetto |
2010-02-25 | Do not use bufferevent for something that's already covered in the imsg | Claudio Jeker |
2010-02-24 | sort SEE ALSO; | Jason McIntyre |
2010-02-23 | Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which, | Ingo Schwarze |
2010-02-22 | Correctly encode FEC prefixes. This makes my test setup much happyer. | Claudio Jeker |
2010-02-21 | Kill double declaration of control_imsg_relay(). | Michele Marchetto |
2010-02-21 | Check bufferevent_new() return value. If it is NULL print an error message | Michele Marchetto |
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 |
2010-02-19 | Oups, unbreak build. | Claudio Jeker |
2010-02-19 | Cleanup a bit, remove unneeded dummy neighbor and initialize queue heads | Claudio Jeker |
2010-02-19 | If a neighbor goes down we need to cleanup the LIB from all FEC that point | Claudio Jeker |
2010-02-19 | Do not double free a knode when kroute_insert() fails. kroute_insert() | Claudio Jeker |
2010-02-18 | Make the output of printconf() look like a real config file. | Claudio Jeker |
2010-02-18 | Set the correct defaults for label advertisement, retention and distribution. | Michele Marchetto |
2010-02-18 | We need to set SO_REUSEADDR before doing the bind() of the tcp socket. | Claudio Jeker |
2010-02-18 | Remove some debug messages that are too verbose and no longer needed. | Claudio Jeker |
2010-02-18 | Close a fd leak when opening the tcp connection to the neighbor. | Claudio Jeker |
2010-02-16 | Make ldpd less verbose. | Michele Marchetto |
2010-02-16 | Plug a memory leak in pushfile(). | Michele Marchetto |
2010-01-19 | Don't fatalx() when a static route is deleted. | Michele Marchetto |
2010-01-08 | Implement section A.1.6 of RFC 5036: "Recognize new FEC". | Michele Marchetto |
2010-01-02 | sort SEE ALSO; | Jason McIntyre |
2010-01-02 | The .Rs macro must be followed by .Re, and empty .Rs is useless anyway. | Ingo Schwarze |
2010-01-02 | In the "ldpctl show lib" output print every known label and make clear if it | Michele Marchetto |
2009-12-30 | Correctly parse the host address in the FEC TLV. | Michele Marchetto |
2009-12-10 | Length of the host address in the FEC TLV must be encoded in number | Michele Marchetto |
2009-12-09 | Enable parsing of the optional Transport Address TLV in the hello | Michele Marchetto |
2009-12-08 | porcesses -> processes | Jonathan Gray |
2009-12-06 | During the session's initialization, when playing the passive role, send | Michele Marchetto |
2009-12-02 | log_warn() consistency. | Michael Knudsen |
2009-11-02 | More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug(). | Claudio Jeker |
2009-11-01 | Initialize "len" before using it in accept(2). | Michele Marchetto |