Apply post-1.17.3 fixes, bump version to 1.17.4
[oweals/busybox.git] / networking / libiproute / iproute.c
2010-11-22 Denys VlasenkoApply post-1.17.3 fixes, bump version to 1.17.4 1_17_stable 1_17_4
2010-03-23 Denys Vlasenko*: merge some common strings
2010-02-05 Denys Vlasenko*: fix 1/4 remaining aliasing warnings
2010-01-28 Denys Vlasenko*: style fixes. no code changes (verified with objdump)
2010-01-26 Denys Vlasenkolibiproute: eliminate unused fields in struct filter_t...
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-10-13 Denys Vlasenkolibiproute/*: code shrink
2009-06-05 Denys Vlasenko*: add FAST_FUNC to function ptrs where it makes sense
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-05 Denis Vlasenkonetworking/libiproute/*: code shrink by optimizing...
2008-10-07 Bernhard Reutner... - route metric support (Natanael Copa)
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-29 Denis Vlasenkolibiproute: print_route() always uses stdout, do not...
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-12 Bernhard Reutner... - make the first arg of the filter function passed...
2008-06-08 Denis Vlasenkoip: make numeric table work: "ip route list table 255...
2008-05-31 Denis Vlasenkolibiproute: style fixes, and using smallint as appropriate
2008-03-20 Denis Vlasenko*: use fopen_or_warn in few more places
2008-01-04 Denis Vlasenkoip route: "ip route" was misbehaving (extra argv+1...
2007-11-27 Denis Vlasenkoip route: add comment, no code changes
2007-11-26 Denis Vlasenkoiproute: fix a bug where "ip r flush table main" was...
2007-11-18 Denis Vlasenkoip: stop propagating argc; optimize ip_parse_common_args
2007-09-30 Denis Vlasenkolibiproute: add missing break's
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-04-16 Bernhard Reutner... - fix compilation when ENABLE_FEATURE_IP_RULE was off
2007-04-12 Bernhard Reutner... - shrink iproute a bit (-200 bytes). Untested
2007-04-12 Bernhard Reutner... - add xsendto and use where appropriate; shrink iplink...
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-11 Bernhard Reutner... - set the scope properly. Thanks to Jean Wolter, who...
2007-04-07 Denis Vlasenkolibiproute: audit callgraph, shortcut error paths into...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #5
2007-01-27 Denis Vlasenkofix numbering in switch(): we don't have "del" anymore,
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2006-12-31 Denis Vlasenkoiproute: remove double get_hz optimization
2006-12-31 Denis Vlasenkoremove commented out #includes etc
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-12-15 Denis Vlasenkore-applying first post-1.3.x change
2006-12-15 Denis Vlasenkoback out last change - need to make busybox-1_3-stable...
2006-12-14 Bernhard Reutner... - table support for ip route
2006-11-05 Denis Vlasenkorename: compare_string_array -> index_in_str_array
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-09-27 Denis Vlasenkosilly switch style fix
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-02 Rob LandleyHeader cleanup: don't #include headers that libbb.h...
2006-05-17 Rob LandleyPatch from Bernhard Fischer to remove some useless...
2006-04-02 Bernhard Reutner... - janitorial: include proper prototypes in libiproute.
2006-01-30 Eric Andersensort out yet more type issues
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-12 Bernhard Reutner... - mark argument who of print_route as unused.
2005-12-06 "Vladimir N. Oleynik"restore compare_string_array new interface (make broken...
2005-10-26 Bernhard Reutner... * uniq.c: remove unneeded include and use short boiler...
2005-07-20 Paul Foxapplying fix for:
2004-08-11 Glenn L McGrathSet default command to list rather than get, its defaul...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-19 Eric AndersenManousaridis Angelos writes:
2003-04-26 Glenn L McGrathiPatch from waldi, fixes usage of ip route flush (from...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-15 Glenn L McGrathPatch from Bastian Blank
2002-12-16 Glenn L McGrathOnly included headers that are used.
2002-12-02 Glenn L McGrathSave a few more bytes
2002-12-02 Glenn L McGrathSave a hundred bytes or so on the do_iproute function
2002-11-28 Glenn L McGrathSyntax error
2002-11-28 Glenn L McGrathStyle, error_msg
2002-11-28 Glenn L McGrathUse standard error messages
2002-11-15 Eric AndersenPatch from Bastian Blank:
2002-11-10 Glenn L McGrathIP applet by Bastian Blank <waldi@debian.org>