index
:
delta/openwrt/netifd.git
baserock/fix-build
master
openwrt-18.06
openwrt-19.07
openwrt-21.02
staging/stintel/ifnamsiz
staging/ynezz/fixes-bridge-inspect
git.openwrt.org: project/netifd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
utils.c: add helper function to format mac addresses as strings
Jo-Philipp Wich
2012-09-28
1
-0
/
+11
|
*
Move IP address parsing functions to utils.
Stéphan Kochen
2012-06-18
1
-0
/
+63
|
|
|
|
|
|
|
|
|
This is a patch series against the netifd repository. This first patch moves some previously static functions to utils, so that the follow up patch may use them from system-linux.c. Signed-off-by: Stéphan Kochen <stephan@kochen.nl>
*
vlist is now part of libubox
Felix Fietkau
2012-05-26
1
-65
/
+0
|
*
avl_strcmp is now part of libubox
Felix Fietkau
2012-05-26
1
-6
/
+0
|
*
flush list in vlist_replace()
Felix Fietkau
2012-05-20
1
-0
/
+2
|
*
move dns server/search list parsing to interface core to support peerdns=0 + ↵
Felix Fietkau
2012-05-19
1
-0
/
+11
|
|
|
|
static entries
*
add copyright headers
Felix Fietkau
2012-05-04
1
-0
/
+13
|
*
vlist: add a special node version -1 for nodes that should not be flushed on ↵
Felix Fietkau
2012-03-04
1
-4
/
+6
|
|
|
|
updates
*
simplify vlist, move avl key handling to vlist_add()
Felix Fietkau
2012-03-04
1
-5
/
+2
|
*
vlist: fix node version update for tree->keep_old/no_delete
Felix Fietkau
2012-02-03
1
-1
/
+3
|
*
add a simplified vlist type
Felix Fietkau
2012-01-15
1
-0
/
+40
|
*
fix a logic error leading to segfaults on updates
Felix Fietkau
2011-10-24
1
-1
/
+1
|
*
utils: fix existing node check when keep_old/no_delete is enabled
Felix Fietkau
2011-10-03
1
-1
/
+1
|
*
add a new vlist flag for avoiding automatic delete of entries
Felix Fietkau
2011-10-02
1
-2
/
+3
|
*
vlist: store a pointer to the real key to make lookups easier
Felix Fietkau
2011-10-02
1
-2
/
+2
|
*
extend vlist code to allow keeping the old data structure instead of the new ↵
Felix Fietkau
2011-10-02
1
-0
/
+5
|
|
|
|
one on updates
*
make versioned lists more flexible by using an external comparator
Felix Fietkau
2011-10-02
1
-13
/
+7
|
*
add code for versioned lists and use it to manage addresses and routes
Felix Fietkau
2011-09-07
1
-1
/
+65
|
*
move some code to utils.[ch]
Felix Fietkau
2011-09-07
1
-0
/
+8