projects
/
project
/
uci.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
project/uci.git
2023-08-10
Jan Venekamp
remove internal usage of redundant uci_ptr.last
master
commit
|
commitdiff
|
tree
|
snapshot
2023-08-10
Jan Venekamp
file: Fix uci -m import command
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Jan Venekamp
uci: macro uci_alloc_element not in uci.h
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Jan Venekamp
uci: optimize update section in uci_set
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Jan Venekamp
uci: fix memory leak uci_set on update section
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Jan Venekamp
uci: maintain option position in uci_add_list
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Jan Venekamp
uci: fix atomicity of uci_add_list
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Jan Venekamp
uci: fix use-after-free uci_add_list
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Jan Venekamp
uci: optimize update option in uci_set
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Jan Venekamp
uci: maintain option position in uci_set
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Jan Venekamp
uci: fix use-after-free uci_set on update option
commit
|
commitdiff
|
tree
|
snapshot
2022-08-28
Rafał Miłecki
delta: simplify uci_load_delta() by using a helper
commit
|
commitdiff
|
tree
|
snapshot
2022-08-28
Rafał Miłecki
cli: drop redundant uci_add_delta_path() call for -P
commit
|
commitdiff
|
tree
|
snapshot
2021-10-22
Hauke Mehrtens
cmake: Allow override of install directories
commit
|
commitdiff
|
tree
|
snapshot
2021-04-14
Rafał Miłecki
cli: add option for changing save path
commit
|
commitdiff
|
tree
|
snapshot
2020-10-06
Hauke Mehrtens
Replace malloc() + memset() with calloc()
commit
|
commitdiff
|
tree
|
snapshot
2020-10-06
Hauke Mehrtens
ucimap: Check return of malloc()
commit
|
commitdiff
|
tree
|
snapshot
2020-10-06
Hauke Mehrtens
file: Check buffer size after strtok()
commit
|
commitdiff
|
tree
|
snapshot
2020-10-06
Hauke Mehrtens
file: use size_t for position and pointer
commit
|
commitdiff
|
tree
|
snapshot
2020-10-06
Jo-Philipp...
file: use dynamic memory allocation for tempfile name
commit
|
commitdiff
|
tree
|
snapshot
2020-10-03
Petr Štetiar
file: uci_file_commit: fix memory leak
commit
|
commitdiff
|
tree
|
snapshot
2020-10-03
Petr Štetiar
uci: silence UBSAN error by using offsetof macro from...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-03
Petr Štetiar
tests: cram: add uci import testing on fuzzer corpus
commit
|
commitdiff
|
tree
|
snapshot
2020-10-03
Petr Štetiar
cmake: add uci-san cli built with clang sanitizers
commit
|
commitdiff
|
tree
|
snapshot
2020-10-03
Petr Štetiar
file: uci_parse_package: fix heap use after free
commit
|
commitdiff
|
tree
|
snapshot
2020-10-03
Petr Štetiar
tests: add libFuzzer based fuzzing
commit
|
commitdiff
|
tree
|
snapshot
2020-04-27
Alin Nastac
file: preserve original file mode after commit
commit
|
commitdiff
|
tree
|
snapshot
2020-01-27
Luka Koznjak
file: fix segfault in uci_parse_option
commit
|
commitdiff
|
tree
|
snapshot
2020-01-27
Luka Koznjak
file: fix segfault in uci_parse_config
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Rosen Penev
uci: Fix extra semicolons warnings
commit
|
commitdiff
|
tree
|
snapshot
2019-12-07
Petr Štetiar
cmake: add more hardening compiler flags
commit
|
commitdiff
|
tree
|
snapshot
2019-12-07
Petr Štetiar
libuci: refactor uci_get_errorstr
commit
|
commitdiff
|
tree
|
snapshot
2019-12-07
Petr Štetiar
tests: cram: Lua: add test case for uci_get_errorstr
commit
|
commitdiff
|
tree
|
snapshot
2019-12-07
Petr Štetiar
lua: add missing forward declaration
commit
|
commitdiff
|
tree
|
snapshot
2019-12-07
Rosen Penev
cli: fix format string clang-10 warning
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
lua: fix error handling
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
ucimap: fix possible use of memory after it is freed
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
delta: prevent possible null pointer use
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
cli: remove unused variable assigment
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
lua: fix memory leak in set method
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
lua: fix memory leak in changes method
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
tests: add cram based unit tests
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
lua: fix copy&paste in error string
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
cli: fix realloc issue spotted by cppcheck
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
iron out all extra compiler warnings
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
tests: shunit2: run all tests under Valgrind by default
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
cmake: enable extra compiler checks
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
cmake: build Lua module only if enabled
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
tests: shunit2: fix issues reported by shellcheck
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
add initial GitLab CI support
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
tests: shunit2: make it working under CMake
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
cmake: add unit testing option and shunit2 tests
commit
|
commitdiff
|
tree
|
snapshot
2019-11-14
Petr Štetiar
test: move shunit2 tests under standalone subdirectory
commit
|
commitdiff
|
tree
|
snapshot
2019-11-08
Hauke Mehrtens
build: Add -Wclobbered to detect problems with longjmp
commit
|
commitdiff
|
tree
|
snapshot
2019-11-01
Hauke Mehrtens
util: Fix error path
commit
|
commitdiff
|
tree
|
snapshot
2019-09-01
Maxim Gorbachyov
uci/file: replace mktemp() with mkstemp()
commit
|
commitdiff
|
tree
|
snapshot
2019-05-17
Sven Eckelmann
uci: fix options list of section after type change
commit
|
commitdiff
|
tree
|
snapshot
2018-08-11
Yousong Zhou
delta: fix parsing malformed delta lines
commit
|
commitdiff
|
tree
|
snapshot
2018-03-26
Jordan Miner
uci: fix a potential use-after-free in uci_set()
commit
|
commitdiff
|
tree
|
snapshot
2018-03-15
Jo-Philipp...
list: only record ordering deltas if element position...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Andre Castro
cmake: Fix cli shared linking against ubox
commit
|
commitdiff
|
tree
|
snapshot
2018-01-01
Jo-Philipp...
lua: additionally return name when looking up sections
commit
|
commitdiff
|
tree
|
snapshot
2018-01-01
Jo-Philipp...
lua: support extended section notation
commit
|
commitdiff
|
tree
|
snapshot
2017-12-22
Hans Dedecker
list: remove unncessary increment of n_section (FS...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-22
Hans Dedecker
file: remove unnecessary uci_fixup_section calls
commit
|
commitdiff
|
tree
|
snapshot
2017-09-29
Stijn Tintel
Add bitfield_set function from libubox.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-12
Yousong Zhou
file: remove redundant NULL check on return value of...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-12
Yousong Zhou
build: fix BUILD_STATIC
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Michal 'vorner...
Fix skipping directories in uci_list_config_files
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Felix Fietkau
Revert "mandatory anonymous section identifier"
commit
|
commitdiff
|
tree
|
snapshot
2016-10-27
Dirk Feytons
uci/lua: add explicit close() method
commit
|
commitdiff
|
tree
|
snapshot
2016-10-27
Dirk Feytons
uci/lua: add list_configs() function
commit
|
commitdiff
|
tree
|
snapshot
2016-10-06
Felix Fietkau
test: adjust for auto-naming anonymous sections
commit
|
commitdiff
|
tree
|
snapshot
2016-10-06
Felix Fietkau
cli: remove now-defunct UCI_FLAG_EXPORT_NAME support
commit
|
commitdiff
|
tree
|
snapshot
2016-10-06
Antonio Paunovic
mandatory anonymous section identifier
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Karl Palsson
projects/uci: lua: use built in pkg-config support...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Jo-Philipp...
file: write through symlinks on uci commit
commit
|
commitdiff
|
tree
|
snapshot
2016-03-07
Petr Štetiar
cmake: Add ubox library and include dir lookup
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Felix Fietkau
cli: fix uci show output for anonymous sections (#21781)
commit
|
commitdiff
|
tree
|
snapshot
2016-01-25
Jo-Philipp...
file: raise parse error on conflicting section types...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-11
Felix Fietkau
file: defer checking the tmpfile until it is actually...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-11
Felix Fietkau
remove list.h
commit
|
commitdiff
|
tree
|
snapshot
2015-11-06
Karl Palsson
lua: remove pointless double check of autoload flag
commit
|
commitdiff
|
tree
|
snapshot
2015-11-05
Jo-Philipp...
lua: fix invocation of foreach() with nil type and...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-27
Felix Fietkau
file: remove unnecessary sync() call
commit
|
commitdiff
|
tree
|
snapshot
2015-05-25
Yousong Zhou
tests: add test case for parsing long option values.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-25
Yousong Zhou
file.c: lift the 4096 bytes line length limit.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-25
Yousong Zhou
delta: catch error when parsing delta line.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-25
Yousong Zhou
cli: suppress printing error messages when -q is specified.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-08
Hans Dedecker
uci: properly close input before exit
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
Yousong Zhou
file: reset parsing position on starting over a newline.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
Yousong Zhou
tests: add test coverage for comment lines within batch...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-03
Yousong Zhou
delta: fix adding new savedir.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-03
Yousong Zhou
tests: add test coverage for uci export with -P option.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Yousong Zhou
Fix delta path handling.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Yousong Zhou
tests: add test cases for -P and -p options.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-26
Yousong Zhou
lua: restore return value of require('uci') to module...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-26
Yousong Zhou
cli: fix return value of package_cmd().
commit
|
commitdiff
|
tree
|
snapshot
2015-03-26
Yousong Zhou
testenv: test for exit status of "uci export".
commit
|
commitdiff
|
tree
|
snapshot
2015-01-24
Yousong Zhou
Add a few notes on the return value of uci_lookup_ptr().
commit
|
commitdiff
|
tree
|
snapshot
next