Commit History

Author SHA1 Message Date
  Felix Fietkau be457b5263 parse: remove a check that is always true (due to unsigned data type) 10 years ago
  Felix Fietkau c1f1ec3514 file: add missing return code check for mktemp() 10 years ago
  Felix Fietkau 376fdc74c7 file: fix memleak on mktemp() errors 10 years ago
  Luka Perkov f506323c30 style: fix whitespace errors 10 years ago
  Luka Perkov 87be3798a9 style: free(NULL) is perfectly valid so we can drop some checks 10 years ago
  Luka Perkov 42429219a9 file: make uci commits atomic 10 years ago
  Felix Fietkau 2fcc6d756f uci_delete: check ptr->o and its type before checking ptr->value 10 years ago
  Felix Fietkau c9c9d5cb08 uci: fix excessive reorder delta entry duplication 11 years ago
  Felix Fietkau 9d8e1fe485 blob: add uci<->blob conversion library code 11 years ago
  Felix Fietkau 51f2ea3271 util: fix compile error 11 years ago
  Jo-Philipp Wich 9ef6964362 lua: emit a proper deletion when setting an existing list to a new list with only a single item 11 years ago
  Krzysztof Kuźnik b42ee8f218 uci: Fix uci_delete() when ptr->value is empty string 11 years ago
  Etienne CHAMPETIER 07d6fd66f6 uci: copy permisions of /etc/config/ files for temp files 11 years ago
  Jo-Philipp Wich ef12e67516 Change delta encoding of list deletions 11 years ago
  Jérôme Poulin 1e1f503d8f Add multiple free for each call to lookup_args() 11 years ago
  Krzysztof Kuznik 6c71e7ee00 uci: libuci leaking memory on non-existent config file 11 years ago
  Jo-Philipp Wich 28608b5321 ignore trailing carriage returns in file parser 11 years ago
  Thomas Gstädtner 6f251b7f60 add main directory to include path 11 years ago
  Felix Fietkau 08c51bfaf5 build: remove install prefix override 11 years ago
  Felix Fietkau ec09159ac7 get rid of -rdynamic on link 11 years ago
  Felix Fietkau 6adc611deb remove unused hook support 11 years ago
  Felix Fietkau e5bd3aa458 remove the libdl dependency 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 517a772514 remove static libraries/binaries 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 2e90d2637a lua: include /opt/local/lib and /opt/local/include in the search path on mac os x 11 years ago
  Felix Fietkau af26658660 cli: return non-zero status on errors 12 years ago
  Jo-Philipp Wich d3722382bd Do quote section names to keep the same style as option values 12 years ago
  Jo-Philipp Wich bddae56bac Section names, option names, list names can only be identifiers, so they don't need to be quoted. 12 years ago