Commit History

Author SHA1 Message Date
  Felix Fietkau c203c2f900 Revert "mandatory anonymous section identifier" 7 years ago
  Felix Fietkau 2eb9c097e3 cli: remove now-defunct UCI_FLAG_EXPORT_NAME support 7 years ago
  Felix Fietkau d4e42a9081 cli: fix uci show output for anonymous sections (#21781) 8 years ago
  Yousong Zhou a6a884b368 cli: suppress printing error messages when -q is specified. 9 years ago
  Hans Dedecker f34c2de12f uci: properly close input before exit 9 years ago
  Yousong Zhou 54ca5ae347 cli: fix return value of package_cmd(). 9 years ago
  Yousong Zhou 3e26ec5716 cli: enhance "uci show" command on nonexistent sections and options. 9 years ago
  Yousong Zhou 446e774d0e cli: properly unload package before quit. 9 years ago
  Yousong Zhou ec302c635b cli: fix printing option values occupying multiple lines. 9 years ago
  Yousong Zhou ecf0ed555e Fix memory leaks found by using valgrind on test cases. 9 years ago
  Luka Perkov 87be3798a9 style: free(NULL) is perfectly valid so we can drop some checks 10 years ago
  Felix Fietkau e4516d01a7 remove plugin support, it has been unused for a long time and should not be used for any new code 11 years ago
  Luka Perkov e81961bde8 extend delete command so it can delete list elemets using index 11 years ago
  Luka Perkov ec8cbbbe0f add new command del_list 11 years ago
  Felix Fietkau af26658660 cli: return non-zero status on errors 12 years ago
  Felix Fietkau a8c6241437 cli: check against multiple -f invocations to avoid leaks (patch by Stanislav Fomichev) 12 years ago
  Felix Fietkau 1d6095d5ac add a few missing null pointer checks, and fix check vs dereference order in some cases (patch by Stanislav Fomichev) 12 years ago
  Felix Fietkau ef95525edc check result of memory allocations (patch by Stanislav Fomichev) 12 years ago
  Felix Fietkau 14bdf86899 cli: do not return 0 if the command was invalid 13 years ago
  Felix Fietkau c4402a9e59 uci_history -> uci_delta 13 years ago
  Felix Fietkau 476db47724 add plugin support 15 years ago
  Felix Fietkau defdac4bf3 add section reordering to libuci and cli 15 years ago
  Felix Fietkau 13ccfd04a2 increase argv in batch mode to silence a false gcc 4.4 warning 15 years ago
  Felix Fietkau c79cc497e7 make extended syntax on uci show optional (but enabled by default) 15 years ago
  Felix Fietkau f18b4c6a13 put more descriptive names on anonymous sections when running uci show (can be reused for uci set/del/...) - based on an idea by xMff 15 years ago
  Felix Fietkau 717cda86ce fix uci batch nesting check (patch by lars) 15 years ago
  Felix Fietkau 2ade5d42fb report errors on partial lookups for show/get in the cli instead of silently falling back to the last match 15 years ago
  Felix Fietkau c1684cd213 filter incomplete lookups on uci show 15 years ago
  Felix Fietkau 718a82c0da fix uci delete 15 years ago
  Felix Fietkau 4fb6a564b8 clean up uci_set 15 years ago