summaryrefslogtreecommitdiffstats
path: root/lib/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove null check before XFREEQuentin Young2020-02-041-2/+1
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-2/+0
* lib: new defaults logicDavid Lamparter2019-12-061-14/+3
* lib: make cmd_element & qobj_type constDavid Lamparter2019-11-301-9/+9
* vtysh: Add an option to set banner motd from an inputDonatas Abraitis2019-10-311-5/+35
* Merge pull request #5083 from zays26/feature/vtysh-masterQuentin Young2019-10-141-0/+4
|\
| * vtysh: fix searching commands in parent nodesPavel Ivashchenko2019-10-081-0/+4
* | lib: avoid expensive operations when editing a candidate configRenato Westphal2019-10-121-0/+2
|/
* Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-10/+6
* lib: optimize non-transactional cliRenato Westphal2019-09-061-2/+4
* vtysh, lib: allow regexp in `find` commandQuentin Young2019-09-031-7/+59
* bgpd/bmp: BMP implementationDavid Lamparter2019-08-301-0/+3
* Merge pull request #4790 from opensourcerouting/ctype-castQuentin Young2019-08-061-5/+5
|\
| * *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-061-5/+5
* | all: remove logical-router functionalityIgor Ryzhov2019-08-021-2/+0
|/
* lib: split off c-ares code from nhrpdDavid Lamparter2019-07-031-0/+1
* lib: use MTYPE_STATICDavid Lamparter2019-06-211-1/+1
* Merge pull request #4300 from adharkar/frr-master-rmap_debugDonald Sharp2019-06-181-0/+1
|\
| * Lib: Debugs for route-map code in FRRAmeya Dharkar2019-06-121-0/+1
* | lib: fix outdated candidate configuration issueRenato Westphal2019-06-121-3/+10
|/
* Merge pull request #4430 from lkrishnamoor/hostname_crashDonald Sharp2019-05-311-1/+9
|\
| * lib: crash when FRR hostname length > 80 charsLakshman Krishnamoorthy2019-05-311-1/+9
* | lib, vtysh: make debug memstats work in vtyshMark Stapp2019-05-301-2/+4
|/
* lib: remove some strcpy, strcatQuentin Young2019-05-291-4/+4
* vrrpd, lib: style fixesQuentin Young2019-05-171-1/+1
* vrrpd: add support for configuration writingQuentin Young2019-05-171-0/+1
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-1/+1
* lib, vtysh: Make archaic "terminal" optional in configure commandDinesh Dutt2019-05-081-1/+1
* lib: introduce a read-write lock for northbound configurationsRenato Westphal2019-04-261-6/+10
* *: remove null check before XFREEQuentin Young2019-02-261-30/+15
* lib: rename enum to avoid conflictRenato Westphal2019-02-121-1/+1
* lib: don't disable "log file" on "log syslog"David Lamparter2019-01-241-2/+0
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* lib: simplify detection of when the user is leaving the CLI config modeRenato Westphal2019-01-191-55/+1
* lib: reset the vty xpath index when entering the config modeRenato Westphal2019-01-191-2/+0
* Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp2018-12-011-15/+3
|\
| * *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-15/+3
* | lib, ripd: rework API for converted CLI commandsRenato Westphal2018-11-261-1/+6
|/
* lib: introduce new northbound APIRenato Westphal2018-10-271-3/+32
* lib: If command was successful don't store the command as an errorDonald Sharp2018-10-251-1/+3
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-1/+1
* lib, vtysh: Allow notification across multiple lines of failureDonald Sharp2018-10-111-6/+14
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-4/+4
* Merge pull request #3040 from pacovn/static_analysis__drop_const_1Quentin Young2018-09-171-2/+2
|\
| * bgpd isisd ldpd lib: const drop fixes (SA)F. Aragon2018-09-171-2/+2
* | *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
|/
* Merge pull request #2994 from opensourcerouting/sa-warningsDonald Sharp2018-09-091-0/+1
|\
| * *: fix clang-6 SA warningsDavid Lamparter2018-09-081-0/+1
* | fabricd: add new daemon as build of isisdChristian Franke2018-09-051-0/+3
|/
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-2/+2