summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* don't bail out on locking errors, when flock() is not supportedv0.7.5Felix Fietkau2009-04-231-1/+3
|
* create missing lib dir on installationFelix Fietkau2009-04-111-0/+1
|
* fix const related compile error with newer gccFelix Fietkau2009-04-111-3/+6
|
* add missing fflush() on close - fixes a bug in the lock/unlock order (thx, ↵v0.7.4Felix Fietkau2009-03-241-0/+1
| | | | Cyrus)
* fix compilation on later glibc/gcc versions with stricter checksFelix Fietkau2009-02-233-6/+13
|
* fix signed vs unsigned char validation bugv0.7.3Felix Fietkau2009-01-201-3/+4
|
* lua: fix rewriting uci listsv0.7.2Felix Fietkau2009-01-201-1/+12
|
* make the uci_ptr struct reusable after a call to uci_delete()Felix Fietkau2009-01-201-0/+6
|
* add uci.rename()Felix Fietkau2009-01-181-0/+51
|
* bump major versionv0.7.1Felix Fietkau2008-12-271-1/+1
|
* fix uci rename for anonymous sectionsFelix Fietkau2008-12-271-0/+3
|
* add initial version of the shell apiv0.7.0Felix Fietkau2008-12-231-0/+178
|
* add foreign key and list support for ucimapFelix Fietkau2008-11-283-89/+337
|
* fix memory leak reported in https://dev.openwrt.org/ticket/4236Felix Fietkau2008-11-251-0/+1
|
* lua: add uci.add_history to the apiFelix Fietkau2008-11-151-0/+13
|
* add libucimapFelix Fietkau2008-11-146-3/+1134
|
* install development headersFelix Fietkau2008-11-141-1/+7
|
* don't redefine container_of if it's already definedFelix Fietkau2008-11-141-0/+2
|
* lua: fix uci.set_listv0.6.4Felix Fietkau2008-11-141-5/+6
|
* make extended syntax on uci show optional (but enabled by default)v0.6.3Felix Fietkau2008-10-151-2/+8
|
* put more descriptive names on anonymous sections when running uci show (can ↵Felix Fietkau2008-10-151-8/+73
| | | | be reused for uci set/del/...) - based on an idea by xMff
* overhaul package and section type validation - makes it easier to read and ↵Felix Fietkau2008-09-053-7/+17
| | | | fixes some bugs in uci changes and uci show without explicit package references
* add .index field to sectionsFelix Fietkau2008-09-051-5/+12
|
* 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
| | | | falling back to the last match
* Check for segfault and illegal instruction when expecting an errorFrédéric Moulins2008-08-261-1/+12
| | | | | | When an error is expected, fail the test when return code is : * 139: segmentation fault * 132: illegal instruction
* 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
| | | | | | | | | | | | Hello, the result of 'make test' is explicit, even if there is much noise for the same issue I think. Do not miss segmentation faults in the log when testing section index corner cases. fred
* 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
| | | | | | | | | | | | | | Includes simple tests for : - uci import - uci export - uci get - uci set - uci add shunit2 : http://code.google.com/p/shunit2/ Signed-off-by: Frédéric Moulins <ffrrrr@gmail.com>
* 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
|