summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix an off-by-one error that prevented the open() check from succeeding, if s...v0.2.2Felix Fietkau2008-02-051-1/+1
* allow merge-import, even if the config file does not exist yetv0.2.1Felix Fietkau2008-02-052-1/+5
* add missing line to command line helpFelix Fietkau2008-02-051-0/+1
* add missing include statementv0.2Felix Fietkau2008-02-051-0/+1
* implement the uci changes command to display uncommitted changesFelix Fietkau2008-02-056-67/+138
* implement batch mode in cliFelix Fietkau2008-02-051-12/+97
* improve the argument parserFelix Fietkau2008-02-052-8/+21
* export a function for parsing shell-style arguments in libuciFelix Fietkau2008-02-043-161/+183
* only overwrite config files at commit time when actual changes were madeFelix Fietkau2008-02-042-9/+21
* improve validation, accept more characters in the section typev0.1.2Felix Fietkau2008-02-044-7/+22
* make the value of an option optional (found by lubek)v0.1.1Felix 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-033-4/+5
* implement uci revertFelix Fietkau2008-02-035-13/+149
* move history code into history.cFelix Fietkau2008-02-035-309/+351
* fix accidental lowercasing of license headersFelix Fietkau2008-02-034-9/+10
* cli: don't commit, if the savedir was overwrittenFelix Fietkau2008-02-031-2/+6
* add a comment about history pathFelix Fietkau2008-02-031-0/+3
* make use of the history path feature in the cliFelix Fietkau2008-02-031-1/+10
* add history search pathFelix Fietkau2008-02-033-16/+71
* allow the user of the library to override the confdir/searchdirFelix Fietkau2008-02-033-6/+56
* some extra null pointer checksFelix Fietkau2008-02-032-0/+7
* parse comments properlyFelix Fietkau2008-02-031-0/+5
* allow the make command line to override LD properlyFelix Fietkau2008-02-031-2/+3
* add quiet mode flag for cliFelix Fietkau2008-02-031-9/+22
* minor commentsFelix Fietkau2008-02-031-0/+6
* save some spaceFelix Fietkau2008-02-031-10/+4
* better input validationFelix Fietkau2008-02-032-17/+23
* disable EOL check for non-strict modeFelix Fietkau2008-02-031-1/+1
* fix filename validationFelix Fietkau2008-02-031-1/+1
* fix typoFelix Fietkau2008-02-031-1/+1
* fix more compile errorsFelix Fietkau2008-02-033-1/+5
* fix compiler error under linuxFelix Fietkau2008-02-031-1/+2
* add missing flagsFelix Fietkau2008-02-031-1/+1
* add shared library supportFelix Fietkau2008-02-032-10/+41
* add flag for naming unnamed sectionsFelix Fietkau2008-02-033-5/+14
* remove unused variablesFelix Fietkau2008-02-033-11/+0
* split warning options from other compiler optionsFelix Fietkau2008-02-031-1/+2
* fix file input for cliFelix Fietkau2008-02-031-1/+1
* implement overwriting importFelix Fietkau2008-02-033-29/+60
* add support for merged importingFelix Fietkau2008-02-023-11/+56
* optimizationFelix Fietkau2008-02-021-15/+10
* add stub for uci importFelix Fietkau2008-02-021-6/+36
* constifyFelix Fietkau2008-02-021-1/+1
* validate the package name for importFelix Fietkau2008-02-021-1/+1
* more error handling for internal uci_import callsFelix Fietkau2008-02-021-1/+1
* add import merging functionality, fix error handling in uci_importFelix Fietkau2008-02-023-3/+22
* implement uci renameFelix Fietkau2008-02-024-20/+94
* keep unnamed sections unnamed on exportFelix Fietkau2008-02-023-7/+57
* accept unnamed sectionsFelix Fietkau2008-01-301-2/+7