1. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  2. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  3. 826bdcd libiproute: FACT_FUNCization by Denys Vlasenko · 8 years ago
  4. 926d801 libiproute: make rt_addr_n2a() and format_host() return auto strings by Denys Vlasenko · 9 years ago
  5. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  6. 6993470 networking: add 'ip neigh' command by Curt Brune · 9 years ago
  7. 3bb235c iproute: fix parsing and matching of of "short" IP addrs like 10/8 by Denys Vlasenko · 14 years ago
  8. 11872ca networking/*: remove superfluous comments by Denys Vlasenko · 14 years ago
  9. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  10. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  11. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  12. fd2dc53 remove useless (unsigned >= 0) comparison by Denys Vlasenko · 15 years ago
  13. 1f27ab0 *: optimize code size in strtoul calls by Denys Vlasenko · 15 years ago
  14. 76140a7 networking/libiproute/*: code shrink by optimizing numeric conversions by Denis Vlasenko · 16 years ago
  15. 787a492 ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32, by Denis Vlasenko · 16 years ago
  16. 8fbd8ac - fix ip route rejecting dotted quads as prefix by Bernhard Reutner-Fischer · 16 years ago
  17. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  18. 789b87e - remove matches() from networking/. Untested. by Bernhard Reutner-Fischer · 18 years ago
  19. 8c1aaf3 snprintf(... "%s"...) => safe_strncpy by Denis Vlasenko · 18 years ago
  20. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  21. c98c317 - shrink iproute a bit (-200 bytes). Untested by Bernhard Reutner-Fischer · 18 years ago
  22. 540a2a1 libiproute: audit callgraph, shortcut error paths into die() functions. by Denis Vlasenko · 18 years ago
  23. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  24. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  25. 13463af remove commented out #includes etc move get_hz to the only caller by Denis Vlasenko · 18 years ago
  26. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
  27. 1819eee - Improve wording in error message. by Bernhard Reutner-Fischer · 18 years ago
  28. 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
  29. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  30. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  31. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  32. f1bd42a - correct typo by Bernhard Reutner-Fischer · 19 years ago
  33. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  34. ecae66a Header cleanup: don't #include headers that libbb.h already includes. by Rob Landley · 19 years ago
  35. d78aea8 sort out yet more type issues by Eric Andersen · 19 years ago
  36. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  37. 007a011 network "default" --> bb_INET_default. Reduce 2 exported from find applet by "Vladimir N. Oleynik" · 19 years ago
  38. 4e5936e In Bug 208, bernhardf writes: by Mike Frysinger · 20 years ago
  39. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  40. 496411b Don't use HZ -- use sysconf(_SC_CLK_TCK) by Eric Andersen · 22 years ago
  41. 275be87 Only included headers that are used. by Glenn L McGrath · 22 years ago
  42. 82d2cd4 Clean up error messages by Glenn L McGrath · 22 years ago
  43. 50c00f4 Use error_msg_and_die, style by Glenn L McGrath · 22 years ago
  44. 9a2d272 IP applet by Bastian Blank <waldi@debian.org> by Glenn L McGrath · 22 years ago