index
:
libvyosconfig.git
circinus
crux
current
equuleus
master
sagitta
Shared library for VyOS config files parsing and manipulation (mirror of https://github.com/vyos/libvyosconfig.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-12-27
Jenkins: make pipeline branch independent
Christian Poessinger
2019-12-18
Jenkins: adjust to new Debian Buster build
Christian Poessinger
2019-10-30
Jenkins: Docker: always pull container from Dockerhub
VyOS_1.2-2019Q4
Christian Poessinger
2019-10-30
Jenkins: eval opam environment
Christian Poessinger
2019-10-27
T1773: Expose functions for JSON rendering.
Daniil Baturin
2019-10-27
Merge branch 'current' of github.com:vyos/libvyosconfig into current
Daniil Baturin
2019-10-09
Jenkins: import Pipeline from vyos-1x commit 2d3539f9dec1
Christian Poessinger
2019-07-29
Document the build procedure.
Daniil Baturin
2019-06-29
Update changelog.
Daniil Baturin
2019-06-30
Switch from linking with vyconf plus adhocery to dedicated vyos1x-config pack...
Daniil Baturin
2019-06-06
Merge pull request #2 from jestabro/config-migrate
John Estabrook
2019-05-30
T1334: Migration script runner rewrite
John Estabrook
2019-03-17
T1305: allow configs to end with a leaf node.
Daniil Baturin
2019-02-14
Add a function for copying nodes.
Daniil Baturin
2019-01-26
Update changelog and version.
v0.0.6
Daniil Baturin
2019-01-26
T1193: allow top level leaf and tag nodes.
v0.0.5
Daniil Baturin
2018-11-29
Update the changelog (even though the actual change is in vyconf).
v0.0.4
Daniil Baturin
2018-09-11
Add support for passing error messages to outside world.
Daniil Baturin
2018-09-11
Allow all characters except braces, quotes, and whitespace in "identifiers"
Daniil Baturin
2018-09-02
T824: add support for node renaming.
Daniil Baturin
2018-08-04
T765: escape special characters on config formatting.
Daniil Baturin
2018-07-18
Use a more descriptive name for the lexer hack flag and add an explanation of...
Daniil Baturin
2018-06-05
Revert "Allow leaf and tag nodes at the top level, required for piping conf m...
Daniil Baturin
2018-06-05
Add commands formatter function to the bindings.
Daniil Baturin
2018-06-05
Allow leaf and tag nodes at the top level, required for piping conf mode "sho...
Daniil Baturin
2018-05-31
Trim comments strings to avoid adding extra whitespace.
Daniil Baturin
2018-05-30
Quote all values just to be safe.
Daniil Baturin
2018-05-29
Merge branch 'master' of github.com:vyos/libvyosconfig
Daniil Baturin
2018-05-29
Correct rendering of childless tag nodes.
Daniil Baturin
2018-05-28
Add hacky debian packaging.
Daniil Baturin
2018-05-28
Add the delete and exists/list_nodes/return_value(s) functions.
Daniil Baturin
2018-05-28
Oops, missing library in the makefile.
Daniil Baturin
2018-05-28
Add from_string and to_string functions to the bindings.
Daniil Baturin
2018-05-28
Integrate the parser/lexer and the renderer in the build setup.
Daniil Baturin
2018-05-28
Clean up commented out code.
Daniil Baturin
2018-05-28
Use the ephemeral flag for marking tag nodes at parsing time.
Daniil Baturin
2018-05-28
Remove extra new lines from the config output.
Daniil Baturin
2018-05-27
Add a formatter for VyOS 1.x config files.
Daniil Baturin
2018-05-27
Use the ephemeral flag (which is never used in VyOS 1.x for lack of the conce...
Daniil Baturin
2018-05-26
Add a parser for the VyOS 1.x config format.
Daniil Baturin
2018-05-26
Import the initial, proof of concept implementation.
Daniil Baturin