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