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