index
:
uci
lede-17.01
master
OpenWrt Unified Configuration Interface
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-02-12
add an extra check for uci_lookup
Felix Fietkau
2008-02-12
more functionality for plugins
Felix Fietkau
2008-02-12
create the history savedir on uci_save() if it does not exist
Felix Fietkau
2008-02-12
more plugin support
Felix Fietkau
2008-02-12
add feature flags for the build process, improve automatic rebuild
Felix Fietkau
2008-02-12
make more functions available externally
Felix Fietkau
2008-02-12
consistency
Felix Fietkau
2008-02-12
improve error handling
Felix Fietkau
2008-02-12
fold err.h into uci_internal.h
Felix Fietkau
2008-02-12
add uci_set_backend()
Felix Fietkau
2008-02-12
use the per-package backend on commit
Felix Fietkau
2008-02-12
cleanup
Felix Fietkau
2008-02-12
remove some unused stuff
Felix Fietkau
2008-02-12
fix uci_set
Felix Fietkau
2008-02-12
more debugging
Felix Fietkau
2008-02-12
add comment about memory handling in list_configs
Felix Fietkau
2008-02-12
add abstraction for listing config files as well
Felix Fietkau
2008-02-12
bump library version
Felix Fietkau
2008-02-12
some backend abstraction
Felix Fietkau
2008-02-12
fold uci_file_cleanup into uci_cleanup
Felix Fietkau
2008-02-09
bump library version number
Felix Fietkau
2008-02-09
reorganize some code, add an extra command for adding unnamed sections
Felix Fietkau
2008-02-09
remove accidentally committed junk
Felix Fietkau
2008-02-06
extend uci_set so that it can store the resulting element in a variable
Felix Fietkau
2008-02-06
use strsep instead of strtok to avoid a segfault
Felix Fietkau
2008-02-05
fix uci_parse_tuple
Felix Fietkau
2008-02-05
add a missing nullpointer check
Felix Fietkau
2008-02-05
fix an off-by-one error that prevented the open() check from succeeding, if stdin is closed
Felix Fietkau
2008-02-05
allow merge-import, even if the config file does not exist yet
Felix Fietkau
2008-02-05
add missing line to command line help
Felix Fietkau
2008-02-05
add missing include statement
Felix Fietkau
2008-02-05
implement the uci changes command to display uncommitted changes
Felix Fietkau
2008-02-04
implement batch mode in cli
Felix Fietkau
2008-02-04
improve the argument parser
Felix Fietkau
2008-02-04
export a function for parsing shell-style arguments in libuci
Felix Fietkau
2008-02-04
only overwrite config files at commit time when actual changes were made
Felix Fietkau
2008-02-04
improve validation, accept more characters in the section type
Felix Fietkau
2008-02-04
make the value of an option optional (found by lubek)
Felix Fietkau
2008-02-03
fix a small memleak
Felix Fietkau
2008-02-03
fix a few bugs found during code review
Felix Fietkau
2008-02-03
implement uci revert
Felix Fietkau
2008-02-03
move history code into history.c
Felix Fietkau
2008-02-03
fix accidental lowercasing of license headers
Felix Fietkau
2008-02-03
cli: don't commit, if the savedir was overwritten
Felix Fietkau
2008-02-03
add a comment about history path
Felix Fietkau
2008-02-03
make use of the history path feature in the cli
Felix Fietkau
2008-02-03
add history search path
Felix Fietkau
2008-02-03
allow the user of the library to override the confdir/searchdir
Felix Fietkau
2008-02-03
some extra null pointer checks
Felix Fietkau
2008-02-03
parse comments properly
Felix Fietkau
[next]