Commit History

Author SHA1 Message Date
  Rosen Penev d397e8ca5d netifd: Fix printf calls + function declarations. 7 years ago
  Felix Fietkau 944f30d3f9 utils.h: remove leftover commented out code 9 years ago
  Steven Barth 8b468ec502 Cleanup issues reported by scan-build 9 years ago
  John Crispin 8663e9de71 add a helper to convert blobmsg types to luci validate rules 10 years ago
  Felix Fietkau f80b9e4acc utils: add a function for checking if a process given by pid is still alive 10 years ago
  Jo-Philipp Wich 24f5ed4b8b utils: use list_add_tail() in vlist_simple_add() to preserve user-defined order of entries 11 years ago
  Steven Barth 486aa750a1 Only update resolv.conf if changed (avoid logspam) 11 years ago
  Steven Barth f73f11865e Improved IPv6 featureset 11 years ago
  Felix Fietkau 9908adbd9a add mac os x compat #define for in6_addr s6_addr32 11 years ago
  Felix Fietkau c7539ced18 utils.h: get rid of the duplicate BUILD_BUG_ON definition, use the one from libubox 11 years ago
  Jo-Philipp Wich 8370eef2bc utils.c: add helper function to format mac addresses as strings 11 years ago
  Stéphan Kochen 1ada8cef98 Move IP address parsing functions to utils. 12 years ago
  Felix Fietkau 478d49f227 vlist is now part of libubox 12 years ago
  Felix Fietkau 1c326d5a6c avl_strcmp is now part of libubox 12 years ago
  Felix Fietkau b0b11b2295 move dns server/search list parsing to interface core to support peerdns=0 + static entries 12 years ago
  Felix Fietkau bfe5db1ea8 add copyright headers 12 years ago
  Felix Fietkau 655ef783b1 fix vlist_simple_add version handling 12 years ago
  Felix Fietkau a8eb0ec505 add BUILD_BUG_ON from the kernel 12 years ago
  Felix Fietkau c6e1778d44 simplify vlist, move avl key handling to vlist_add() 12 years ago
  Felix Fietkau c6b739e28f add a generic option for disabling the automatic default route on interfaces 12 years ago
  Felix Fietkau b7e1b35ff1 add a simplified vlist type 12 years ago
  Felix Fietkau 33a44b9c7d rework route handling, move parser code to interface-ip.c, add extra options and add further support for pulling routes from config 12 years ago
  Felix Fietkau 05c1f3b0c2 proto-shell: fix updating settings, only issue ifup event after configuration has been applied 12 years ago
  Felix Fietkau 64c271ed3b rework debugging code, add debugging levels 12 years ago
  Felix Fietkau 3c024e7b31 add a new vlist flag for avoiding automatic delete of entries 12 years ago
  Felix Fietkau 504b87e640 add vlist_for_each_element iterator 12 years ago
  Felix Fietkau 13ec81ce3e vlist: store a pointer to the real key to make lookups easier 12 years ago
  Felix Fietkau 98565127c6 extend vlist code to allow keeping the old data structure instead of the new one on updates 12 years ago
  Felix Fietkau 05e910cec6 make versioned lists more flexible by using an external comparator 12 years ago
  Felix Fietkau 69b2dcb92b add code for versioned lists and use it to manage addresses and routes 12 years ago