summaryrefslogtreecommitdiff
path: root/isisd/isis_dr.c
AgeCommit message (Expand)Author
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-08-29isisd: changes for code maintainabilitysri-mohan1
2022-07-21isisd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-04-20isisd: isis_dr_resign() trace braced with debug isis eventsPhilippe Guibert
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-03-02isisd: support for snmplynne
2021-02-01lib/xref: use to transport thread_* file/line/funcDavid Lamparter
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-10-09isisd: circuit->area->isis to circuit->isisDonald Sharp
2020-08-14isisd : Transformational changes to support different VRFs.Kaushik
2020-06-24ISIS VRF: ISIS Debug structure modificationsharios
2019-04-27isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter
2018-12-04isisd: Move dr election timer to the end of isis_dr_commenceChristian Franke
2018-12-04isisd: reduce code duplication for levelsChristian Franke
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2017-10-05*: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp
2017-08-03isisd: send/receive LSPs with new parserChristian Franke
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-05-09*: remove THREAD_ON macros, add nullity checkQuentin Young
2012-04-07isisd: add Google's changes to IS-ISJosh Bailey
2005-09-28 * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS.hasso
2005-09-04 * *.c: Try to be less verbose by default (without any debug optionshasso
2005-05-26 * isis_dr.c: Fix copy&paste error in isis_dr_resign().hasso
2005-04-072005-04-07 Paul Jakma <paul.jakma@sun.com>paul
2005-01-18 * *.c: Changed many functions to static. Some commented outhasso
2004-12-24zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso
2004-10-07No warnings here any more.hasso
2004-09-21Yet another DIS election fix from LIU Xin - update dis_record ofhasso
2004-09-202004-09-20 LIU Xin <lx at ns.6test.edu.cn>hasso
2004-09-10Indentation only. No any functional changes.hasso
2004-05-19Make it compile in NetBSD and OpenBSD.hasso
2004-02-11Threads usage cleanup. Still at least one bug to go.hasso
2003-12-31Fix some threads related problems [quagga-dev 591].hasso
2003-12-23Initial revisionjardin