summaryrefslogtreecommitdiff
path: root/lib/command.c
AgeCommit message (Expand)Author
2020-02-04*: remove null check before XFREEQuentin Young
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
2019-12-06lib: new defaults logicDavid Lamparter
2019-11-30lib: make cmd_element & qobj_type constDavid Lamparter
2019-10-31vtysh: Add an option to set banner motd from an inputDonatas Abraitis
2019-10-14Merge pull request #5083 from zays26/feature/vtysh-masterQuentin Young
2019-10-11lib: avoid expensive operations when editing a candidate configRenato Westphal
2019-10-08vtysh: fix searching commands in parent nodesPavel Ivashchenko
2019-09-18Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal
2019-09-05lib: optimize non-transactional cliRenato Westphal
2019-09-03vtysh, lib: allow regexp in `find` commandQuentin Young
2019-08-30bgpd/bmp: BMP implementationDavid Lamparter
2019-08-06Merge pull request #4790 from opensourcerouting/ctype-castQuentin Young
2019-08-06*: fix ctype (isalpha & co.) castsDavid Lamparter
2019-08-02all: remove logical-router functionalityIgor Ryzhov
2019-07-03lib: split off c-ares code from nhrpdDavid Lamparter
2019-06-21lib: use MTYPE_STATICDavid Lamparter
2019-06-18Merge pull request #4300 from adharkar/frr-master-rmap_debugDonald Sharp
2019-06-12lib: fix outdated candidate configuration issueRenato Westphal
2019-06-11Lib: Debugs for route-map code in FRRAmeya Dharkar
2019-05-31Merge pull request #4430 from lkrishnamoor/hostname_crashDonald Sharp
2019-05-31lib: crash when FRR hostname length > 80 charsLakshman Krishnamoorthy
2019-05-30lib, vtysh: make debug memstats work in vtyshMark Stapp
2019-05-29lib: remove some strcpy, strcatQuentin Young
2019-05-17vrrpd, lib: style fixesQuentin Young
2019-05-17vrrpd: add support for configuration writingQuentin Young
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-05-07lib, vtysh: Make archaic "terminal" optional in configure commandDinesh Dutt
2019-04-26lib: introduce a read-write lock for northbound configurationsRenato Westphal
2019-02-25*: remove null check before XFREEQuentin Young
2019-02-11lib: rename enum to avoid conflictRenato Westphal
2019-01-24lib: don't disable "log file" on "log syslog"David Lamparter
2019-01-24Treewide: use ANSI function definitionsRuben Kerkhof
2019-01-19lib: simplify detection of when the user is leaving the CLI config modeRenato Westphal
2019-01-19lib: reset the vty xpath index when entering the config modeRenato Westphal
2018-11-30Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp
2018-11-26*: remove the configuration lock from all daemonsRenato Westphal
2018-11-26lib, ripd: rework API for converted CLI commandsRenato Westphal
2018-10-27lib: introduce new northbound APIRenato Westphal
2018-10-24lib: If command was successful don't store the command as an errorDonald Sharp
2018-10-19*: Replace hash_cmp function return value to a boolDonald Sharp
2018-10-11lib, vtysh: Allow notification across multiple lines of failureDonald Sharp
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-17Merge pull request #3040 from pacovn/static_analysis__drop_const_1Quentin Young
2018-09-17bgpd isisd ldpd lib: const drop fixes (SA)F. Aragon
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-08Merge pull request #2994 from opensourcerouting/sa-warningsDonald Sharp
2018-09-08*: fix clang-6 SA warningsDavid Lamparter
2018-09-05fabricd: add new daemon as build of isisdChristian Franke
2018-08-14*: rename ferr_zlog -> flog_err_sysQuentin Young