summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2008-02-12create the history savedir on uci_save() if it does not existFelix Fietkau
2008-02-12more plugin supportFelix Fietkau
2008-02-12add feature flags for the build process, improve automatic rebuildFelix Fietkau
2008-02-12make more functions available externallyFelix Fietkau
2008-02-12consistencyFelix Fietkau
2008-02-12improve error handlingFelix Fietkau
2008-02-12fold err.h into uci_internal.hFelix Fietkau
2008-02-12add uci_set_backend()Felix Fietkau
2008-02-12use the per-package backend on commitFelix Fietkau
2008-02-12cleanupFelix Fietkau
2008-02-12remove some unused stuffFelix Fietkau
2008-02-12fix uci_setFelix Fietkau
2008-02-12more debuggingFelix Fietkau
2008-02-12add comment about memory handling in list_configsFelix Fietkau
2008-02-12add abstraction for listing config files as wellFelix Fietkau
2008-02-12bump library versionFelix Fietkau
2008-02-12some backend abstractionFelix Fietkau
2008-02-12fold uci_file_cleanup into uci_cleanupFelix Fietkau
2008-02-09bump library version numberFelix Fietkau
2008-02-09reorganize some code, add an extra command for adding unnamed sectionsFelix Fietkau
2008-02-09remove accidentally committed junkFelix Fietkau
2008-02-06extend uci_set so that it can store the resulting element in a variableFelix Fietkau
2008-02-06use strsep instead of strtok to avoid a segfaultFelix Fietkau
2008-02-05fix uci_parse_tupleFelix Fietkau
2008-02-05add a missing nullpointer checkFelix Fietkau
2008-02-05fix an off-by-one error that prevented the open() check from succeeding, if stdin is closedFelix Fietkau
2008-02-05allow merge-import, even if the config file does not exist yetFelix Fietkau
2008-02-05add missing line to command line helpFelix Fietkau
2008-02-05add missing include statementFelix Fietkau
2008-02-05implement the uci changes command to display uncommitted changesFelix Fietkau
2008-02-04implement batch mode in cliFelix Fietkau
2008-02-04improve the argument parserFelix Fietkau
2008-02-04export a function for parsing shell-style arguments in libuciFelix Fietkau
2008-02-04only overwrite config files at commit time when actual changes were madeFelix Fietkau
2008-02-04improve validation, accept more characters in the section typeFelix Fietkau
2008-02-04make the value of an option optional (found by lubek)Felix Fietkau
2008-02-03fix a small memleakFelix Fietkau
2008-02-03fix a few bugs found during code reviewFelix Fietkau
2008-02-03implement uci revertFelix Fietkau
2008-02-03move history code into history.cFelix Fietkau
2008-02-03fix accidental lowercasing of license headersFelix Fietkau