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-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
2008-02-03
allow the make command line to override LD properly
Felix Fietkau
2008-02-03
add quiet mode flag for cli
Felix Fietkau
2008-02-03
minor comments
Felix Fietkau
2008-02-03
save some space
Felix Fietkau
2008-02-03
better input validation
Felix Fietkau
2008-02-03
disable EOL check for non-strict mode
Felix Fietkau
2008-02-03
fix filename validation
Felix Fietkau
2008-02-02
fix typo
Felix Fietkau
2008-02-02
fix more compile errors
Felix Fietkau
2008-02-02
fix compiler error under linux
Felix Fietkau
2008-02-02
add missing flags
Felix Fietkau
2008-02-02
add shared library support
Felix Fietkau
2008-02-02
add flag for naming unnamed sections
Felix Fietkau
2008-02-02
remove unused variables
Felix Fietkau
2008-02-02
split warning options from other compiler options
Felix Fietkau
2008-02-02
fix file input for cli
Felix Fietkau
2008-02-02
implement overwriting import
Felix Fietkau
2008-02-02
add support for merged importing
Felix Fietkau
2008-02-02
optimization
Felix Fietkau
2008-02-02
add stub for uci import
Felix Fietkau
2008-02-02
constify
Felix Fietkau
2008-02-02
validate the package name for import
Felix Fietkau
2008-02-02
more error handling for internal uci_import calls
Felix Fietkau
2008-02-02
add import merging functionality, fix error handling in uci_import
Felix Fietkau
2008-02-02
implement uci rename
Felix Fietkau
2008-02-02
keep unnamed sections unnamed on export
Felix Fietkau
2008-01-30
accept unnamed sections
Felix Fietkau
2008-01-30
cli code cleanup
Felix Fietkau
2008-01-30
proper commit support, better debugging
Felix Fietkau
2008-01-30
free the history on package unload
Felix Fietkau
2008-01-30
document UCI_INTERNAL
Felix Fietkau
2008-01-30
some helpful comments
Felix Fietkau
2008-01-30
create history files with the proper mode
Felix Fietkau
2008-01-30
free uci_history entries properly
Felix Fietkau
2008-01-30
plug a memleak
Felix Fietkau
2008-01-30
change uci_list_configs api for proper exception handling
Felix Fietkau
[next]