Age | Commit message (Expand) | Author |
2009-03-05 | networking/libiproute/*: code shrink by optimizing numeric conversions | Denis Vlasenko |
2008-10-07 | - route metric support (Natanael Copa) | Bernhard Reutner-Fischer |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-29 | libiproute: print_route() always uses stdout, do not pass FILE pointer to it. | Denis Vlasenko |
2008-06-25 | whitespace fixes. no code changes | Denis Vlasenko |
2008-06-12 | - make the first arg of the filter function passed to rtnl_dump_filter constant | Bernhard Reutner-Fischer |
2008-06-08 | ip: make numeric table work: "ip route list table 255". closes bug 3664. | Denis Vlasenko |
2008-05-31 | libiproute: style fixes, and using smallint as appropriate | Denis Vlasenko |
2008-03-20 | *: use fopen_or_warn in few more places | Denis Vlasenko |
2008-01-04 | ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var) | Denis Vlasenko |
2007-11-27 | ip route: add comment, no code changes | Denis Vlasenko |
2007-11-26 | iproute: fix a bug where "ip r flush table main" was rejected, | Denis Vlasenko |
2007-11-18 | ip: stop propagating argc; optimize ip_parse_common_args | Denis Vlasenko |
2007-09-30 | libiproute: add missing break's | 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-05-31 | delete tons of extra #includes | Denis Vlasenko |
2007-04-16 | - fix compilation when ENABLE_FEATURE_IP_RULE was off | Bernhard Reutner-Fischer |
2007-04-12 | - shrink iproute a bit (-200 bytes). Untested | Bernhard Reutner-Fischer |
2007-04-12 | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | Bernhard Reutner-Fischer |
2007-04-11 | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko |
2007-04-11 | - set the scope properly. Thanks to Jean Wolter, who wrote: | Bernhard Reutner-Fischer |
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-27 | fix numbering in switch(): we don't have "del" anymore, | Denis Vlasenko |
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko |
2006-12-31 | iproute: remove double get_hz optimization | Denis Vlasenko |
2006-12-31 | remove commented out #includes etc | Denis Vlasenko |
2006-12-31 | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko |
2006-12-15 | re-applying first post-1.3.x change | Denis Vlasenko |
2006-12-15 | back out last change - need to make busybox-1_3-stable branch first | Denis Vlasenko |
2006-12-14 | - table support for ip route | Bernhard Reutner-Fischer |
2006-11-05 | rename: compare_string_array -> index_in_str_array | Denis Vlasenko |
2006-11-01 | mostly style fixes | Denis Vlasenko |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko |
2006-09-27 | silly switch style fix | Denis Vlasenko |
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-06-02 | Header cleanup: don't #include headers that libbb.h already includes. | Rob Landley |
2006-05-17 | Patch from Bernhard Fischer to remove some useless bits. | Rob Landley |
2006-04-02 | - janitorial: include proper prototypes in libiproute. | Bernhard Reutner-Fischer |
2006-01-30 | sort out yet more type issues | Eric Andersen |
2006-01-25 | just whitespace | Tim Riker |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer |
2006-01-12 | - mark argument who of print_route as unused. | Bernhard Reutner-Fischer |
2005-12-06 | restore compare_string_array new interface (make broken by landley) | "Vladimir N. Oleynik" |
2005-10-26 | * uniq.c: remove unneeded include and use short boilerplate. | Bernhard Reutner-Fischer |
2005-07-20 | applying fix for: | Paul Fox |
2004-08-11 | Set default command to list rather than get, its default behaviour now | Glenn L McGrath |