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-04-13
typechecking, add set_confdir and set_savedir
Felix Fietkau
2008-04-13
add uci.unload to the lua plugin
Felix Fietkau
2008-04-13
add 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-09
rename ctx->errno to ctx->err to avoid conflicts with a #define errno in the system headers
Felix Fietkau
2008-04-08
parser: fix precedence of quoting over ; as command terminator, thx to netprince for spotting the bug
Felix Fietkau
2008-03-27
add missing helptext for commit
Felix Fietkau
2008-02-12
fix a bug that prevented modifying empty config files
Felix Fietkau
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
[next]