summaryrefslogtreecommitdiff
path: root/list.c
Commit message (Expand)AuthorAgeFilesLines
* make the uci_ptr struct reusable after a call to uci_delete()Felix Fietkau2009-01-201-0/+6
* fix uci rename for anonymous sectionsFelix Fietkau2008-12-271-0/+3
* overhaul package and section type validation - makes it easier to read and fi...Felix Fietkau2008-09-051-2/+2
* fix segmentation fault / endless loop on history loadsFelix Fietkau2008-09-051-1/+1
* fix segfault in extended section lookupFelix Fietkau2008-08-271-1/+2
* filter out duplicate changes when using uci_set to change option valuesFelix Fietkau2008-08-231-0/+9
* clean up uci_setFelix Fietkau2008-08-221-166/+38
* more cleanupFelix Fietkau2008-08-221-3/+6
* cleanup, fix renameFelix Fietkau2008-08-221-0/+5
* code cleanup, some api changes for new uci_ptr structFelix Fietkau2008-08-221-158/+173
* remove uci_parse_tuple, preparation for adding a new api for lookupsFelix Fietkau2008-08-221-21/+19
* fix wrong buffer allocationFelix Fietkau2008-08-181-1/+1
* add list supportFelix Fietkau2008-08-181-9/+122
* add initial work for option datatype abstractionFelix Fietkau2008-08-171-8/+25
* implement extended uci lookup syntaxFelix Fietkau2008-08-171-0/+109
* fix a stupid duplicate value checking bug (patch by Frédéric Moulins)v0.4.4Felix Fietkau2008-06-201-3/+5
* don't record a changed value if the new value matches the old onev0.4.1Felix Fietkau2008-06-041-0/+6
* more const stuffFelix Fietkau2008-06-031-1/+1
* more const stuffFelix Fietkau2008-05-261-3/+3
* constifyFelix Fietkau2008-05-011-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
* add an extra check for uci_lookupFelix Fietkau2008-02-121-1/+1
* more plugin supportFelix Fietkau2008-02-121-1/+1
* consistencyFelix Fietkau2008-02-121-1/+3
* add uci_set_backend()Felix Fietkau2008-02-121-5/+5
* fix uci_setFelix Fietkau2008-02-121-4/+4
* reorganize some code, add an extra command for adding unnamed sectionsFelix Fietkau2008-02-091-1/+43
* extend uci_set so that it can store the resulting element in a variableFelix Fietkau2008-02-061-5/+13
* add a missing nullpointer checkv0.2.3Felix Fietkau2008-02-051-0/+2
* implement the uci changes command to display uncommitted changesFelix Fietkau2008-02-051-46/+12
* improve validation, accept more characters in the section typev0.1.2Felix Fietkau2008-02-041-2/+2
* fix a few bugs found during code reviewv0.1Felix Fietkau2008-02-031-3/+3
* fix accidental lowercasing of license headersFelix Fietkau2008-02-031-3/+3
* save some spaceFelix Fietkau2008-02-031-10/+4
* better input validationFelix Fietkau2008-02-031-10/+15
* remove unused variablesFelix Fietkau2008-02-031-8/+0
* add support for merged importingFelix Fietkau2008-02-021-4/+8
* add import merging functionality, fix error handling in uci_importFelix Fietkau2008-02-021-0/+2
* implement uci renameFelix Fietkau2008-02-021-5/+38
* keep unnamed sections unnamed on exportFelix Fietkau2008-02-021-6/+6
* proper commit support, better debuggingFelix Fietkau2008-01-301-3/+8
* free the history on package unloadFelix Fietkau2008-01-301-28/+31
* some helpful commentsFelix Fietkau2008-01-301-0/+4
* free uci_history entries properlyFelix Fietkau2008-01-301-1/+14
* plug a memleakFelix Fietkau2008-01-301-0/+6
* disable history tracking for non-confdir filesFelix Fietkau2008-01-301-0/+3
* add proper history tracking for deleteFelix Fietkau2008-01-301-17/+80
* implement history parsingFelix Fietkau2008-01-301-17/+32
* add extra null pointer checkFelix Fietkau2008-01-291-0/+1
* clean up history handlingFelix Fietkau2008-01-291-2/+13