summaryrefslogtreecommitdiffstats
path: root/isisd/isis_events.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-1/+0
* isisd: add send_hello_sched functionChristian Franke2018-12-041-6/+1
* isisd: reduce code duplication for levelsChristian Franke2018-12-041-30/+17
* isisd: Replace isis_event_adjacency_state_change with a hookChristian Franke2018-10-051-19/+0
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* isisd: ISIS_[ERR|WARN] -> EC_ISISQuentin Young2018-09-131-1/+1
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* isisd: Add isis_errors and generate custom Error CodesDonald Sharp2018-08-141-3/+4
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-4/+2
* isisd: send/receive LSPs with new parserChristian Franke2017-08-031-1/+0
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-192/+182
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+4
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-16/+18
* *: fix some licensing SNAFUsDavid Lamparter2016-11-141-1/+0
* isisd: Segmentation fault on isis daemon fixesboris yakubov2016-09-231-2/+4
* isisd: fold up isis_circuit_is_type_set()David Lamparter2016-08-161-1/+1
* isisd: API: LSP-MTU & area levelChristian Franke2016-07-281-113/+0
* isisd: fix crash on changing the circuit type of a passive interfaceLu Feng2016-05-261-19/+22
* isisd: add a slight delay to lsp_regenerate_scheduleChristian Franke2016-03-301-0/+4
* isisd: couple of bug fixesSubbaiah Venkata2012-04-071-26/+21
* isisd: add Google's changes to IS-ISJosh Bailey2012-04-071-43/+107
* [isisd] remove includes of common system headers.paul2005-11-201-3/+0
* * isis_adjacency.c: Stop expire timer while deleting adjacency.hasso2005-10-011-0/+1
* * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS.hasso2005-09-281-2/+2
* * *.c: Try to be less verbose by default (without any debug optionshasso2005-09-041-6/+8
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-6/+3
* * *.c: Changed many functions to static. Some commented outhasso2005-01-181-2/+2
* zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso2004-12-241-8/+8
* No warnings here any more.hasso2004-10-071-1/+1
* Compiler warnings fixes.hasso2004-09-261-15/+1
* 2004-09-20 LIU Xin <lx at ns.6test.edu.cn>hasso2004-09-201-10/+2
* Isisd is now able to remove addresses from circuit and trigger LSP updateshasso2004-09-141-0/+14
* Indentation only. No any functional changes.hasso2004-09-101-139/+153
* Make it compile in NetBSD and OpenBSD.hasso2004-05-191-1/+0
* Threads usage cleanup. Still at least one bug to go.hasso2004-02-111-37/+22
* Initial revisionjardin2003-12-231-0/+336