1. a4c5cb2 traceroute: fix --help text by Denys Vlasenko · 4 years ago
  2. ff4ca18 traceroute: avoid collecting target local address if !VERBOSE by Denys Vlasenko · 4 years ago
  3. 6c5f429 traceroute: code shrink by Denys Vlasenko · 4 years ago
  4. 623e55a traceroute: even with -v, don't show other ping processes reply's by Denys Vlasenko · 4 years ago
  5. d067acb traceroute: simpler hexdump() by Denys Vlasenko · 4 years ago
  6. b4b1828 traceroute: make "ipv4 or ipv6?" cheaper to find out by Denys Vlasenko · 4 years ago
  7. 8055173 traceroute: don't set SO_DONTROUTE on recv socket, it only affects send by Denys Vlasenko · 4 years ago
  8. 724c7df traceroute: untangle main loop by Denys Vlasenko · 4 years ago
  9. e76f03b traceroute: commonalize verbose printing by Denys Vlasenko · 4 years ago
  10. df5c539 traceroute: set IP_PKTINFO to see correct local IP of received pkt (fixes -v display) by Denys Vlasenko · 4 years ago
  11. cc55bbe traceroute: code shrink by Denys Vlasenko · 4 years ago
  12. 7072664 traceroute: code shrink by Denys Vlasenko · 4 years ago
  13. d0dea17 traceroute: code shrink by Denys Vlasenko · 4 years ago
  14. 3978adc traceroute: fix traceroute6 -I (icmp mode) by Denys Vlasenko · 4 years ago
  15. 6cc4962 decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  16. 6a55b4e libbb: introduce and use msleep() by Denys Vlasenko · 4 years ago
  17. 4a0eb03 gcc-9.x warning fixes by Denys Vlasenko · 4 years, 2 months ago
  18. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  19. e076162 traceroute: fix gcc-ism by Denys Vlasenko · 5 years ago
  20. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  21. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  22. f1fdda4 Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not defined by Denys Vlasenko · 7 years ago
  23. 518fb3b udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable by James Clarke · 7 years ago
  24. 4d0971b networking: Fall back on IPPROTO_RAW when SOL_RAW is not defined by James Clarke · 7 years ago
  25. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  26. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  27. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  28. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  29. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  30. 8342397 Make ping6 and traceroute6 selectable independently from ping/traceroute by Denys Vlasenko · 8 years ago
  31. 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  32. 1c32e49 traceroute: cleanup and fixes for packet size calculations by Denys Vlasenko · 8 years ago
  33. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  34. 066e76b Replace a few more bb_info_msg's by bb_error_msg or printf by Denys Vlasenko · 9 years ago
  35. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  36. 2db782b Merge setsockopt error messages by Denys Vlasenko · 9 years ago
  37. 729b706 traceroute: fix help text by Denys Vlasenko · 9 years ago
  38. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  39. 9b2a9f0 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) by Denys Vlasenko · 11 years ago
  40. 4a600f8 traceroute: free some memory allocated by xzalloc() by Guilherme Maciel Ferreira · 12 years ago
  41. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  42. e8f3633 networking: consolidate the IP checksum code. -129 bytes. by Baruch Siach · 13 years ago
  43. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  44. a348b45 traceroute: properly reduce poll timeout by Denys Vlasenko · 14 years ago
  45. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  46. ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 14 years ago
  47. dd169e8 eliminate aliasing warnings in traceroute.c and udhcp/socket.c by Denys Vlasenko · 14 years ago
  48. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  49. 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
  50. 31e2e7b randomconfig fixes by Denys Vlasenko · 15 years ago
  51. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  52. f42fa1b traceroute6: restore port after probing by Denys Vlasenko · 15 years ago
  53. c14bf21 traceroute: simplify code a bit by Denys Vlasenko · 15 years ago
  54. 4c06531 traceroute6: new applet by Leonid Lisovskiy. +1562 bytes by Leonid Lisovskiy · 15 years ago
  55. 0d56568 traceroute: cleanup preparing it for traceroute6. -17 bytes by Denys Vlasenko · 15 years ago
  56. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  57. bdea2c0 traceroute: allow -w NUM as small as 1 by Denis Vlasenko · 16 years ago
  58. 766c10c traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMP by Denis Vlasenko · 16 years ago
  59. fa65a3d traceroute: preparatory trivial cleanups by Denis Vlasenko · 16 years ago
  60. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  61. dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
  62. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  63. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  64. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  65. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  66. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  67. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  68. 9ad2cb3 traceroute: stop using global data/bss by Denis Vlasenko · 17 years ago
  69. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  70. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  71. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  72. 87f3b26 *: replace select-for-one descriptor with poll, it's smaller. by Denis Vlasenko · 17 years ago
  73. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  74. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  75. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  76. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  77. c965f4b devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>) by Denis Vlasenko · 17 years ago
  78. 6d9ea24 networking/interface.c: huke remaining big statics; use malloc for INET[6]_rresolve by Denis Vlasenko · 17 years ago
  79. 459be35 hwclock: size optimizations by Denis Vlasenko · 17 years ago
  80. 1adf681 traceroute: stop using floating point needlessly; nuke useless assignment. by Denis Vlasenko · 18 years ago
  81. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
  82. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  83. f7fcca4 sourse_route_list -> source_route_list by Denis Vlasenko · 18 years ago
  84. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 18 years ago
  85. 6398cf4 style fixes, no code changes. by Denis Vlasenko · 18 years ago
  86. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  87. 2e72323 traceroute: move data off bss. small code optimizations. by Denis Vlasenko · 18 years ago
  88. 1094452 ifconfig: use IPv6 infrastructure by Denis Vlasenko · 18 years ago
  89. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  90. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
  91. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  92. 35d4da0 exterminate u_intXXX. by Denis Vlasenko · 18 years ago
  93. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  94. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  95. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
  96. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  97. 04291bc httpd: slight reduction of #ifdef forest by Denis Vlasenko · 18 years ago
  98. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  99. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  100. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago