summaryrefslogtreecommitdiff
path: root/uci_internal.h
Commit message (Expand)AuthorAgeFilesLines
* uci: macro uci_alloc_element not in uci.hHEADmasterJan Venekamp2023-03-041-0/+3
* file: Check buffer size after strtok()Hauke Mehrtens2020-10-061-0/+1
* file: use size_t for position and pointerHauke Mehrtens2020-10-061-4/+4
* uci: Fix extra semicolons warningsRosen Penev2019-12-111-1/+1
* file: remove unnecessary uci_fixup_section callsHans Dedecker2017-12-221-1/+0
* allow "-" in package namesFelix Fietkau2014-12-181-4/+4
* Use offset into parser buffer to avoid potential heap overflow.Yousong Zhou2014-11-251-1/+7
* Preserve original permissions when rewriting config files on commitJo-Philipp Wich2014-04-111-1/+1
* style: fix whitespace errorsLuka Perkov2013-10-151-3/+3
* remove plugin support, it has been unused for a long time and should not be u...Felix Fietkau2013-01-041-14/+9
* add a few missing null pointer checks, and fix check vs dereference order in ...Felix Fietkau2011-10-211-1/+1
* fix lgpl license headersFelix Fietkau2011-08-311-1/+1
* fix building without plugin supportFelix Fietkau2011-03-261-1/+1
* split off and compile delta.c separatelyFelix Fietkau2010-08-201-0/+6
* uci_history -> uci_deltaFelix Fietkau2010-08-201-3/+3
* split off and compile file.c separatelyFelix Fietkau2010-08-201-0/+69
* code cleanup, some api changes for new uci_ptr structFelix Fietkau2008-08-221-1/+14
* more const stuffFelix Fietkau2008-05-261-1/+1
* rename ctx->errno to ctx->err to avoid conflicts with a #define errno in the ...v0.3.2Felix Fietkau2008-04-091-3/+3
* more functionality for pluginsFelix Fietkau2008-02-121-0/+1
* more plugin supportFelix Fietkau2008-02-121-3/+46
* make more functions available externallyFelix Fietkau2008-02-121-2/+3
* fold err.h into uci_internal.hFelix Fietkau2008-02-121-0/+86
* implement the uci changes command to display uncommitted changesFelix Fietkau2008-02-051-0/+38