summaryrefslogtreecommitdiff
path: root/history.c
Commit message (Expand)AuthorAgeFilesLines
* work around a gcc optimizer bugFelix Fietkau2008-08-231-1/+1
* fix uci revertFelix Fietkau2008-08-221-3/+5
* clean up uci_setFelix Fietkau2008-08-221-1/+2
* uci_revert api cleanupFelix Fietkau2008-08-221-15/+22
* code cleanup, some api changes for new uci_ptr structFelix Fietkau2008-08-221-3/+3
* remove uci_parse_tuple, preparation for adding a new api for lookupsFelix Fietkau2008-08-221-33/+34
* add list supportFelix Fietkau2008-08-181-11/+26
* more const stuffFelix Fietkau2008-05-261-1/+1
* constifyFelix Fietkau2008-04-131-2/+2
* rename ctx->errno to ctx->err to avoid conflicts with a #define errno in the ...v0.3.2Felix Fietkau2008-04-091-7/+7
* create the history savedir on uci_save() if it does not existFelix Fietkau2008-02-121-0/+6
* make more functions available externallyFelix Fietkau2008-02-121-2/+2
* fix uci_setFelix Fietkau2008-02-121-3/+3
* some backend abstractionFelix Fietkau2008-02-121-3/+0
* reorganize some code, add an extra command for adding unnamed sectionsFelix Fietkau2008-02-091-26/+43
* extend uci_set so that it can store the resulting element in a variableFelix Fietkau2008-02-061-1/+1
* implement the uci changes command to display uncommitted changesFelix Fietkau2008-02-051-0/+50
* only overwrite config files at commit time when actual changes were madeFelix Fietkau2008-02-041-7/+17
* improve validation, accept more characters in the section typev0.1.2Felix Fietkau2008-02-041-1/+1
* fix a small memleakFelix Fietkau2008-02-031-3/+3
* fix a few bugs found during code reviewv0.1Felix Fietkau2008-02-031-1/+1
* implement uci revertFelix Fietkau2008-02-031-9/+123
* move history code into history.cFelix Fietkau2008-02-031-0/+232