index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
libiproute
/
iproute.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: merge some common strings
Denys Vlasenko
2010-03-23
1
-2
/
+2
*
*: fix 1/4 remaining aliasing warnings
Denys Vlasenko
2010-02-05
1
-2
/
+3
*
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2010-01-28
1
-6
/
+13
*
libiproute: eliminate unused fields in struct filter_t's; style fixes
Denys Vlasenko
2010-01-26
1
-84
/
+98
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-2
/
+2
*
libiproute/*: code shrink
Denys Vlasenko
2009-10-13
1
-1
/
+1
*
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-06-05
1
-1
/
+1
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-2
/
+2
*
networking/libiproute/*: code shrink by optimizing numeric conversions
Denis Vlasenko
2009-03-05
1
-7
/
+2
*
- route metric support (Natanael Copa)
Bernhard Reutner-Fischer
2008-10-07
1
-2
/
+9
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
libiproute: print_route() always uses stdout, do not pass FILE pointer to it.
Denis Vlasenko
2008-06-29
1
-68
/
+71
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-1
/
+1
*
- make the first arg of the filter function passed to rtnl_dump_filter constant
Bernhard Reutner-Fischer
2008-06-12
1
-1
/
+1
*
ip: make numeric table work: "ip route list table 255". closes bug 3664.
Denis Vlasenko
2008-06-08
1
-1
/
+9
*
libiproute: style fixes, and using smallint as appropriate
Denis Vlasenko
2008-05-31
1
-2
/
+2
*
*: use fopen_or_warn in few more places
Denis Vlasenko
2008-03-20
1
-1
/
+0
*
ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)
Denis Vlasenko
2008-01-04
1
-4
/
+6
*
ip route: add comment, no code changes
Denis Vlasenko
2007-11-27
1
-1
/
+3
*
iproute: fix a bug where "ip r flush table main" was rejected,
Denis Vlasenko
2007-11-26
1
-36
/
+48
*
ip: stop propagating argc; optimize ip_parse_common_args
Denis Vlasenko
2007-11-18
1
-15
/
+14
*
libiproute: add missing break's
Denis Vlasenko
2007-09-30
1
-0
/
+3
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-5
/
+5
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-47
/
+46
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
1
-3
/
+1
*
- fix compilation when ENABLE_FEATURE_IP_RULE was off
Bernhard Reutner-Fischer
2007-04-16
1
-3
/
+5
*
- shrink iproute a bit (-200 bytes). Untested
Bernhard Reutner-Fischer
2007-04-12
1
-61
/
+82
*
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...
Bernhard Reutner-Fischer
2007-04-12
1
-56
/
+18
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
1
-2
/
+1
*
- set the scope properly. Thanks to Jean Wolter, who wrote:
Bernhard Reutner-Fischer
2007-04-11
1
-0
/
+12
*
libiproute: audit callgraph, shortcut error paths into die() functions.
Denis Vlasenko
2007-04-07
1
-53
/
+54
*
preparatory patch for -Wwrite-strings #5
Denis Vlasenko
2007-01-29
1
-11
/
+5
*
fix numbering in switch(): we don't have "del" anymore,
Denis Vlasenko
2007-01-27
1
-12
/
+13
*
Trailing whitespace removal over entire tree
Denis Vlasenko
2007-01-11
1
-1
/
+1
*
iproute: remove double get_hz optimization
Denis Vlasenko
2006-12-31
1
-7
/
+3
*
remove commented out #includes etc
Denis Vlasenko
2006-12-31
1
-0
/
+22
*
stop using __u32 etc. uint32_t is there for a reason
Denis Vlasenko
2006-12-31
1
-8
/
+3
*
re-applying first post-1.3.x change
Denis Vlasenko
2006-12-15
1
-0
/
+12
*
back out last change - need to make busybox-1_3-stable branch first
Denis Vlasenko
2006-12-15
1
-12
/
+0
*
- table support for ip route
Bernhard Reutner-Fischer
2006-12-14
1
-0
/
+12
*
rename: compare_string_array -> index_in_str_array
Denis Vlasenko
2006-11-05
1
-4
/
+6
*
mostly style fixes
Denis Vlasenko
2006-11-01
1
-2
/
+2
*
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-26
1
-15
/
+15
*
silly switch style fix
Denis Vlasenko
2006-09-27
1
-1
/
+1
*
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-09-06
1
-1
/
+1
*
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-06-07
1
-5
/
+5
*
Header cleanup: don't #include headers that libbb.h already includes.
Rob Landley
2006-06-02
1
-3
/
+2
*
Patch from Bernhard Fischer to remove some useless bits.
Rob Landley
2006-05-17
1
-6
/
+0
*
- janitorial: include proper prototypes in libiproute.
Bernhard Reutner-Fischer
2006-04-02
1
-0
/
+1
[next]