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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
libiproute
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
7
-10
/
+10
*
ip: make numeric table work: "ip route list table 255". closes bug 3664.
Denis Vlasenko
2008-06-08
1
-1
/
+9
*
libbb: introduce and use print_flags().
Denis Vlasenko
2008-06-07
1
-11
/
+8
*
ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>.
Denis Vlasenko
2008-06-05
1
-0
/
+5
*
replace single-char printf's with bb_putchar
Denis Vlasenko
2008-06-05
1
-1
/
+1
*
libiproute: use stdout directly instead of passing it as a parameter
Denis Vlasenko
2008-06-05
2
-79
/
+75
*
libiproute: fix option parsing, so that "ip -o link" works again.
Denis Vlasenko
2008-05-31
1
-1
/
+1
*
libiproute: style fixes, and using smallint as appropriate
Denis Vlasenko
2008-05-31
3
-26
/
+24
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+1
*
- accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:0...
Bernhard Reutner-Fischer
2008-05-16
1
-2
/
+4
*
- very minor shrinkage
Bernhard Reutner-Fischer
2008-05-16
1
-5
/
+1
*
- add appropriate string for arp header #32 for use by ip(8)
Bernhard Reutner-Fischer
2008-05-16
1
-0
/
+6
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
4
-10
/
+8
*
Use intra-DSO calls when we build libbusybox. No-op for normal build.
Denis Vlasenko
2008-05-09
6
-1
/
+48
*
style fixes. no code changes
Denis Vlasenko
2008-04-19
1
-3
/
+3
*
*: use fopen_or_warn in few more places
Denis Vlasenko
2008-03-20
1
-1
/
+0
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+3
*
random s/short/int/
Denis Vlasenko
2008-02-16
2
-4
/
+4
*
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2008-01-27
1
-1
/
+0
*
ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)
Denis Vlasenko
2008-01-04
1
-4
/
+6
*
libnetlink: comment out unused code; don't use 8k stack buffers
Denis Vlasenko
2007-12-02
2
-37
/
+65
*
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
2
-37
/
+48
*
ip: stop propagating argc; optimize ip_parse_common_args
Denis Vlasenko
2007-11-18
8
-175
/
+171
*
ll_types.c: optimize link type table, make it conditional
Denis Vlasenko
2007-10-29
5
-78
/
+169
*
ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de>
Denis Vlasenko
2007-10-10
1
-2
/
+2
*
replace printf with fputs where appropriate
Denis Vlasenko
2007-09-30
2
-11
/
+10
*
libiproute: add missing break's
Denis Vlasenko
2007-09-30
1
-0
/
+3
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-2
/
+2
*
assorted fixes for breakage found by randomconfig
Denis Vlasenko
2007-08-17
1
-0
/
+4
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
9
-18
/
+18
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
7
-118
/
+114
*
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
2
-2
/
+2
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
3
-70
/
+45
*
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
2
-3
/
+3
*
- remove matches() from networking/. Untested.
Bernhard Reutner-Fischer
2007-06-21
4
-62
/
+96
*
- move iprule and ipaddress from matches() to index_in_str_array
Bernhard Reutner-Fischer
2007-06-20
3
-43
/
+50
*
- remove another user of the deprecated matches() func by moving it to use in...
Bernhard Reutner-Fischer
2007-06-20
1
-11
/
+24
*
ll_map: disable interface name caching code
Denis Vlasenko
2007-06-19
2
-40
/
+51
*
snprintf(... "%s"...) => safe_strncpy
Denis Vlasenko
2007-06-04
1
-3
/
+6
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
13
-49
/
+22
*
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-31
1
-7
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
- apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were:
Bernhard Reutner-Fischer
2007-05-15
1
-10
/
+5
*
- 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
3
-63
/
+84
*
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...
Bernhard Reutner-Fischer
2007-04-12
9
-196
/
+127
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
2
-4
/
+2
*
- set the scope properly. Thanks to Jean Wolter, who wrote:
Bernhard Reutner-Fischer
2007-04-11
1
-0
/
+12
[next]