summaryrefslogtreecommitdiff
path: root/libuci.c
Commit message (Expand)AuthorAgeFilesLines
* Replace malloc() + memset() with calloc()Hauke Mehrtens2020-10-061-2/+1
* file: use size_t for position and pointerHauke Mehrtens2020-10-061-1/+1
* libuci: refactor uci_get_errorstrPetr Štetiar2019-12-071-32/+19
* Fix delta path handling.Yousong Zhou2015-03-311-0/+1
* remove unused hook supportFelix Fietkau2013-01-041-44/+0
* remove plugin support, it has been unused for a long time and should not be u...Felix Fietkau2013-01-041-111/+0
* add a few missing null pointer checks, and fix check vs dereference order in ...Felix Fietkau2011-10-211-2/+2
* free memory for uci hooksFelix Fietkau2011-10-211-0/+1
* fix lgpl license headersFelix Fietkau2011-08-311-1/+1
* split off and compile delta.c separatelyFelix Fietkau2010-08-201-4/+3
* uci_history -> uci_deltaFelix Fietkau2010-08-201-4/+4
* split off and compile util.c separatelyFelix Fietkau2010-08-201-1/+0
* split off and compile file.c separatelyFelix Fietkau2010-08-201-3/+1
* add missing null pointer check after mallocFelix Fietkau2009-08-301-0/+3
* add plugin supportFelix Fietkau2009-06-081-0/+106
* fix compilation on later glibc/gcc versions with stricter checksFelix Fietkau2009-02-231-3/+5
* add \n to error messages only when output goes to stderrFelix Fietkau2008-08-271-3/+5
* extend api to be able to get a full error string instead of printing itFelix Fietkau2008-08-271-9/+30
* fix use-after-freeFelix Fietkau2008-08-181-1/+1
* load the saved history by default to make things easier for the lua bindingFelix Fietkau2008-06-031-1/+1
* rename ctx->errno to ctx->err to avoid conflicts with a #define errno in the ...v0.3.2Felix Fietkau2008-04-091-1/+1
* more plugin supportFelix Fietkau2008-02-121-2/+40
* make more functions available externallyFelix Fietkau2008-02-121-0/+12
* fold err.h into uci_internal.hFelix Fietkau2008-02-121-1/+0
* add uci_set_backend()Felix Fietkau2008-02-121-0/+11
* use the per-package backend on commitFelix Fietkau2008-02-121-3/+5
* cleanupFelix Fietkau2008-02-121-0/+3
* add abstraction for listing config files as wellFelix Fietkau2008-02-121-0/+9
* some backend abstractionFelix Fietkau2008-02-121-7/+28
* fold uci_file_cleanup into uci_cleanupFelix Fietkau2008-02-121-1/+21
* implement the uci changes command to display uncommitted changesFelix Fietkau2008-02-051-0/+1
* fix a few bugs found during code reviewv0.1Felix Fietkau2008-02-031-0/+1
* move history code into history.cFelix Fietkau2008-02-031-26/+1
* add history search pathFelix Fietkau2008-02-031-6/+32
* allow the user of the library to override the confdir/searchdirFelix Fietkau2008-02-031-0/+29
* fix more compile errorsFelix Fietkau2008-02-031-0/+1
* proper commit support, better debuggingFelix Fietkau2008-01-301-1/+2
* add strict mode flag (enabled by default, can be disabled to ignore lines wit...Felix Fietkau2008-01-301-0/+1
* cleanupFelix Fietkau2008-01-281-7/+8
* implement uci_set, improve error handlingFelix Fietkau2008-01-281-3/+8
* implement more suggestions by lorenz schoriFelix Fietkau2008-01-231-46/+8
* improved debuggingFelix Fietkau2008-01-231-2/+0
* major code refactoring for more code reuse and smaller code sizeFelix Fietkau2008-01-231-3/+3
* consistency: rename uci_config to uci_package, rename variables as well; add ...Felix Fietkau2008-01-231-3/+3
* move export functionality to libuciFelix Fietkau2008-01-231-1/+1
* refactor, add uci_importFelix Fietkau2008-01-221-1/+1
* implement config unloadFelix Fietkau2008-01-201-1/+1
* add support for listing config filesFelix Fietkau2008-01-201-0/+12
* print the reason for parse errors in error messagesFelix Fietkau2008-01-201-1/+1
* better config file handlingFelix Fietkau2008-01-201-1/+2