summaryrefslogtreecommitdiffstats
path: root/isisd/isis_events.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12698 from Orange-OpenSource/isisdRuss White2023-04-111-2/+2
|\
| * isisd: Update to the new printfrr ISO formatOlivier Dugeon2023-03-211-2/+2
* | *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* | *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-6/+6
* | *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-12/+12
* | *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* | *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
|/
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* isisd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-5/+5
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-4/+2
* isisd: fix circuit is-type configurationIgor Ryzhov2021-10-301-1/+6
* *: unify thread/event cancel macrosMark Stapp2020-10-231-5/+5
* isisd: change debug messages to use uppercase SPFRenato Westphal2020-10-141-8/+0
* isisd: fix pseudonode LSP bugEmanuele Di Pascale2020-09-141-0/+13
* ISIS VRF: ISIS Debug structure modificationsharios2020-06-241-4/+4
* 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