project/uci.git
2023-08-10 Jan Venekampremove internal usage of redundant uci_ptr.last master
2023-08-10 Jan Venekampfile: Fix uci -m import command
2023-03-04 Jan Venekampuci: macro uci_alloc_element not in uci.h
2023-03-04 Jan Venekampuci: optimize update section in uci_set
2023-03-04 Jan Venekampuci: fix memory leak uci_set on update section
2023-03-04 Jan Venekampuci: maintain option position in uci_add_list
2023-03-04 Jan Venekampuci: fix atomicity of uci_add_list
2023-03-04 Jan Venekampuci: fix use-after-free uci_add_list
2023-03-04 Jan Venekampuci: optimize update option in uci_set
2023-03-04 Jan Venekampuci: maintain option position in uci_set
2023-03-04 Jan Venekampuci: fix use-after-free uci_set on update option
2022-08-28 Rafał Miłeckidelta: simplify uci_load_delta() by using a helper
2022-08-28 Rafał Miłeckicli: drop redundant uci_add_delta_path() call for -P
2021-10-22 Hauke Mehrtenscmake: Allow override of install directories
2021-04-14 Rafał Miłeckicli: add option for changing save path
2020-10-06 Hauke MehrtensReplace malloc() + memset() with calloc()
2020-10-06 Hauke Mehrtensucimap: Check return of malloc()
2020-10-06 Hauke Mehrtensfile: Check buffer size after strtok()
2020-10-06 Hauke Mehrtensfile: use size_t for position and pointer
2020-10-06 Jo-Philipp... file: use dynamic memory allocation for tempfile name
2020-10-03 Petr Štetiarfile: uci_file_commit: fix memory leak
2020-10-03 Petr Štetiaruci: silence UBSAN error by using offsetof macro from...
2020-10-03 Petr Štetiartests: cram: add uci import testing on fuzzer corpus
2020-10-03 Petr Štetiarcmake: add uci-san cli built with clang sanitizers
2020-10-03 Petr Štetiarfile: uci_parse_package: fix heap use after free
2020-10-03 Petr Štetiartests: add libFuzzer based fuzzing
2020-04-27 Alin Nastacfile: preserve original file mode after commit
2020-01-27 Luka Koznjakfile: fix segfault in uci_parse_option
2020-01-27 Luka Koznjakfile: fix segfault in uci_parse_config
2019-12-11 Rosen Penevuci: Fix extra semicolons warnings
2019-12-07 Petr Štetiarcmake: add more hardening compiler flags
2019-12-07 Petr Štetiarlibuci: refactor uci_get_errorstr
2019-12-07 Petr Štetiartests: cram: Lua: add test case for uci_get_errorstr
2019-12-07 Petr Štetiarlua: add missing forward declaration
2019-12-07 Rosen Penevcli: fix format string clang-10 warning
2019-11-14 Petr Štetiarlua: fix error handling
2019-11-14 Petr Štetiarucimap: fix possible use of memory after it is freed
2019-11-14 Petr Štetiardelta: prevent possible null pointer use
2019-11-14 Petr Štetiarcli: remove unused variable assigment
2019-11-14 Petr Štetiarlua: fix memory leak in set method
2019-11-14 Petr Štetiarlua: fix memory leak in changes method
2019-11-14 Petr Štetiartests: add cram based unit tests
2019-11-14 Petr Štetiarlua: fix copy&paste in error string
2019-11-14 Petr Štetiarcli: fix realloc issue spotted by cppcheck
2019-11-14 Petr Štetiariron out all extra compiler warnings
2019-11-14 Petr Štetiartests: shunit2: run all tests under Valgrind by default
2019-11-14 Petr Štetiarcmake: enable extra compiler checks
2019-11-14 Petr Štetiarcmake: build Lua module only if enabled
2019-11-14 Petr Štetiartests: shunit2: fix issues reported by shellcheck
2019-11-14 Petr Štetiaradd initial GitLab CI support
2019-11-14 Petr Štetiartests: shunit2: make it working under CMake
2019-11-14 Petr Štetiarcmake: add unit testing option and shunit2 tests
2019-11-14 Petr Štetiartest: move shunit2 tests under standalone subdirectory
2019-11-08 Hauke Mehrtensbuild: Add -Wclobbered to detect problems with longjmp
2019-11-01 Hauke Mehrtensutil: Fix error path
2019-09-01 Maxim Gorbachyovuci/file: replace mktemp() with mkstemp()
2019-05-17 Sven Eckelmannuci: fix options list of section after type change
2018-08-11 Yousong Zhoudelta: fix parsing malformed delta lines
2018-03-26 Jordan Mineruci: fix a potential use-after-free in uci_set()
2018-03-15 Jo-Philipp... list: only record ordering deltas if element position...
2018-02-12 Andre Castrocmake: Fix cli shared linking against ubox
2018-01-01 Jo-Philipp... lua: additionally return name when looking up sections
2018-01-01 Jo-Philipp... lua: support extended section notation
2017-12-22 Hans Dedeckerlist: remove unncessary increment of n_section (FS...
2017-12-22 Hans Dedeckerfile: remove unnecessary uci_fixup_section calls
2017-09-29 Stijn TintelAdd bitfield_set function from libubox.
2017-04-12 Yousong Zhoufile: remove redundant NULL check on return value of...
2017-04-12 Yousong Zhoubuild: fix BUILD_STATIC
2016-11-23 Michal 'vorner... Fix skipping directories in uci_list_config_files
2016-11-23 Felix FietkauRevert "mandatory anonymous section identifier"
2016-10-27 Dirk Feytonsuci/lua: add explicit close() method
2016-10-27 Dirk Feytonsuci/lua: add list_configs() function
2016-10-06 Felix Fietkautest: adjust for auto-naming anonymous sections
2016-10-06 Felix Fietkaucli: remove now-defunct UCI_FLAG_EXPORT_NAME support
2016-10-06 Antonio Paunovicmandatory anonymous section identifier
2016-04-22 Karl Palssonprojects/uci: lua: use built in pkg-config support...
2016-03-31 Jo-Philipp... file: write through symlinks on uci commit
2016-03-07 Petr Štetiarcmake: Add ubox library and include dir lookup
2016-02-02 Felix Fietkaucli: fix uci show output for anonymous sections (#21781)
2016-01-25 Jo-Philipp... file: raise parse error on conflicting section types...
2016-01-11 Felix Fietkaufile: defer checking the tmpfile until it is actually...
2015-11-11 Felix Fietkauremove list.h
2015-11-06 Karl Palssonlua: remove pointless double check of autoload flag
2015-11-05 Jo-Philipp... lua: fix invocation of foreach() with nil type and...
2015-08-27 Felix Fietkaufile: remove unnecessary sync() call
2015-05-25 Yousong Zhoutests: add test case for parsing long option values.
2015-05-25 Yousong Zhoufile.c: lift the 4096 bytes line length limit.
2015-05-25 Yousong Zhoudelta: catch error when parsing delta line.
2015-05-25 Yousong Zhoucli: suppress printing error messages when -q is specified.
2015-05-08 Hans Dedeckeruci: properly close input before exit
2015-04-09 Yousong Zhoufile: reset parsing position on starting over a newline.
2015-04-09 Yousong Zhoutests: add test coverage for comment lines within batch...
2015-04-03 Yousong Zhoudelta: fix adding new savedir.
2015-04-03 Yousong Zhoutests: add test coverage for uci export with -P option.
2015-03-31 Yousong ZhouFix delta path handling.
2015-03-31 Yousong Zhoutests: add test cases for -P and -p options.
2015-03-26 Yousong Zhoulua: restore return value of require('uci') to module...
2015-03-26 Yousong Zhoucli: fix return value of package_cmd().
2015-03-26 Yousong Zhoutestenv: test for exit status of "uci export".
2015-01-24 Yousong ZhouAdd a few notes on the return value of uci_lookup_ptr().
next