libs/json: Completed JSON library
[project/luci.git] / libs / uvl /
2008-08-25 Jo-Philipp Wich* luci/libs: uvl: implement dependencies for enum values
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: store valueof values as associative...
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: implement "valueof" option
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: remove a brain-dead unpack()
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: use python-style format syntax for...
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: implement "named" flag for schemes
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: implement get_scheme() and get_depend...
2008-08-19 Jo-Philipp Wich* luci/libs: change default scheme directory to /lib...
2008-08-18 Jo-Philipp Wich* luci/libs: fix datatype validation of list values
2008-08-18 Jo-Philipp Wich* luci/libs: uvl: add support for list values in scheme...
2008-08-18 Jo-Philipp Wich* luci/libs: use one common quoting style for error...
2008-08-17 Jo-Philipp Wich* luci/libs: set svn property on uvl executable
2008-08-17 Jo-Philipp Wich* luci/libs: further fixes in uvl cli and library
2008-08-17 Jo-Philipp Wich* luci/libs: properly implement and document --schemedi...
2008-08-17 Jo-Philipp Wich* luci/libs: fix typo in uvl utility
2008-08-17 Jo-Philipp Wich* luci/libs: add missing shebang to uvl cli
2008-08-17 Jo-Philipp Wich* luci/libs: add uvl cli utility
2008-08-17 Jo-Philipp Wich* luci/libs: uvl: rename validate() to validate_config...
2008-08-17 Jo-Philipp Wich* luci/libs: uvl: implement scheme loading on demand...
2008-08-17 Jo-Philipp Wich* luci/libs: uvl: add support for external validation...
2008-08-17 Jo-Philipp Wich* luci/libs: uvl: fix handling of boolean options,...
2008-08-17 Steven BarthFixed a design flaw in luci.model.uci
2008-08-16 Jo-Philipp Wich* luci/libs: uvl - cleanup round #3, flush lookup table...
2008-08-16 Jo-Philipp Wich* luci/libs: uvl - cleanup round #2, reinitroduce valid...
2008-08-16 Jo-Philipp Wich* luci/libs: uvl - cleanup round #1
2008-08-16 Jo-Philipp Wich* luci/libs: more UVL hacking, needs to be rewritten...
2008-08-14 Jo-Philipp Wich* luci/libs: make uvl code usable
2008-08-14 Jo-Philipp Wich* luci/libs: add preliminary uvl code