summaryrefslogtreecommitdiff
path: root/list.c
Commit message (Expand)AuthorAgeFilesLines
* uci: optimize update section in uci_setJan Venekamp2023-03-041-8/+15
* uci: fix memory leak uci_set on update sectionJan Venekamp2023-03-041-42/+20
* uci: maintain option position in uci_add_listJan Venekamp2023-03-041-4/+4
* uci: fix atomicity of uci_add_listJan Venekamp2023-03-041-37/+37
* uci: fix use-after-free uci_add_listJan Venekamp2023-03-041-0/+2
* uci: optimize update option in uci_setJan Venekamp2023-03-041-9/+11
* uci: maintain option position in uci_setJan Venekamp2023-03-041-4/+4
* uci: fix use-after-free uci_set on update optionJan Venekamp2023-03-041-3/+4
* iron out all extra compiler warningsPetr Štetiar2019-11-141-2/+2
* build: Add -Wclobbered to detect problems with longjmpHauke Mehrtens2019-11-081-2/+2
* uci: fix options list of section after type changeSven Eckelmann2019-05-171-0/+31
* uci: fix a potential use-after-free in uci_set()Jordan Miner2018-03-261-1/+5
* list: only record ordering deltas if element position changedJo-Philipp Wich2018-03-161-3/+7
* list: remove unncessary increment of n_section (FS#1182)Hans Dedecker2017-12-221-1/+1
* file: remove unnecessary uci_fixup_section callsHans Dedecker2017-12-221-2/+3
* Revert "mandatory anonymous section identifier"Felix Fietkau2016-11-231-3/+3
* mandatory anonymous section identifierAntonio Paunovic2016-10-061-3/+3
* Add a few notes on the return value of uci_lookup_ptr().Yousong Zhou2015-01-241-2/+3
* Fix memory leaks found by using valgrind on test cases.Yousong Zhou2014-12-181-1/+1
* style: fix whitespace errorsLuka Perkov2013-10-151-2/+2
* style: free(NULL) is perfectly valid so we can drop some checksLuka Perkov2013-10-151-6/+3
* uci_delete: check ptr->o and its type before checking ptr->valueFelix Fietkau2013-09-291-1/+1
* uci: fix excessive reorder delta entry duplicationFelix Fietkau2013-06-111-1/+2
* uci: Fix uci_delete() when ptr->value is empty stringKrzysztof Kuźnik2013-05-021-1/+1
* remove plugin support, it has been unused for a long time and should not be u...Felix Fietkau2013-01-041-1/+1
* extend delete command so it can delete list elemets using indexLuka Perkov2012-11-091-3/+21
* add new command del_listLuka Perkov2012-11-091-0/+32
* add a few missing null pointer checks, and fix check vs dereference order in ...Felix Fietkau2011-10-211-5/+5
* fix lgpl license headersFelix Fietkau2011-08-311-1/+1
* fix uci_list_set_pos to reorder sections properly, even when moving a section...Felix Fietkau2011-01-191-2/+3
* add convenience functions for looking up packages/sections/optionsFelix Fietkau2010-08-211-0/+12
* add support for partial lookups - skip lookup for filled-in sections or packagesFelix Fietkau2010-08-211-3/+9
* make uci_lookup_ptr() use the extended flag properly againFelix Fietkau2010-08-201-3/+7
* split off and compile delta.c separatelyFelix Fietkau2010-08-201-8/+8
* uci_history -> uci_deltaFelix Fietkau2010-08-201-21/+21
* split off and compile util.c separatelyFelix Fietkau2010-08-201-0/+16
* split off and compile file.c separatelyFelix Fietkau2010-08-201-78/+4
* do not fail when attempting to set a nonexistant option to an empty valueFelix Fietkau2009-08-181-0/+5
* when running uci set with an empty value, fall back to uci removeFelix Fietkau2009-08-181-2/+4
* add section reordering to libuci and cliFelix Fietkau2009-05-231-0/+30
* make the uci_ptr struct reusable after a call to uci_delete()Felix Fietkau2009-01-201-0/+6
* fix uci rename for anonymous sectionsFelix Fietkau2008-12-271-0/+3
* overhaul package and section type validation - makes it easier to read and fi...Felix Fietkau2008-09-051-2/+2
* fix segmentation fault / endless loop on history loadsFelix Fietkau2008-09-051-1/+1
* fix segfault in extended section lookupFelix Fietkau2008-08-271-1/+2
* filter out duplicate changes when using uci_set to change option valuesFelix Fietkau2008-08-231-0/+9
* clean up uci_setFelix Fietkau2008-08-221-166/+38
* more cleanupFelix Fietkau2008-08-221-3/+6
* cleanup, fix renameFelix Fietkau2008-08-221-0/+5
* code cleanup, some api changes for new uci_ptr structFelix Fietkau2008-08-221-158/+173