summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli code cleanupFelix Fietkau2008-01-301-80/+53
* proper commit support, better debuggingFelix Fietkau2008-01-306-28/+119
* free the history on package unloadFelix Fietkau2008-01-301-28/+31
* document UCI_INTERNALFelix Fietkau2008-01-301-0/+6
* some helpful commentsFelix Fietkau2008-01-301-0/+4
* create history files with the proper modeFelix Fietkau2008-01-302-1/+2
* free uci_history entries properlyFelix Fietkau2008-01-302-2/+15
* plug a memleakFelix Fietkau2008-01-301-0/+6
* change uci_list_configs api for proper exception handlingFelix Fietkau2008-01-303-13/+20