index
:
openwrt/netifd
fix-dynamic-routing
master
priority-fix
priority-fix-19.07
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
utils.h
Age
Commit message (
Expand
)
Author
2017-06-26
netifd: Fix printf calls + function declarations.
Rosen Penev
2015-04-17
utils.h: remove leftover commented out code
Felix Fietkau
2015-04-14
Cleanup issues reported by scan-build
Steven Barth
2014-02-17
add a helper to convert blobmsg types to luci validate rules
John Crispin
2013-10-22
utils: add a function for checking if a process given by pid is still alive
Felix Fietkau
2013-05-02
utils: use list_add_tail() in vlist_simple_add() to preserve user-defined ord...
Jo-Philipp Wich
2013-02-19
Only update resolv.conf if changed (avoid logspam)
Steven Barth
2013-02-01
Improved IPv6 featureset
Steven Barth
2013-01-15
add mac os x compat #define for in6_addr s6_addr32
Felix Fietkau
2013-01-05
utils.h: get rid of the duplicate BUILD_BUG_ON definition, use the one from l...
Felix Fietkau
2012-09-28
utils.c: add helper function to format mac addresses as strings
Jo-Philipp Wich
2012-06-18
Move IP address parsing functions to utils.
Stéphan Kochen
2012-05-26
vlist is now part of libubox
Felix Fietkau
2012-05-26
avl_strcmp is now part of libubox
Felix Fietkau
2012-05-19
move dns server/search list parsing to interface core to support peerdns=0 + ...
Felix Fietkau
2012-05-04
add copyright headers
Felix Fietkau
2012-03-19
fix vlist_simple_add version handling
Felix Fietkau
2012-03-04
add BUILD_BUG_ON from the kernel
Felix Fietkau
2012-03-04
simplify vlist, move avl key handling to vlist_add()
Felix Fietkau
2012-01-24
add a generic option for disabling the automatic default route on interfaces
Felix Fietkau
2012-01-15
add a simplified vlist type
Felix Fietkau
2011-10-19
rework route handling, move parser code to interface-ip.c, add extra options ...
Felix Fietkau
2011-10-13
proto-shell: fix updating settings, only issue ifup event after configuration...
Felix Fietkau
2011-10-04
rework debugging code, add debugging levels
Felix Fietkau
2011-10-02
add a new vlist flag for avoiding automatic delete of entries
Felix Fietkau
2011-10-02
add vlist_for_each_element iterator
Felix Fietkau
2011-10-02
vlist: store a pointer to the real key to make lookups easier
Felix Fietkau
2011-10-02
extend vlist code to allow keeping the old data structure instead of the new ...
Felix Fietkau
2011-10-02
make versioned lists more flexible by using an external comparator
Felix Fietkau
2011-09-07
add code for versioned lists and use it to manage addresses and routes
Felix Fietkau
2011-09-07
move some code to utils.[ch]
Felix Fietkau