summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2008-02-03cli: don't commit, if the savedir was overwrittenFelix Fietkau
2008-02-03add a comment about history pathFelix Fietkau
2008-02-03make use of the history path feature in the cliFelix Fietkau
2008-02-03add history search pathFelix Fietkau
2008-02-03allow the user of the library to override the confdir/searchdirFelix Fietkau
2008-02-03some extra null pointer checksFelix Fietkau
2008-02-03parse comments properlyFelix Fietkau