- fix ip route rejecting dotted quads as prefix
[oweals/busybox.git] / networking / libiproute / ipaddress.c
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-12 Bernhard Reutner... - make the first arg of the filter function passed...
2008-06-07 Denis Vlasenkolibbb: introduce and use print_flags().
2008-06-05 Denis Vlasenkoip: support for the LOWER_UP flag by Natanael Copa...
2008-06-05 Denis Vlasenkoreplace single-char printf's with bb_putchar
2008-06-05 Denis Vlasenkolibiproute: use stdout directly instead of passing...
2008-05-31 Denis Vlasenkolibiproute: style fixes, and using smallint as appropriate
2007-11-18 Denis Vlasenkoip: stop propagating argc; optimize ip_parse_common_args
2007-10-29 Denis Vlasenkoll_types.c: optimize link type table, make it conditional
2007-09-30 Denis Vlasenkoreplace printf with fputs where appropriate
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-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-06-20 Bernhard Reutner... - move iprule and ipaddress from matches() to index_in_...
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-04-12 Bernhard Reutner... - add xsendto and use where appropriate; shrink iplink...
2007-04-07 Denis Vlasenkolibiproute: audit callgraph, shortcut error paths into...
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-12-21 Denis Vlasenkointroduce LONE_CHAR (optimized strcmp with one-char...
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-11-27 Denis Vlasenkodo not overflow ifr_name. maybe it was safe in some...
2006-11-21 Bernhard Reutner... - add 'ip rule' support. First take..
2006-11-05 Denis Vlasenkorename: compare_string_array -> index_in_str_array
2006-10-26 Denis Vlasenkoip: "ip addr del" and "ip addr delete" both should...
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
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-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-01-30 Eric Andersensort out yet more type issues
2006-01-30 Bernhard Reutner... - add some ATTRIBUTE_UNUSED.
2006-01-25 Tim Rikerjust whitespace
2005-12-06 "Vladimir N. Oleynik"restore compare_string_array new interface (make broken...
2005-10-08 Bernhard Reutner... - make libiproute compile..
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-27 Eric AndersenThis seems sufficient for ifup and ifdown to actually...
2003-01-14 Eric AndersenEliminate use of kernel header file
2003-01-13 Glenn L McGrathOption to allow ifupdown use ip commands instead of...
2002-12-16 Glenn L McGrathOnly included headers that are used.
2002-12-11 Glenn L McGrathundefine sysinfo to prevent breakage on ia64
2002-12-02 Glenn L McGrathUse compare_string_array in ipaddress to save a few...
2002-12-01 Glenn L McGrathEnable ip commands to be compiled seperate from ip...
2002-11-28 Glenn L McGrathUse error_msg instead of fprintf(stderr
2002-11-10 Glenn L McGrathIP applet by Bastian Blank <waldi@debian.org>