summaryrefslogtreecommitdiff
path: root/tests/lib/cli/common_cli.c
AgeCommit message (Expand)Author
2024-10-17lib: refactor memstats logging, fix ACTIVEATEXITDavid Lamparter
2024-10-07lib: add flag to have libyang load internal ietf-yang-library moduleChristian Hopps
2024-08-27lib: rework debug initIgor Ryzhov
2024-01-09*: remove sys/stat.h from zebra.hDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert thread_master_XXX functions to event_master_XXXDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_fetch and thread_call to event_fetch and event_callDonald 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
2021-11-08tests: allow common_cli.c with logging enabledDavid Lamparter
2021-07-06tests/lib/cli: allow using YANG modulesDavid Lamparter
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2020-08-20*: record transaction based on control flagChirag Shah
2020-04-16Merge pull request #5451 from opensourcerouting/rcu-logSantosh P K
2020-04-03lib, tools: silence harmless warnings in the northbound toolsRenato Westphal
2020-04-01lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter
2019-12-06lib: rename memory_vty.c to lib_vty.cDavid Lamparter
2019-05-31lib: Add '--command-log-always` to all daemons startupDonald Sharp
2018-12-09Merge pull request #3452 from opensourcerouting/reprobuild-masterDonald Sharp
2018-12-07tests: fix domainname dependencyDavid Lamparter
2018-12-07lib: add support for confirmed commitsRenato Westphal
2018-10-27lib: introduce new northbound APIRenato Westphal
2017-08-24lib: centralized memstats-at-exitDavid Lamparter
2017-08-02lib: vty_stdio signal handlingDavid Lamparter
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-06-29lib: more `show thread cpu`Quentin Young
2017-06-29*: use vty_outlnQuentin Young
2017-06-14tests: cli: unit test DEFPY() + clidef.pyDavid Lamparter
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-03-08lib: remove remaining struct zlog * argsDavid Lamparter
2017-03-08lib: simplify protocol/log namingDavid Lamparter
2017-02-10tests: add uninstall_element in testcliDavid Lamparter
2017-02-08tests: reorganize tests hierarchicallyChristian Franke