Commit History

Author SHA1 Message Date
  Hauke Mehrtens 52bbc99f69 Replace malloc() + memset() with calloc() 3 years ago
  Hauke Mehrtens 2c8e4a347b util: Fix error path 4 years ago
  Felix Fietkau e66c20610e allow "-" in package names 9 years ago
  Felix Fietkau b342283d2d fix a few formatting issues 9 years ago
  Yousong Zhou f8f9decc54 Use offset into parser buffer to avoid potential heap overflow. 9 years ago
  Jo-Philipp Wich e339407372 Preserve original permissions when rewriting config files on commit 10 years ago
  Luka Perkov 42429219a9 file: make uci commits atomic 10 years ago
  Felix Fietkau 51f2ea3271 util: fix compile error 10 years ago
  Etienne CHAMPETIER 07d6fd66f6 uci: copy permisions of /etc/config/ files for temp files 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 4a7d8053ae fix lgpl license headers 12 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 7840d049ef don't bail out on locking errors, when flock() is not supported 15 years ago
  Felix Fietkau 25e6437875 add missing fflush() on close - fixes a bug in the lock/unlock order (thx, Cyrus) 15 years ago
  Felix Fietkau cfdea3894f fix signed vs unsigned char validation bug 15 years ago
  Felix Fietkau 1a388b01f8 overhaul package and section type validation - makes it easier to read and fixes some bugs in uci changes and uci show without explicit package references 15 years ago
  Felix Fietkau f8cf80970b fix segfault in uci batch 15 years ago
  Felix 8500c9b016 add an extra option check for tuple parsing 15 years ago
  Felix Fietkau 87e8931579 remove uci_parse_tuple, preparation for adding a new api for lookups 15 years ago
  Felix Fietkau 976e6db54e implement extended uci lookup syntax 15 years ago
  Felix Fietkau 714c75c47a another one 15 years ago
  Felix Fietkau d65c93f0d0 fix a really stupid bug 15 years ago
  Felix Fietkau 8a06b55c63 some more input validation 15 years ago
  Felix Fietkau 6c020def58 allow more types of characters for uci package names 16 years ago
  Felix Fietkau d4bab37948 parser: fix precedence of quoting over ; as command terminator, thx to netprince for spotting the bug 16 years ago
  Felix Fietkau ce0ffab408 more functionality for plugins 16 years ago
  Felix Fietkau 7cefa00ead more plugin support 16 years ago
  Felix Fietkau 7ca5c675d7 fix uci_set 16 years ago
  Felix Fietkau 9f540f2106 reorganize some code, add an extra command for adding unnamed sections 16 years ago