summaryrefslogtreecommitdiff
path: root/uci.h
Commit message (Expand)AuthorAgeFilesLines
* extend api to be able to get a full error string instead of printing itFelix Fietkau2008-08-271-0/+10
* clean up uci_setFelix Fietkau2008-08-221-17/+4
* uci_revert api cleanupFelix Fietkau2008-08-221-4/+2
* code cleanup, some api changes for new uci_ptr structFelix Fietkau2008-08-221-64/+18
* remove uci_parse_tuple, preparation for adding a new api for lookupsFelix Fietkau2008-08-221-23/+39
* add list supportFelix Fietkau2008-08-181-2/+27
* add initial work for option datatype abstractionFelix Fietkau2008-08-171-1/+9
* implement extended uci lookup syntaxFelix Fietkau2008-08-171-0/+27
* more const stuffFelix Fietkau2008-06-031-1/+1
* more const stuffFelix Fietkau2008-05-261-3/+3
* constifyFelix Fietkau2008-05-011-1/+1
* constifyFelix Fietkau2008-04-131-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
* create the history savedir on uci_save() if it does not existFelix Fietkau2008-02-121-1/+2
* more plugin supportFelix Fietkau2008-02-121-11/+4
* add feature flags for the build process, improve automatic rebuildFelix Fietkau2008-02-121-5/+2
* add uci_set_backend()Felix Fietkau2008-02-121-0/+9
* cleanupFelix Fietkau2008-02-121-3/+21
* remove some unused stuffFelix Fietkau2008-02-121-3/+0
* fix uci_setFelix Fietkau2008-02-121-1/+1
* add comment about memory handling in list_configsFelix Fietkau2008-02-121-0/+2
* add abstraction for listing config files as wellFelix Fietkau2008-02-121-0/+1
* some backend abstractionFelix Fietkau2008-02-121-7/+13
* reorganize some code, add an extra command for adding unnamed sectionsFelix Fietkau2008-02-091-0/+9
* extend uci_set so that it can store the resulting element in a variableFelix Fietkau2008-02-061-1/+2
* implement the uci changes command to display uncommitted changesFelix Fietkau2008-02-051-20/+5
* improve the argument parserFelix Fietkau2008-02-051-2/+3
* export a function for parsing shell-style arguments in libuciFelix Fietkau2008-02-041-0/+8
* implement uci revertFelix Fietkau2008-02-031-0/+9
* fix accidental lowercasing of license headersFelix Fietkau2008-02-031-3/+3
* add a comment about history pathFelix Fietkau2008-02-031-0/+3
* add history search pathFelix Fietkau2008-02-031-3/+13
* allow the user of the library to override the confdir/searchdirFelix Fietkau2008-02-031-1/+18
* add flag for naming unnamed sectionsFelix Fietkau2008-02-031-2/+3
* implement overwriting importFelix Fietkau2008-02-031-1/+2
* add import merging functionality, fix error handling in uci_importFelix Fietkau2008-02-021-0/+2
* implement uci renameFelix Fietkau2008-02-021-5/+16
* keep unnamed sections unnamed on exportFelix Fietkau2008-02-021-0/+1
* proper commit support, better debuggingFelix Fietkau2008-01-301-2/+5
* create history files with the proper modeFelix Fietkau2008-01-301-0/+1
* change uci_list_configs api for proper exception handlingFelix Fietkau2008-01-301-1/+1
* add strict mode flag (enabled by default, can be disabled to ignore lines wit...Felix Fietkau2008-01-301-0/+8
* add proper history tracking for deleteFelix Fietkau2008-01-301-1/+17
* implement history parsingFelix Fietkau2008-01-301-6/+19
* cleanup, move parse_tuple to libuci, add some input validationFelix Fietkau2008-01-291-0/+14
* cleanupFelix Fietkau2008-01-281-0/+1
* ignore the package keyword for uci_load()Felix Fietkau2008-01-281-1/+2
* implement uci_commit()Felix Fietkau2008-01-281-1/+9
* allow accessing files outside of /etc/configFelix Fietkau2008-01-281-4/+8
* another small commentFelix Fietkau2008-01-281-1/+4