summaryrefslogtreecommitdiff
path: root/isisd/isis_tx_queue.c
AgeCommit message (Expand)Author
2023-04-11Merge pull request #12698 from Orange-OpenSource/isisdRuss White
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-21isisd: Update to the new printfrr ISO formatOlivier Dugeon
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-07-21isisd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-10-04isisd: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-03-22isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-10-23* : update signature of thread_cancel apiMark Stapp
2020-06-24ISIS VRF: ISIS Debug structure modificationsharios
2020-03-25*: use the current project name (FRRouting)Lou Berger
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-04-27isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter
2018-12-12Minor adjustments to address CI warningsRodny Molina
2018-12-07isisd: Provide statistics about retransmitted LSPsChristian Franke
2018-12-07isisd: Add debug output for tx-queuesChristian Franke
2018-10-19*: Replace hash_cmp function return value to a boolDonald Sharp
2018-09-05fabricd: reimplement LSP transmission logicChristian Franke