index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
libiproute
/
ip_parse_common_args.c
Age
Commit message (
Expand
)
Author
2023-04-23
ip: code shrink
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2015-10-14
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-07-24
libiproute: code shrink by adding FAST_FUNC
Denys Vlasenko
2008-05-31
libiproute: fix option parsing, so that "ip -o link" works again.
Denis Vlasenko
2007-11-18
ip: stop propagating argc; optimize ip_parse_common_args
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
2007-06-20
- move iprule and ipaddress from matches() to index_in_str_array
Bernhard Reutner-Fischer
2007-06-20
- remove another user of the deprecated matches() func by moving it to use in...
Bernhard Reutner-Fischer
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-04-07
libiproute: audit callgraph, shortcut error paths into die() functions.
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #5
Denis Vlasenko
2007-01-02
Remove networking/libiproute/linux/pkt_sched.h
Denis Vlasenko
2006-10-03
lots of silly indent fixes
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-06-07
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-04-05
- include proper headers.
Bernhard Reutner-Fischer
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-08-29
"This function was not updating the argc and argv pointers to reflect
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-01-27
This seems sufficient for ifup and ifdown to actually work
Eric Andersen
2002-12-16
fix warning
Glenn L McGrath
2002-12-01
Enable ip commands to be compiled seperate from ip, modifed patch from Bastia...
Glenn L McGrath