1. 2bf2931 dhcp: merge files.c into dhcpd.c by Denys Vlasenko · 8 years ago
  2. 1c32e49 traceroute: cleanup and fixes for packet size calculations by Denys Vlasenko · 8 years ago
  3. bcf47ea ifupdown: improve help text, add comment about run-parts error msg by Denys Vlasenko · 8 years ago
  4. 92d98f0 ifupdown: when flushing addresses with "ip", add label %label% by Denys Vlasenko · 8 years ago
  5. 4ff86df libnetlink: fix alignment of netlink messages by Hauke Mehrtens · 8 years ago
  6. ef15970 *: placate some compile warnings on OSX by Denys Vlasenko · 8 years ago
  7. 9ff910d wget: treat 201,202,203 as success codes too. Closes 9211 by Denys Vlasenko · 8 years ago
  8. b6355e2 udhcpc: Unconditionally call deconfig script, not only if lease is active by Peter Korsgaard · 8 years ago
  9. de3da6b wget/ssl_helper: update to wolfssl-3.9.8 by Denys Vlasenko · 8 years ago
  10. b11be13 ifplugd: if SIOCSIFFLAGS fails with ENODEV, don't die by Denys Vlasenko · 8 years ago
  11. 4548293 libiproute: eliminate some redundant zero stores by Denys Vlasenko · 8 years ago
  12. 34ecc3b ip: fix an improper optimization: req.r.rtm_scope may be nonzero here by Denys Vlasenko · 8 years ago
  13. 150dc7a ntpd: respond only to client and symmetric active packets by Miroslav Lichvar · 8 years ago
  14. ed72761 wget: run s_client helper with -servername HOST by Denys Vlasenko · 8 years ago
  15. 9d20297 ssl_helper.sh: strip was invoked incorrectly by Denys Vlasenko · 8 years ago
  16. e695ac9 typo fixes by Denys Vlasenko · 8 years ago
  17. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  18. 0844b5a whois: implement -i by Denys Vlasenko · 8 years ago
  19. 1035c92 whois: make it actually work by Denys Vlasenko · 8 years ago
  20. ee772a0 arp: fix buffer overflow. Closes 9071 by Denys Vlasenko · 8 years ago
  21. 44399e0 udhcpc: run "deconfig" script in manual renew state too. closes 9061 by Denys Vlasenko · 8 years ago
  22. aabb0a9 ntpd: daemonize before DNS resolution by Denys Vlasenko · 8 years ago
  23. 4d5acd2 ping: populate icmp_id field for "simple" ping too by Jonas Danielsson · 8 years ago
  24. e4caf1d ntpd: retry initial DNS resolution (forever, no timeout for now). by Denys Vlasenko · 9 years ago
  25. 852e8dd arping: avoid use of ether_ntoa(). Closes 8926 by Denys Vlasenko · 9 years ago
  26. 4ab372d ip: fix problem on mips64 n64 big endian musl systems by Szabolcs Nagy · 9 years ago
  27. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  28. df70a43 udhcp: add setup_common_bufsiz() as needed by Denys Vlasenko · 9 years ago
  29. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  30. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  31. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  32. f75a96d udhcp: fix capitalization of two messages by Denys Vlasenko · 9 years ago
  33. 16efe19 dhcpd: string reuse by Denys Vlasenko · 9 years ago
  34. 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
  35. cde1199 zcip: use bb_error_msg for logging, not bb_info_msg by Denys Vlasenko · 9 years ago
  36. 066e76b Replace a few more bb_info_msg's by bb_error_msg or printf by Denys Vlasenko · 9 years ago
  37. 76b680c Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts by Denys Vlasenko · 9 years ago
  38. 9844d7e Revert "networking: properly initialize ipv6 scope id for printing it" by Denys Vlasenko · 9 years ago
  39. 2fb6329 networking: properly initialize ipv6 scope id for printing it by Timo Teräs · 9 years ago
  40. 6701e91 wget: make -T timeout work on header reads too. Closes 8636 by Denys Vlasenko · 9 years ago
  41. 1b7c173 udhcpc: fix a warning in debug code by Denys Vlasenko · 9 years ago
  42. d474ffc udhcp: fix a SEGV on malformed RFC1035-encoded domain name by Denys Vlasenko · 9 years ago
  43. 86d9f60 udhcpc: do not use -t NUM for counting "select" packets, use 3 by Denys Vlasenko · 9 years ago
  44. aee7cd8 ntpd: add experimental patch by Denys Vlasenko · 9 years ago
  45. c864196 ntpd: if peer does not reply anymore, try re-resolving its hostname by Denys Vlasenko · 9 years ago
  46. f37f281 ntpd: do not use a peer more than once (say, if two peers resolve to the same IP) by Denys Vlasenko · 9 years ago
  47. 4c48a64 ntpd: more informative poll lowering message by Denys Vlasenko · 9 years ago
  48. 35e063e ifupdowm: fix "warning: unused variable 'iface_list'" by Denys Vlasenko · 9 years ago
  49. abe8f75 dhcpc: Use client IP address as source address for DHCP renew/rebind messages by Hans Dedecker · 9 years ago
  50. ea2b71b udhcpd: keep expired leases at startup by Christian Lindeberg · 9 years ago
  51. e5aba88 ifupdown: allow duplicate interface definitions by Nicolas Cavallari · 9 years ago
  52. 352f79a udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer) by Denys Vlasenko · 9 years ago
  53. 5bec08c udhcp: trivial shrink by Denys Vlasenko · 9 years ago
  54. 03718bb ntpd: print packet delay in clock update message by Denys Vlasenko · 9 years ago
  55. 8efcc95 networking: allow dot at the end of the domain name in dhcp response by Denys Vlasenko · 9 years ago
  56. 383201e ntpd: shorter message by Denys Vlasenko · 9 years ago
  57. fc47fce ntpd: step when |offset| > 1 sec, not 0.125 sec by Denys Vlasenko · 9 years ago
  58. f2c043a busybox: fix uninitialized memory when displaying IPv6 addresses by Felix Fietkau · 9 years ago
  59. ce4bc1e iproute: support "scope". Closes 8561 by Denys Vlasenko · 9 years ago
  60. 1062391 ifupdown: use -x hostname:NAME with udhcpc by Natanael Copa · 12 years ago
  61. 0285243 ifupdown: pass interface device name for ipv6 route commands by Timo Teräs · 9 years ago
  62. 0269789 inetd: make FEATURE_INETD_RPC off by default by Denys Vlasenko · 9 years ago
  63. 8814431 libiproute: use if_nametoindex by Ron Yorston · 9 years ago
  64. f98705a dumpleases: string reuse by Denys Vlasenko · 9 years ago
  65. d320a1e dumpleases: new option -d to show time in seconds by Isaac Dunham · 9 years ago
  66. 334e12a zcip: ...ad suppress the warning by Denys Vlasenko · 9 years ago
  67. 49d5159 zcip: do not query current time if we won't use the result by Denys Vlasenko · 9 years ago
  68. 9a51217 dumpleases: make host names sanitized to shell-friendly condition by Denys Vlasenko · 9 years ago
  69. 59f8475 httpd: fix heap buffer overflow. Closes 8426 by Denys Vlasenko · 9 years ago
  70. 92e1b08 wget: make Bartosz's "wget --passive-ftp -nd -t 3" work by Denys Vlasenko · 9 years ago
  71. 926d801 libiproute: make rt_addr_n2a() and format_host() return auto strings by Denys Vlasenko · 9 years ago
  72. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  73. 6993470 networking: add 'ip neigh' command by Curt Brune · 9 years ago
  74. 7b85ec3 *: more BUILD_BUG_ON conversions by Denys Vlasenko · 9 years ago
  75. 4d0c1ea wget: shrink code if https isn't supported by Ron Yorston · 9 years ago
  76. ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
  77. f7ad927 ftpd: make DIR parameter work for non-root too: chdir to it instead of chroot by Denys Vlasenko · 9 years ago
  78. 6390a3a whitespace fixes by Denys Vlasenko · 9 years ago
  79. 02859aa use auto_string() where appropriate to kill a few statics by Denys Vlasenko · 9 years ago
  80. e52da55 libbb: auto_string() for efficient handling of temporary malloced stirngs by Denys Vlasenko · 9 years ago
  81. f2bf20f udhcpc: fix for some Android toolchain breakage by Denys Vlasenko · 9 years ago
  82. 8403b01 iproute: more string reuse by Denys Vlasenko · 9 years ago
  83. d1eea8d iproute: don't hardcode the path to config files by Christoph J. Thompson · 9 years ago
  84. 413feca ip: increased max ID for /etc/iproute2/rt_tables to 1023 by Denys Vlasenko · 9 years ago
  85. 3d8d5e8 libiproute: use itoa() where appropriate by Denys Vlasenko · 9 years ago
  86. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  87. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  88. 2007ef5 wget: make it possible to have both SSL helpers configured by Denys Vlasenko · 9 years ago
  89. 4271698 ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALEN by Denys Vlasenko · 9 years ago
  90. 78fb6ea ssl_helper: tweaks discovered while building 32-bit version by Denys Vlasenko · 9 years ago
  91. 1c6c670 wget: make openssl/ssl_helper choice configurable by Denys Vlasenko · 9 years ago
  92. 5fa6d1a Aboriginal linux/musl build fixes by Denys Vlasenko · 9 years ago
  93. 5b865de ping: fix recently introduced build breakage for non-optimizing builds by Denys Vlasenko · 9 years ago
  94. 65c501a ifupdown: 'prio' should have been 'metric' in static_up and static_up6 by Alex Dowad · 9 years ago
  95. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  96. 2db782b Merge setsockopt error messages by Denys Vlasenko · 9 years ago
  97. 729b706 traceroute: fix help text by Denys Vlasenko · 9 years ago
  98. fb52769 arping: make help text clearer by Denys Vlasenko · 9 years ago
  99. 72dcbe4 ipcalc: fix trivial usage message by Ron Yorston · 9 years ago
  100. a83e3ae zcip: tweak comments and make unsigned division more obvious by Denys Vlasenko · 9 years ago