- 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
- ffc4bce libiproute: eliminate unused fields in struct filter_t's; style fixes by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- d31575a libiproute/*: code shrink by Denys Vlasenko · 15 years ago
- d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 76140a7 networking/libiproute/*: code shrink by optimizing numeric conversions by Denis Vlasenko · 16 years ago
- 578de86 - route metric support (Natanael Copa) Adds about 75b by Bernhard Reutner-Fischer · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 0db2c2e libiproute: print_route() always uses stdout, do not pass FILE pointer to it. by Denis Vlasenko · 16 years ago
- 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
- 9de4622 - make the first arg of the filter function passed to rtnl_dump_filter constant by Bernhard Reutner-Fischer · 17 years ago
- 52a8d97 ip: make numeric table work: "ip route list table 255". closes bug 3664. by Denis Vlasenko · 17 years ago
- 3e57adb libiproute: style fixes, and using smallint as appropriate by Denis Vlasenko · 17 years ago
- f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 17 years ago
- 83c4422 ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var) by Denis Vlasenko · 17 years ago
- 79c6904 ip route: add comment, no code changes by Denis Vlasenko · 17 years ago
- 186c2b3 iproute: fix a bug where "ip r flush table main" was rejected, by Denis Vlasenko · 17 years ago
- ed6a49c ip: stop propagating argc; optimize ip_parse_common_args by Denis Vlasenko · 17 years ago
- 1eecaf2 libiproute: add missing break's by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
- 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
- ab51bf4 - fix compilation when ENABLE_FEATURE_IP_RULE was off by Bernhard Reutner-Fischer · 18 years ago
- c98c317 - shrink iproute a bit (-200 bytes). Untested by Bernhard Reutner-Fischer · 18 years ago
- b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 18 years ago
- 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
- 12c96a6 - set the scope properly. Thanks to Jean Wolter, who wrote: by Bernhard Reutner-Fischer · 18 years ago
- 540a2a1 libiproute: audit callgraph, shortcut error paths into die() functions. by Denis Vlasenko · 18 years ago
- 89ef65f preparatory patch for -Wwrite-strings #5 by Denis Vlasenko · 18 years ago
- fd94efa fix numbering in switch(): we don't have "del" anymore, by Denis Vlasenko · 18 years ago
- f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
- c519320 iproute: remove double get_hz optimization by Denis Vlasenko · 18 years ago
- 13463af remove commented out #includes etc move get_hz to the only caller by Denis Vlasenko · 18 years ago
- 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
- cda6c63 re-applying first post-1.3.x change version change to 1.4.0.svn by Denis Vlasenko · 18 years ago
- 44b2ea7 back out last change - need to make busybox-1_3-stable branch first by Denis Vlasenko · 18 years ago
- 728534b - table support for ip route by Bernhard Reutner-Fischer · 18 years ago
- 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
- 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
- c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
- c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
- 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
- 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
- ecae66a Header cleanup: don't #include headers that libbb.h already includes. by Rob Landley · 19 years ago
- 7723019 Patch from Bernhard Fischer to remove some useless bits. by Rob Landley · 19 years ago
- 9a67ca3 - janitorial: include proper prototypes in libiproute. by Bernhard Reutner-Fischer · 19 years ago
- d78aea8 sort out yet more type issues by Eric Andersen · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- d1d23a6 - mark argument who of print_route as unused. by Bernhard Reutner-Fischer · 19 years ago
- 2f0a5f9 restore compare_string_array new interface (make broken by landley) by "Vladimir N. Oleynik" · 19 years ago
- ab18782 * uniq.c: remove unneeded include and use short boilerplate. by Bernhard Reutner-Fischer · 19 years ago
- 5dc0cee applying fix for: 0000203: 'ip route flush cache' not implemented by Paul Fox · 19 years ago
- 4014ab1 Set default command to list rather than get, its default behaviour now by Glenn L McGrath · 20 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 1a773a6 Manousaridis Angelos writes: by Eric Andersen · 21 years ago
- fbf0b8a iPatch from waldi, fixes usage of ip route flush (from)? (match|exact) by Glenn L McGrath · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 4a4c677 Patch from Bastian Blank by Glenn L McGrath · 22 years ago
- 275be87 Only included headers that are used. by Glenn L McGrath · 22 years ago
- 18eae00 Save a few more bytes by Glenn L McGrath · 22 years ago
- c82f232 Save a hundred bytes or so on the do_iproute function by Glenn L McGrath · 22 years ago
- e3e2a7b Syntax error by Glenn L McGrath · 22 years ago
- 1652855 Style, error_msg by Glenn L McGrath · 22 years ago
- 9048ae5 Use standard error messages by Glenn L McGrath · 22 years ago
- 5780adb Patch from Bastian Blank: by Eric Andersen · 22 years ago
- 9a2d272 IP applet by Bastian Blank <waldi@debian.org> by Glenn L McGrath · 22 years ago