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-01-23
major code refactoring for more code reuse and smaller code size
Felix Fietkau
2008-01-23
add back uci_context parameter for uci_list_configs - for future use with multiple backends
Felix Fietkau
2008-01-23
consistency: rename uci_config to uci_package, rename variables as well; add some data structures for config history
Felix Fietkau
2008-01-23
fix double free bug
Felix Fietkau
2008-01-23
refactor uci show code
Felix Fietkau
2008-01-23
move export functionality to libuci
Felix Fietkau
2008-01-23
fix null string test
Felix Fietkau
2008-01-22
add a few more comments
Felix Fietkau
2008-01-22
remove junk file
Felix Fietkau
2008-01-22
reduce the default linebuffer size
Felix Fietkau
2008-01-22
add support for parsing escaped newline characters
Felix Fietkau
2008-01-22
parse the package keyword
Felix Fietkau
2008-01-22
refactor, add uci_import
Felix Fietkau
2008-01-21
more export stuff
Felix Fietkau
2008-01-21
add uci export
Felix Fietkau
2008-01-21
add dynamically generated section names
Felix Fietkau
2008-01-21
comment update
Felix Fietkau
2008-01-21
use -fPIC
Felix Fietkau
2008-01-20
remove unused argument
Felix Fietkau
2008-01-20
cleanups/fixes, more cli stuff
Felix Fietkau
2008-01-20
return a pointer to the uci_config struct in uci_load
Felix Fietkau
2008-01-20
implement config unload
Felix Fietkau
2008-01-20
ignore gdb files
Felix Fietkau
2008-01-20
fix for a double free bug
Felix Fietkau
2008-01-20
add support for listing config files
Felix Fietkau
2008-01-20
remove some old junk
Felix Fietkau
2008-01-20
print the reason for parse errors in error messages
Felix Fietkau
2008-01-20
improved parser
Felix Fietkau
2008-01-20
better config file handling
Felix Fietkau
2008-01-19
more config functions
Felix Fietkau
2008-01-19
more cleanup/list fixes
Felix Fietkau
2008-01-19
remove some crap
Felix Fietkau
2008-01-19
add missing break statements
Felix Fietkau
2008-01-19
more error handling
Felix Fietkau
2008-01-19
more deps
Felix Fietkau
2008-01-19
more list handling
Felix Fietkau
2008-01-19
add some more list handling
Felix Fietkau
2008-01-19
add -Wno-unused and -Werror
Felix Fietkau
2008-01-19
cleanups, whitespace fixes, some extra data structures, eol fix
Felix Fietkau
2008-01-19
move some macro magic out of libuci.c
Felix Fietkau
2008-01-19
make uci_errstr const
Felix Fietkau
2008-01-19
more comments
Felix Fietkau
2008-01-19
clean up arg checks
Felix Fietkau
2008-01-19
add .gitignore
Felix Fietkau
2008-01-19
initial import (incomplete)
Felix Fietkau