]> git.proxmox.com Git - mirror_frr.git/history - lib/command_graph.h
*: make consistent & update GPLv2 file headers
[mirror_frr.git] / lib / command_graph.h
2017-05-15 David Lamparter*: make consistent & update GPLv2 file headers
2017-05-15 Lou BergerMerge pull request #531 from qlyoung/fix-stack-ref
2017-05-15 David Lamparterlib: cli: autocomplete variables
2017-05-15 David Lamparterlib: parser: add pre-merge varname propagation step
2017-05-15 David Lamparterlib: parser: split off & rename graph handling
2016-09-01 Quentin Younglib: Generalize graph to work for any data type
2016-08-11 Quentin Younglib: Refactor CLI interface function names
2016-08-09 Quentin Younglib: Remove unnecessary node pointer
2016-08-08 Quentin Younglib: Code cleanup, formatting, & headers
2016-08-05 Quentin Younglib: Major parser refactor
2016-08-05 Quentin Younglib: Add docstring support
2016-08-04 Quentin Younglib: Unrefactor to signed long long for ranges
2016-08-04 Quentin Younglib: Add support for negative ranges
2016-08-04 Quentin Younglib: Refactor format parser
2016-08-01 Quentin Younglib: Fix OOB range parses, variable matches
2016-08-01 Quentin Younglib: Fixed bad node copy, modified token regex
2016-07-29 Quentin Younglib: Cleanup some memory issues in CLI
2016-07-27 Quentin Younglib: Improve argv construction
2016-07-27 Quentin Younglib: Cleanup parser memory management
2016-07-27 Quentin Younglib: Add matching and argv support
2016-07-26 Quentin Younglib: Incremental matching improvement
2016-07-22 Quentin Younglib: Reorganize some matching stuff
2016-07-21 Quentin Younglib: Mostly complete matcher
2016-07-19 Quentin Younglib: Break up functions, begin matcher