コミット履歴

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