summaryrefslogtreecommitdiff
path: root/cli.c
Commit message (Expand)AuthorAgeFilesLines
* cli: drop redundant uci_add_delta_path() call for -PRafał Miłecki2022-08-281-1/+0
* cli: add option for changing save pathRafał Miłecki2021-04-141-1/+5
* Replace malloc() + memset() with calloc()Hauke Mehrtens2020-10-061-2/+1
* cli: fix format string clang-10 warningRosen Penev2019-12-071-0/+1
* cli: remove unused variable assigmentPetr Štetiar2019-11-141-1/+1
* cli: fix realloc issue spotted by cppcheckPetr Štetiar2019-11-141-1/+9
* Revert "mandatory anonymous section identifier"Felix Fietkau2016-11-231-4/+8
* cli: remove now-defunct UCI_FLAG_EXPORT_NAME supportFelix Fietkau2016-10-061-8/+4
* cli: fix uci show output for anonymous sections (#21781)Felix Fietkau2016-02-021-9/+16
* cli: suppress printing error messages when -q is specified.Yousong Zhou2015-05-251-6/+20
* uci: properly close input before exitHans Dedecker2015-05-081-0/+1
* cli: fix return value of package_cmd().Yousong Zhou2015-03-261-1/+6
* cli: enhance "uci show" command on nonexistent sections and options.Yousong Zhou2015-01-241-0/+1
* cli: properly unload package before quit.Yousong Zhou2015-01-241-6/+7
* cli: fix printing option values occupying multiple lines.Yousong Zhou2014-12-181-10/+35
* Fix memory leaks found by using valgrind on test cases.Yousong Zhou2014-12-181-2/+6
* style: free(NULL) is perfectly valid so we can drop some checksLuka Perkov2013-10-151-2/+1
* remove plugin support, it has been unused for a long time and should not be u...Felix Fietkau2013-01-041-8/+0
* extend delete command so it can delete list elemets using indexLuka Perkov2012-11-091-2/+5
* add new command del_listLuka Perkov2012-11-091-1/+14
* cli: return non-zero status on errorsFelix Fietkau2012-03-281-4/+8
* cli: check against multiple -f invocations to avoid leaks (patch by Stanislav...Felix Fietkau2011-10-211-0/+5
* add a few missing null pointer checks, and fix check vs dereference order in ...Felix Fietkau2011-10-211-1/+1
* check result of memory allocations (patch by Stanislav Fomichev)Felix Fietkau2011-10-211-1/+7
* cli: do not return 0 if the command was invalidFelix Fietkau2011-04-021-3/+2
* uci_history -> uci_deltaFelix Fietkau2010-08-201-4/+4
* add plugin supportFelix Fietkau2009-06-081-1/+10
* add section reordering to libuci and cliFelix Fietkau2009-05-231-1/+14
* increase argv in batch mode to silence a false gcc 4.4 warningFelix Fietkau2009-04-301-1/+1
* make extended syntax on uci show optional (but enabled by default)v0.6.3Felix Fietkau2008-10-151-2/+8
* put more descriptive names on anonymous sections when running uci show (can b...Felix Fietkau2008-10-151-8/+73
* 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