Historial de Commits

Autor SHA1 Mensaje Fecha
  Felix Fietkau e66c20610e allow "-" in package names hace 9 años
  Felix Fietkau b342283d2d fix a few formatting issues hace 9 años
  Yousong Zhou f8f9decc54 Use offset into parser buffer to avoid potential heap overflow. hace 9 años
  Jo-Philipp Wich e339407372 Preserve original permissions when rewriting config files on commit hace 10 años
  Luka Perkov 42429219a9 file: make uci commits atomic hace 10 años
  Felix Fietkau 51f2ea3271 util: fix compile error hace 11 años
  Etienne CHAMPETIER 07d6fd66f6 uci: copy permisions of /etc/config/ files for temp files hace 11 años
  Felix Fietkau e4516d01a7 remove plugin support, it has been unused for a long time and should not be used for any new code hace 11 años
  Felix Fietkau 4a7d8053ae fix lgpl license headers hace 12 años
  Felix Fietkau 853f586e48 split off and compile util.c separately hace 13 años
  Felix Fietkau 6ce771b109 split off and compile file.c separately hace 13 años
  Felix Fietkau 7840d049ef don't bail out on locking errors, when flock() is not supported hace 15 años
  Felix Fietkau 25e6437875 add missing fflush() on close - fixes a bug in the lock/unlock order (thx, Cyrus) hace 15 años
  Felix Fietkau cfdea3894f fix signed vs unsigned char validation bug hace 15 años
  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 hace 15 años
  Felix Fietkau f8cf80970b fix segfault in uci batch hace 15 años
  Felix 8500c9b016 add an extra option check for tuple parsing hace 15 años
  Felix Fietkau 87e8931579 remove uci_parse_tuple, preparation for adding a new api for lookups hace 15 años
  Felix Fietkau 976e6db54e implement extended uci lookup syntax hace 15 años
  Felix Fietkau 714c75c47a another one hace 16 años
  Felix Fietkau d65c93f0d0 fix a really stupid bug hace 16 años
  Felix Fietkau 8a06b55c63 some more input validation hace 16 años
  Felix Fietkau 6c020def58 allow more types of characters for uci package names hace 16 años
  Felix Fietkau d4bab37948 parser: fix precedence of quoting over ; as command terminator, thx to netprince for spotting the bug hace 16 años
  Felix Fietkau ce0ffab408 more functionality for plugins hace 16 años
  Felix Fietkau 7cefa00ead more plugin support hace 16 años
  Felix Fietkau 7ca5c675d7 fix uci_set hace 16 años
  Felix Fietkau 9f540f2106 reorganize some code, add an extra command for adding unnamed sections hace 16 años
  Felix Fietkau 735792ded0 use strsep instead of strtok to avoid a segfault hace 16 años
  Felix Fietkau 12bdbcd95d fix uci_parse_tuple hace 16 años