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
2014-12-18
tests: add more test coverage for `uci show' command.
Yousong Zhou
2014-12-18
tests: remove straying echo in 020_get.
Yousong Zhou
2014-12-18
file: fix error string about "unterminated XXX".
Yousong Zhou
2014-12-18
file: fix EOF check.
Yousong Zhou
2014-12-18
file: fix use-after-free bug.
Yousong Zhou
2014-12-18
Fix memory leaks found by using valgrind on test cases.
Yousong Zhou
2014-12-18
Fix a few style issues.
Yousong Zhou
2014-11-25
fix a few formatting issues
Felix Fietkau
2014-11-25
tests: use uci instead of uci-static
Felix Fietkau
2014-11-25
Add test coverage for multi-line option value.
Yousong Zhou
2014-11-25
Use offset into parser buffer to avoid potential heap overflow.
Yousong Zhou
2014-11-25
Sync ref test result with current implementation.
Yousong Zhou
2014-11-25
Drop test cases for deprecated ucimap-example.
Yousong Zhou
2014-04-11
Preserve original permissions when rewriting config files on commit
Jo-Philipp Wich
2014-04-06
uci: fix Lua finding
Yegor Yefremov
2014-04-01
fix `uci import` with not yet existing packages
Alexander Couzens
2014-02-18
blob: add support for u64
Steven Barth
2014-02-17
uci_blob: add an element to uci_blob_param_list to allow the tracking of validation info
John Crispin
2013-12-02
blob: use BLOBMSG_TYPE_STRING as a fallback type for arrays if no type was specified
Felix Fietkau
2013-12-02
remove ucimap-example, as ucimap is deprecated
Felix Fietkau
2013-11-04
blob: allow values to be added to blobmsg using multiple different types, but suppress duplicates
Felix Fietkau
2013-10-29
ucimap: get rid of duplicate initialization warnings
Felix Fietkau
2013-10-29
parse: remove a check that is always true (due to unsigned data type)
Felix Fietkau
2013-10-24
file: add missing return code check for mktemp()
Felix Fietkau
2013-10-24
file: fix memleak on mktemp() errors
Felix Fietkau
2013-10-15
style: fix whitespace errors
Luka Perkov
2013-10-15
style: free(NULL) is perfectly valid so we can drop some checks
Luka Perkov
2013-10-15
file: make uci commits atomic
Luka Perkov
2013-09-29
uci_delete: check ptr->o and its type before checking ptr->value
Felix Fietkau
2013-06-11
uci: fix excessive reorder delta entry duplication
Felix Fietkau
2013-06-10
blob: add uci<->blob conversion library code
Felix Fietkau
2013-06-10
util: fix compile error
Felix Fietkau
2013-05-26
lua: emit a proper deletion when setting an existing list to a new list with only a single item
Jo-Philipp Wich
2013-05-02
uci: Fix uci_delete() when ptr->value is empty string
Krzysztof Kuźnik
2013-04-24
uci: copy permisions of /etc/config/ files for temp files
Etienne CHAMPETIER
2013-04-22
Change delta encoding of list deletions
Jo-Philipp Wich
2013-04-22
Add multiple free for each call to lookup_args()
Jérôme Poulin
2013-04-22
uci: libuci leaking memory on non-existent config file
Krzysztof Kuznik
2013-03-05
ignore trailing carriage returns in file parser
Jo-Philipp Wich
2013-03-04
add main directory to include path
Thomas Gstädtner
2013-01-23
build: remove install prefix override
Felix Fietkau
2013-01-04
get rid of -rdynamic on link
Felix Fietkau
2013-01-04
remove unused hook support
Felix Fietkau
2013-01-04
remove the libdl dependency
Felix Fietkau
2013-01-04
remove plugin support, it has been unused for a long time and should not be used for any new code
Felix Fietkau
2012-12-31
remove static libraries/binaries
Felix Fietkau
2012-11-09
extend delete command so it can delete list elemets using index
Luka Perkov
2012-11-09
add new command del_list
Luka Perkov
2012-10-04
lua: include /opt/local/lib and /opt/local/include in the search path on mac os x
Felix Fietkau
2012-03-28
cli: return non-zero status on errors
Felix Fietkau
[next]