summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2008-08-18add list support to the uci lua bindingFelix Fietkau
2008-08-18add list supportFelix Fietkau
2008-08-17add initial work for option datatype abstractionFelix Fietkau
2008-08-17bump library version to 0.5Felix Fietkau
2008-08-17implement extended uci lookup syntaxFelix Fietkau
2008-08-17Fix uci show for sections and options.Felix Fietkau
2008-07-31another oneFelix Fietkau
2008-07-31fix a really stupid bugFelix Fietkau
2008-07-31fix some parser glitchesFelix Fietkau
2008-07-30some more input validationFelix Fietkau
2008-06-20fix a stupid duplicate value checking bug (patch by Frédéric Moulins)Felix Fietkau
2008-06-06allow the cli to override the confdirFelix Fietkau
2008-06-04use the correct soname for libuciFelix Fietkau
2008-06-04replace the uci_escape function with something cleaner, fixes some quoted string escaping issuesFelix Fietkau
2008-06-04don't record a changed value if the new value matches the old oneFelix Fietkau
2008-06-04lua binding: add .name attribute for sections pushed by uci.foreach and uci.get_allFelix Fietkau
2008-06-04adjust default installation target dir for uci lua bindingFelix Fietkau
2008-06-03use .type instead of .TYPEFelix Fietkau
2008-06-03minor cleanupFelix Fietkau
2008-06-03change the format of uci.get_all() - reduce the number of tables used and make it possible to do uci.get_all("package").section.optionFelix Fietkau
2008-06-03implement uci.changes() in lua bindingFelix Fietkau
2008-06-03load the saved history by default to make things easier for the lua bindingFelix Fietkau
2008-06-03implement uci.delete() in the lua bindingFelix Fietkau
2008-06-03more const stuffFelix Fietkau
2008-05-26implement autoload for uci lua binding (optional, enabled by default)Felix Fietkau
2008-05-26fix invocation of uci.commit(), uci.save() without argumentsFelix Fietkau
2008-05-26add uci.add() to lua bindingFelix Fietkau
2008-05-26more const stuffFelix Fietkau
2008-05-03allow more types of characters for uci package namesFelix Fietkau
2008-05-01add 2 and 3 argument versions of uci.get()Felix Fietkau
2008-05-01constifyFelix Fietkau
2008-05-01add uci.foreach()Felix Fietkau
2008-05-01add uci.get_all to the lua binding, which converts a section or package to a lua datastructureFelix Fietkau
2008-05-01fix lua plugin linkingFelix Fietkau
2008-04-13add revert, merge package handler functionsFelix Fietkau
2008-04-13constifyFelix Fietkau
2008-04-13compile fixes for native compilationFelix Fietkau
2008-04-13build variable sharing between uci and uci-lua, proper installation for lua pluginFelix Fietkau
2008-04-13fix unused variableFelix Fietkau
2008-04-13add make install to the uci build directoryFelix Fietkau
2008-04-13set, save, commit for the lua pluginFelix Fietkau
2008-04-13typechecking, add set_confdir and set_savedirFelix Fietkau
2008-04-13add uci.unload to the lua pluginFelix Fietkau
2008-04-13add rudimentary lua binding for uci (can only do "load" and "get" at the moment and does not free memory on gc)Felix Fietkau
2008-04-09rename ctx->errno to ctx->err to avoid conflicts with a #define errno in the system headersFelix Fietkau
2008-04-08parser: fix precedence of quoting over ; as command terminator, thx to netprince for spotting the bugFelix Fietkau
2008-03-27add missing helptext for commitFelix Fietkau
2008-02-12fix a bug that prevented modifying empty config filesFelix Fietkau
2008-02-12add an extra check for uci_lookupFelix Fietkau
2008-02-12more functionality for pluginsFelix Fietkau