Commit History

Author SHA1 Message Date
  Hauke Mehrtens 52bbc99f69 Replace malloc() + memset() with calloc() 3 years ago
  Hauke Mehrtens 7f57427318 file: use size_t for position and pointer 3 years ago
  Petr Štetiar cca6f105fa libuci: refactor uci_get_errorstr 4 years ago
  Yousong Zhou 3c7f3556b0 Fix delta path handling. 9 years ago
  Felix Fietkau 6adc611deb remove unused hook support 11 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
  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 e7e26e7507 free memory for uci hooks 12 years ago
  Felix Fietkau 4a7d8053ae fix lgpl license headers 12 years ago
  Felix Fietkau b033290657 split off and compile delta.c separately 13 years ago
  Felix Fietkau c4402a9e59 uci_history -> uci_delta 13 years ago
  Felix Fietkau 853f586e48 split off and compile util.c separately 13 years ago
  Felix Fietkau 6ce771b109 split off and compile file.c separately 13 years ago
  Felix Fietkau 7b75c2af80 add missing null pointer check after malloc 14 years ago
  Felix Fietkau 476db47724 add plugin support 15 years ago
  Felix Fietkau c60702b55c fix compilation on later glibc/gcc versions with stricter checks 15 years ago
  Felix Fietkau ead1a3c6b0 add \n to error messages only when output goes to stderr 15 years ago
  Felix Fietkau 7d69106b37 extend api to be able to get a full error string instead of printing it 15 years ago
  Felix Fietkau a7b730e73b fix use-after-free 15 years ago
  Felix Fietkau 23fa73926e load the saved history by default to make things easier for the lua binding 16 years ago
  Felix Fietkau 51b60a322a rename ctx->errno to ctx->err to avoid conflicts with a #define errno in the system headers 16 years ago
  Felix Fietkau 7cefa00ead more plugin support 16 years ago
  Felix Fietkau 68ced4fb64 make more functions available externally 16 years ago
  Felix Fietkau 5dd8939426 fold err.h into uci_internal.h 16 years ago
  Felix Fietkau 53726f5dd5 add uci_set_backend() 16 years ago
  Felix Fietkau 4f629ff865 use the per-package backend on commit 16 years ago
  Felix Fietkau c90d9cb8ba cleanup 16 years ago
  Felix Fietkau 80e2e58f4e add abstraction for listing config files as well 16 years ago
  Felix Fietkau 85125c59e6 some backend abstraction 16 years ago
  Felix Fietkau c57e7c3943 fold uci_file_cleanup into uci_cleanup 16 years ago