summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix lua binding include pathv0.6.2Felix Fietkau2008-09-051-1/+1
* fix uci batch nesting check (patch by lars)Felix Fietkau2008-09-051-0/+3
* fix segmentation fault / endless loop on history loadsFelix Fietkau2008-09-051-1/+1
* properly search for lua includes and the library directoryFelix Fietkau2008-08-311-5/+20
* Add mkdir to Makefile and Makefile.inc, use $prefix for binaryJens Muecke2008-08-312-1/+4
* fix segfault in uci batchFelix Fietkau2008-08-311-7/+7
* fix uci.save() with cursorsv0.6.1Felix Fietkau2008-08-271-1/+1
* fix uci.get()Felix Fietkau2008-08-271-0/+3
* add \n to error messages only when output goes to stderrFelix Fietkau2008-08-271-3/+5
* push out uci error messages to lua as wellFelix Fietkau2008-08-271-50/+29
* extend api to be able to get a full error string instead of printing itFelix Fietkau2008-08-272-9/+40
* fix segfault in extended section lookupFelix Fietkau2008-08-271-1/+2
* add uci.cursor() support based on a patch by CyrusFFFelix Fietkau2008-08-271-83/+171
* add get functions for savedir and confdirFelix Fietkau2008-08-271-0/+16
* fix sanity checks for uci.set to be able to create new sectionsFelix Fietkau2008-08-271-1/+1
* fix incomplete lookups for uci.get()Felix Fietkau2008-08-271-0/+4
* report errors on partial lookups for show/get in the cli instead of silently ...Felix Fietkau2008-08-271-1/+9
* Check for segfault and illegal instruction when expecting an errorFrédéric Moulins2008-08-261-1/+12
* add an extra option check for tuple parsingFelix2008-08-261-0/+5
* Add parsing tests for get, set and showFrédéric Moulins2008-08-267-0/+62
* add .anonymous attribute for uci sections in luaFelix2008-08-241-0/+2
* Adds a unit test framework based on shunit2v0.6.0Felix2008-08-2321-0/+1225
* filter incomplete lookups on uci showFelix Fietkau2008-08-231-0/+2
* filter out duplicate changes when using uci_set to change option valuesFelix Fietkau2008-08-231-0/+9
* work around a gcc optimizer bugFelix Fietkau2008-08-231-1/+1
* fix 4-arg uci.set()Felix Fietkau2008-08-231-0/+2
* add some missing initializationsFelix Fietkau2008-08-231-2/+2
* port lua bindings to new uci apiFelix Fietkau2008-08-231-142/+112
* fix uci revertFelix Fietkau2008-08-221-3/+5
* fix uci deleteFelix Fietkau2008-08-221-1/+2
* clean up uci_setFelix Fietkau2008-08-225-219/+74
* uci_revert api cleanupFelix Fietkau2008-08-223-20/+25
* more cleanupFelix Fietkau2008-08-222-16/+8
* cleanup, fix renameFelix Fietkau2008-08-222-14/+7
* code cleanup, some api changes for new uci_ptr structFelix Fietkau2008-08-226-329/+252
* remove uci_parse_tuple, preparation for adding a new api for lookupsFelix Fietkau2008-08-225-106/+119
* fix extended cli lookupv0.5.0Felix Fietkau2008-08-201-15/+14
* correctly show list changes in "uci changes" outputFelix Fietkau2008-08-191-4/+14
* lua: allow uci.set() to create/update a list valueFelix Fietkau2008-08-191-2/+22
* fix list parsing with anonymous sectionsFelix Fietkau2008-08-181-2/+14
* fix wrong buffer allocationFelix Fietkau2008-08-181-1/+1
* fix use-after-freeFelix Fietkau2008-08-181-1/+1
* fix lookup for section commands in the cliFelix Fietkau2008-08-181-0/+13
* add list support to the uci lua bindingFelix Fietkau2008-08-181-17/+26
* add list supportFelix Fietkau2008-08-185-41/+260
* add initial work for option datatype abstractionFelix Fietkau2008-08-175-22/+86
* bump library version to 0.5Felix Fietkau2008-08-171-1/+1
* implement extended uci lookup syntaxFelix Fietkau2008-08-174-45/+186
* Fix uci show for sections and options.Felix Fietkau2008-08-171-3/+39
* another onev0.4.8Felix Fietkau2008-07-311-2/+3