summaryrefslogtreecommitdiff
path: root/watchfrr
AgeCommit message (Expand)Author
2021-06-29lib, watchfrr: remove `HAVE_SYSTEMD`, use own codeDavid Lamparter
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-09watchfrr: Convert to not use warning in warning messagesDonald Sharp
2021-01-26watchfrr: fix SA warningRafael Zalamena
2021-01-25watchfrr: fix crash on missing optional argumentRafael Zalamena
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-10-23* : update signature of thread_cancel apiMark Stapp
2020-10-12*: Use proper semantics for turning off threadDonald Sharp
2020-07-22watchfrr: add (network) namespace supportDavid Lamparter
2020-07-14*: un-split strings across linesDavid Lamparter
2020-04-27build: make clippy Makefile rules nicerDavid Lamparter
2020-04-27build: use VPATH for vtysh_scanDavid Lamparter
2020-04-17*: replace all random() callsRafael Zalamena
2020-04-01lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter
2020-03-30watchfrr: change some messages from errors to infoQuentin Young
2020-01-15doc: rename man pages to frr-*David Lamparter
2019-12-06lib: rename memory_vty.c to lib_vty.cDavid Lamparter
2019-12-02*: generously apply constDavid Lamparter
2019-10-03lib, watchfrr: Add some additional status messages to systemdDonald Sharp
2019-09-16watchfrr: Convert `wtf` to a more meaningful messageDonald Sharp
2019-09-16watchfrr: Allow end users to turn off watchfrr for a particular daemonDonald Sharp
2019-06-11*: fix some dumb printf format warningsDavid Lamparter
2019-06-04*: Convert over to all -N namespace to change DAEMON_VTY_DIRDonald Sharp
2019-06-04*: Convert to using frr_vtydir instead of DAEMON_VTY_DIRDonald Sharp
2019-02-19watchfrr: build in defaults for -r/-s/-kDavid Lamparter
2019-02-19watchfrr: don't wait forever at startupDavid Lamparter
2019-01-30build: fix a whole bunch of *FLAGSDavid Lamparter
2018-12-06watchfrr: add status commandDavid Lamparter
2018-12-06watchfrr: immediately try connecting after startDavid Lamparter
2018-12-06watchfrr: don't wait around pointlessly at startupDavid Lamparter
2018-10-02watchfrr, lib: cleanup & delay detachingDavid Lamparter
2018-09-25watchfrr: Modify some stderr messages to zlog_warnDonald Sharp
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-13watchfrr: WATCHFRR_[ERR|WARN] -> EC_WATCHFRRQuentin Young
2018-09-09build: fix not building docs w/o sphinxDavid Lamparter
2018-09-08*: cleanup .gitignore filesDavid Lamparter
2018-09-08build: move vtysh & manpage listings to subdir.amDavid Lamparter
2018-08-25watchfrr: fix global restartChristian Franke
2018-08-14*: rename ferr_zlog -> flog_err_sysQuentin Young
2018-08-14*: rename ferr_ref -> log_refQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14*: stop double initialization of ferrQuentin Young
2018-08-14*: fix source file headers & includes for errcodesQuentin Young
2018-08-14watchfrr: Add WATCHFRR_ERR_XXX for zlog_err to zlog_ferrDonald Sharp
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-21watchfrr, vtysh: do not write config during crashQuentin Young
2017-12-12Merge pull request #1514 from donaldsharp/watchfrrMartin Winter