summaryrefslogtreecommitdiff
path: root/libuci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add some more list handlingFelix Fietkau2008-01-191-4/+19
* move some macro magic out of libuci.cFelix Fietkau2008-01-191-46/+2
* make uci_errstr constFelix Fietkau2008-01-191-1/+1
* clean up arg checksFelix Fietkau2008-01-191-1/+3
* initial import (incomplete)Felix Fietkau2008-01-191-0/+155