summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* don't record a changed value if the new value matches the old onev0.4.1Felix Fietkau2008-06-041-0/+6
* lua binding: add .name attribute for sections pushed by uci.foreach and uci.g...Felix Fietkau2008-06-041-0/+2
* adjust default installation target dir for uci lua bindingFelix Fietkau2008-06-041-2/+5
* use .type instead of .TYPEv0.4.0Felix Fietkau2008-06-031-2/+2
* minor cleanupFelix Fietkau2008-06-031-3/+3
* change the format of uci.get_all() - reduce the number of tables used and mak...Felix Fietkau2008-06-031-10/+2
* implement uci.changes() in lua bindingFelix Fietkau2008-06-031-8/+109
* load the saved history by default to make things easier for the lua bindingFelix Fietkau2008-06-032-5/+1
* implement uci.delete() in the lua bindingFelix Fietkau2008-06-031-0/+52
* more const stuffFelix Fietkau2008-06-032-2/+2
* implement autoload for uci lua binding (optional, enabled by default)Felix Fietkau2008-05-261-7/+32
* fix invocation of uci.commit(), uci.save() without argumentsFelix Fietkau2008-05-261-0/+2
* add uci.add() to lua bindingFelix Fietkau2008-05-261-10/+58
* more const stuffFelix Fietkau2008-05-264-8/+8
* allow more types of characters for uci package namesv0.3.4Felix Fietkau2008-05-032-3/+3
* add 2 and 3 argument versions of uci.get()Felix Fietkau2008-05-011-6/+16
* constifyFelix Fietkau2008-05-012-2/+2
* add uci.foreach()Felix Fietkau2008-05-011-0/+41
* add uci.get_all to the lua binding, which converts a section or package to a ...Felix Fietkau2008-05-011-5/+64
* fix lua plugin linkingFelix Fietkau2008-05-011-1/+1
* add revert, merge package handler functionsv0.3.3Felix Fietkau2008-04-131-19/+60
* constifyFelix Fietkau2008-04-132-3/+3
* compile fixes for native compilationFelix Fietkau2008-04-131-2/+2
* build variable sharing between uci and uci-lua, proper installation for lua p...Felix Fietkau2008-04-133-37/+39
* fix unused variableFelix Fietkau2008-04-131-1/+0
* add make install to the uci build directoryFelix Fietkau2008-04-131-0/+10
* set, save, commit for the lua pluginFelix Fietkau2008-04-131-0/+89
* typechecking, add set_confdir and set_savedirFelix Fietkau2008-04-131-2/+27
* add uci.unload to the lua pluginFelix Fietkau2008-04-131-2/+18
* add rudimentary lua binding for uci (can only do "load" and "get" at the mome...Felix Fietkau2008-04-132-0/+193
* rename ctx->errno to ctx->err to avoid conflicts with a #define errno in the ...v0.3.2Felix Fietkau2008-04-096-22/+22
* parser: fix precedence of quoting over ; as command terminator, thx to netpri...v0.3.1Felix Fietkau2008-04-082-12/+20
* add missing helptext for commitFelix Fietkau2008-03-271-0/+1
* fix a bug that prevented modifying empty config filesv0.3.0Felix Fietkau2008-02-121-0/+2
* add an extra check for uci_lookupFelix Fietkau2008-02-121-1/+1
* more functionality for pluginsFelix Fietkau2008-02-122-1/+2
* create the history savedir on uci_save() if it does not existFelix Fietkau2008-02-122-1/+8
* more plugin supportFelix Fietkau2008-02-125-20/+94
* add feature flags for the build process, improve automatic rebuildFelix Fietkau2008-02-123-10/+31
* make more functions available externallyFelix Fietkau2008-02-123-4/+17
* consistencyFelix Fietkau2008-02-121-1/+3
* improve error handlingFelix Fietkau2008-02-121-1/+2
* fold err.h into uci_internal.hFelix Fietkau2008-02-124-102/+87
* add uci_set_backend()Felix Fietkau2008-02-124-6/+26
* use the per-package backend on commitFelix Fietkau2008-02-121-3/+5
* cleanupFelix Fietkau2008-02-123-6/+26
* remove some unused stuffFelix Fietkau2008-02-121-3/+0
* fix uci_setFelix Fietkau2008-02-125-13/+11
* more debuggingFelix Fietkau2008-02-121-0/+1
* add comment about memory handling in list_configsFelix Fietkau2008-02-121-0/+2