summaryrefslogtreecommitdiff
path: root/cli.c
Commit message (Expand)AuthorAgeFilesLines
* fix uci batch nesting check (patch by lars)Felix Fietkau2008-09-051-0/+3
* report errors on partial lookups for show/get in the cli instead of silently ...Felix Fietkau2008-08-271-1/+9
* filter incomplete lookups on uci showFelix Fietkau2008-08-231-0/+2
* fix uci deleteFelix Fietkau2008-08-221-1/+2
* clean up uci_setFelix Fietkau2008-08-221-1/+1
* uci_revert api cleanupFelix Fietkau2008-08-221-1/+1
* cleanup, fix renameFelix Fietkau2008-08-221-14/+2
* code cleanup, some api changes for new uci_ptr structFelix Fietkau2008-08-221-82/+35
* fix extended cli lookupv0.5.0Felix Fietkau2008-08-201-15/+14
* correctly show list changes in "uci changes" outputFelix Fietkau2008-08-191-4/+14
* fix lookup for section commands in the cliFelix Fietkau2008-08-181-0/+13
* add list supportFelix Fietkau2008-08-181-17/+43
* add initial work for option datatype abstractionFelix Fietkau2008-08-171-8/+24
* implement extended uci lookup syntaxFelix Fietkau2008-08-171-43/+47
* Fix uci show for sections and options.Felix Fietkau2008-08-171-3/+39
* allow the cli to override the confdirv0.4.3Felix Fietkau2008-06-061-1/+5
* load the saved history by default to make things easier for the lua bindingFelix Fietkau2008-06-031-4/+0
* add missing helptext for commitFelix Fietkau2008-03-271-0/+1
* some backend abstractionFelix Fietkau2008-02-121-1/+0
* reorganize some code, add an extra command for adding unnamed sectionsFelix Fietkau2008-02-091-0/+35
* extend uci_set so that it can store the resulting element in a variableFelix Fietkau2008-02-061-1/+1
* allow merge-import, even if the config file does not exist yetv0.2.1Felix Fietkau2008-02-051-1/+4
* 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-051-1/+32
* implement batch mode in cliFelix Fietkau2008-02-051-12/+97
* implement uci revertFelix Fietkau2008-02-031-1/+9
* fix accidental lowercasing of license headersFelix Fietkau2008-02-031-0/+1
* cli: don't commit, if the savedir was overwrittenFelix Fietkau2008-02-031-2/+6
* make use of the history path feature in the cliFelix Fietkau2008-02-031-1/+10
* some extra null pointer checksFelix Fietkau2008-02-031-0/+4
* add quiet mode flag for cliFelix Fietkau2008-02-031-9/+22
* fix compiler error under linuxFelix Fietkau2008-02-031-1/+2
* add flag for naming unnamed sectionsFelix Fietkau2008-02-031-2/+10
* remove unused variablesFelix Fietkau2008-02-031-2/+0
* fix file input for cliFelix Fietkau2008-02-031-1/+1
* implement overwriting importFelix Fietkau2008-02-031-3/+12
* add support for merged importingFelix Fietkau2008-02-021-1/+30
* optimizationFelix Fietkau2008-02-021-15/+10
* add stub for uci importFelix Fietkau2008-02-021-6/+36
* implement uci renameFelix Fietkau2008-02-021-8/+30
* cli code cleanupFelix Fietkau2008-01-301-80/+53
* proper commit support, better debuggingFelix Fietkau2008-01-301-3/+34
* change uci_list_configs api for proper exception handlingFelix Fietkau2008-01-301-9/+12
* add strict mode to the cli usageFelix Fietkau2008-01-301-0/+4
* add strict mode flag (enabled by default, can be disabled to ignore lines wit...Felix Fietkau2008-01-301-0/+27
* add proper history tracking for deleteFelix Fietkau2008-01-301-45/+54
* implement history parsingFelix Fietkau2008-01-301-1/+4
* cleanup, move parse_tuple to libuci, add some input validationFelix Fietkau2008-01-291-35/+2
* implement uci_commit()Felix Fietkau2008-01-281-2/+2