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
2019-12-07
lua: add missing forward declaration
Petr Štetiar
2019-12-07
cli: fix format string clang-10 warning
Rosen Penev
2019-11-14
lua: fix error handling
Petr Štetiar
2019-11-14
ucimap: fix possible use of memory after it is freed
Petr Štetiar
2019-11-14
delta: prevent possible null pointer use
Petr Štetiar
2019-11-14
cli: remove unused variable assigment
Petr Štetiar
2019-11-14
lua: fix memory leak in set method
Petr Štetiar
2019-11-14
lua: fix memory leak in changes method
Petr Štetiar
2019-11-14
tests: add cram based unit tests
Petr Štetiar
2019-11-14
lua: fix copy&paste in error string
Petr Štetiar
2019-11-14
cli: fix realloc issue spotted by cppcheck
Petr Štetiar
2019-11-14
iron out all extra compiler warnings
Petr Štetiar
2019-11-14
tests: shunit2: run all tests under Valgrind by default
Petr Štetiar
2019-11-14
cmake: enable extra compiler checks
Petr Štetiar
2019-11-14
cmake: build Lua module only if enabled
Petr Štetiar
2019-11-14
tests: shunit2: fix issues reported by shellcheck
Petr Štetiar
2019-11-14
add initial GitLab CI support
Petr Štetiar
2019-11-14
tests: shunit2: make it working under CMake
Petr Štetiar
2019-11-14
cmake: add unit testing option and shunit2 tests
Petr Štetiar
2019-11-14
test: move shunit2 tests under standalone subdirectory
Petr Štetiar
2019-11-08
build: Add -Wclobbered to detect problems with longjmp
Hauke Mehrtens
2019-11-01
util: Fix error path
Hauke Mehrtens
2019-09-01
uci/file: replace mktemp() with mkstemp()
Maxim Gorbachyov
2019-05-17
uci: fix options list of section after type change
Sven Eckelmann
2018-08-11
delta: fix parsing malformed delta lines
Yousong Zhou
2018-03-26
uci: fix a potential use-after-free in uci_set()
Jordan Miner
2018-03-15
list: only record ordering deltas if element position changed
Jo-Philipp Wich
2018-02-12
cmake: Fix cli shared linking against ubox
Andre Castro
2018-01-01
lua: additionally return name when looking up sections
Jo-Philipp Wich
2018-01-01
lua: support extended section notation
Jo-Philipp Wich
2017-12-22
list: remove unncessary increment of n_section (FS#1182)
Hans Dedecker
2017-12-22
file: remove unnecessary uci_fixup_section calls
Hans Dedecker
2017-09-29
Add bitfield_set function from libubox.
Stijn Tintel
2017-04-12
file: remove redundant NULL check on return value of uci_realloc()
Yousong Zhou
2017-04-12
build: fix BUILD_STATIC
Yousong Zhou
2016-11-23
Fix skipping directories in uci_list_config_files
Michal 'vorner' Vaner
2016-11-23
Revert "mandatory anonymous section identifier"
Felix Fietkau
2016-10-27
uci/lua: add explicit close() method
Dirk Feytons
2016-10-27
uci/lua: add list_configs() function
Dirk Feytons
2016-10-06
test: adjust for auto-naming anonymous sections
Felix Fietkau
2016-10-06
cli: remove now-defunct UCI_FLAG_EXPORT_NAME support
Felix Fietkau
2016-10-06
mandatory anonymous section identifier
Antonio Paunovic
2016-04-22
projects/uci: lua: use built in pkg-config support for alternatives
Karl Palsson
2016-03-31
file: write through symlinks on uci commit
Jo-Philipp Wich
2016-03-07
cmake: Add ubox library and include dir lookup
Petr Štetiar
2016-02-02
cli: fix uci show output for anonymous sections (#21781)
Felix Fietkau
2016-01-25
file: raise parse error on conflicting section types in strict mode
Jo-Philipp Wich
2016-01-11
file: defer checking the tmpfile until it is actually needed.
Felix Fietkau
2015-11-11
remove list.h
Felix Fietkau
2015-11-06
lua: remove pointless double check of autoload flag
Karl Palsson
[next]