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-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
2008-01-30
disable history tracking for non-confdir files
Felix Fietkau
2008-01-30
add strict mode to the cli usage
Felix Fietkau
2008-01-30
add strict mode flag (enabled by default, can be disabled to ignore lines with parser errors)
Felix Fietkau
2008-01-30
move the stat check to the stream open function
Felix Fietkau
2008-01-30
add proper history tracking for delete
Felix Fietkau
2008-01-29
extra checks
Felix Fietkau
2008-01-29
implement history parsing
Felix Fietkau
2008-01-29
add extra null pointer check
Felix Fietkau
2008-01-29
clean up history handling
Felix Fietkau
2008-01-29
set -O0 for debug builds
Felix Fietkau
2008-01-29
fix updated parse_tuple function
Felix Fietkau
2008-01-29
more input validation
Felix Fietkau
2008-01-29
cleanup, move parse_tuple to libuci, add some input validation
Felix Fietkau
2008-01-28
cleanup
Felix Fietkau
2008-01-28
cleanup
Felix Fietkau
2008-01-28
add missing check
Felix Fietkau
2008-01-28
ignore the package keyword for uci_load()
Felix Fietkau
2008-01-28
fix uci_set()
Felix Fietkau
2008-01-28
fix a typo that was breaking the export
Felix Fietkau
2008-01-28
implement uci_commit()
Felix Fietkau
2008-01-28
add an extra check
Felix Fietkau
2008-01-28
allow accessing files outside of /etc/config
Felix Fietkau
2008-01-28
another small comment
Felix Fietkau
2008-01-28
add shared locking for uci_load
Felix Fietkau
2008-01-28
add a stub for testing uci_set()
Felix Fietkau
2008-01-28
implement uci_set, improve error handling
Felix Fietkau
2008-01-28
fix assertion debugging
Felix Fietkau
2008-01-27
implement uci get
Felix Fietkau
2008-01-26
add a comment
Felix Fietkau
2008-01-26
remove unnecessary null pointer check
Felix Fietkau
2008-01-26
move get_filename as well
Felix Fietkau
2008-01-26
move uci_list_configs to file.c
Felix Fietkau
2008-01-26
change __uci_list_add to uci_list_insert and remove an unnecessary parameter
Felix Fietkau
2008-01-25
initialize strtok_r context to NULL
Felix Fietkau
2008-01-24
add uci_lookup function
Felix Fietkau
2008-01-23
implement more suggestions by lorenz schori
Felix Fietkau
2008-01-23
remove more useless stuff
Felix Fietkau
2008-01-23
remove some obsolete variables. thx, lorenz
Felix Fietkau
2008-01-23
only use -g if debugging is requested
Felix Fietkau
2008-01-23
improved debugging
Felix Fietkau
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
[next]