1. de3cae1 ftpd: support deprecated XPWD command by Denys Vlasenko · 11 years ago
  2. 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 11 years ago
  3. 85090c1 udhcpc: make hostname sanitization optional. Closes 3979 by Denys Vlasenko · 11 years ago
  4. e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
  5. 5a21c85 ntpd: fix wrong delay value in one of the printed messages by Denys Vlasenko · 11 years ago
  6. d531f93 ntpd: truly ignore high delay packet by Denys Vlasenko · 11 years ago
  7. faa9e94 wget: fix a case where progress bar isn't updated if writes are very slow by Denys Vlasenko · 11 years ago
  8. 504fe45 ntpd: add optional support for /etc/ntp.conf by Denys Vlasenko · 11 years ago
  9. 0ed5f7a use [s]rand(), not [s]random() by Denys Vlasenko · 11 years ago
  10. ecd8c3a ip link: add support for "address ETHADDR". Closes 4862 by Denys Vlasenko · 11 years ago
  11. e2318bb udhcpc: ignore NAKs from "wrong" servers. Closes 4267 by Denys Vlasenko · 11 years ago
  12. c472898 nc: fix option bit positions. Closes 6926 by Denys Vlasenko · 11 years ago
  13. a279622 wget: fix comment by Denys Vlasenko · 11 years ago
  14. 5331557 wget: add commented-out code to use ssl_helper instead of openssl by Denys Vlasenko · 11 years ago
  15. d82046f networking/ssl_helper: experimental matrixssl-based ssl helper by Denys Vlasenko · 11 years ago
  16. 8b7e8ae wget: add support for https using "openssl s_client" as a helper by Denys Vlasenko · 11 years ago
  17. ffc3a93 udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746 by Denys Vlasenko · 11 years ago
  18. 50e4cc2 ifplugd: code shrink by Denys Vlasenko · 11 years ago
  19. 3e78f6f htpd: trivial simplification in random interval selection by Denys Vlasenko · 11 years ago
  20. 744ee5d udhcpc: in comments, explain the kind of raw socket we create by Denys Vlasenko · 11 years ago
  21. e4785ca udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746) by Denys Vlasenko · 11 years ago
  22. fe8390e ifupdown: support 'link' address family by Kaarle Ritvanen · 11 years ago
  23. d353bff wget: fix use-after-free of ->user. Closes 6836 by Denys Vlasenko · 11 years ago
  24. 731f596 iplink: fix build with kernel versions prior to 2.6.23 by Eugene Rudoy · 11 years ago
  25. c009d35 ntpd: remove now unnecessary check for IP_PKTINFO definition by Denys Vlasenko · 11 years ago
  26. 76ad748 ntpd: fix compilation warnings by Bartosz Golaszewski · 11 years ago
  27. 604b7b6 fakeidentd: simplify ndelay manipulations by Denys Vlasenko · 11 years ago
  28. 3deabea fixlet for the previous commit #2 by Denys Vlasenko · 11 years ago
  29. abaf910 fixlet for the previous commit by Denys Vlasenko · 11 years ago
  30. 3ea93e8 networking: explain isrv_run() API by Denys Vlasenko · 11 years ago
  31. 89deb22 fakeidentd: fix use-after-free by Ryan Mallon · 11 years ago
  32. f0058b1 ping: revert "try SOCK_DGRAM if no root privileges" by Denys Vlasenko · 11 years ago
  33. cb76113 ntpd: adjust last packet's recv time after a step by Denys Vlasenko · 11 years ago
  34. e9355c4 hostname: do not use gethostbyname() for "hostname -s" by Michael Tokarev · 11 years ago
  35. 4967a41 wget: user-friendly fallback to http by Lauri Kasanen · 11 years ago
  36. 0b3a38b ntpd: speed up resyncing if our clock is seriously off by Denys Vlasenko · 11 years ago
  37. 777be10 ntpd: do not invalidate datapoints after step by Denys Vlasenko · 11 years ago
  38. 6c46eed ntpd: comment out "spike detection" code by Denys Vlasenko · 11 years ago
  39. a14958c ntpd: promote log level 3 to production by Denys Vlasenko · 11 years ago
  40. cb1dc1d ntpd: let user know if spike was detected by Denys Vlasenko · 11 years ago
  41. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
  42. 9b2a9f0 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) by Denys Vlasenko · 11 years ago
  43. 7274563 ping: try SOCK_DGRAM if no root privileges by Daniel Borca · 11 years ago
  44. d3092c9 udhcp: add PXELINUX config file option (code 209) definition by Jeremy Kerr · 11 years ago
  45. 8d3efaf udhcpc: allow zero server-id. Closes 6614. by Denys Vlasenko · 11 years ago
  46. 2d576e2 udhcpc: make DHCP packets to have at least 300 DHCP bytes by Johannes Stezenbach · 11 years ago
  47. 840ef17 wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) by Guilherme Maciel Ferreira · 11 years ago
  48. 5117eff Fix some compiler warnings emitted by gcc-4.8.0 by Denys Vlasenko · 11 years ago
  49. eba5fae ether-wake: shorten help text, reduce packet buffer size by Denys Vlasenko · 11 years ago
  50. d074b41 wget: add support for connect timeout by Lauri Kasanen · 11 years ago
  51. a6ed6a3 httpd: make sire pfd[TO_CGI].revents is cleared before poll() by Denys Vlasenko · 11 years ago
  52. fbe250d httpd: treat errors from stdin correctly. by Denys Vlasenko · 11 years ago
  53. ec2bef1 iplink: comment out include <net/if_packet.h> by Denys Vlasenko · 11 years ago
  54. fc364ba fix build error with musl libc due to if_slip.h by Denys Vlasenko · 11 years ago
  55. 6761d7d networking: fix potential overflow in ife_print6() by Nicolas Dichtel · 11 years ago
  56. 9ae6d79 udhcpc: tweak help text more by Denys Vlasenko · 11 years ago
  57. 456687f udhcpc: tweak help text by Denys Vlasenko · 11 years ago
  58. aadb485 udhcpc: tweak help text by Denys Vlasenko · 11 years ago
  59. da331d7 ifplugd: use a larger netlink buffer by Tito Ragusa · 11 years ago
  60. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  61. 05965cb nc: remove unnecessary "errno = 0" by Denys Vlasenko · 11 years ago
  62. 2ead531 iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include) by Denys Vlasenko · 11 years ago
  63. fd3ac96 nc: remove some dead code by Denys Vlasenko · 11 years ago
  64. ffeeb7a nc: exit when both stdin and network are closed. by Denys Vlasenko · 11 years ago
  65. ca54b66 nc: use symbolic SHUT_WR instead of literal 1 by Denys Vlasenko · 11 years ago
  66. c19be75 networking: code shrink by Bartosz Golaszewski · 11 years ago
  67. a7ecbed ip link: add VLAN support by Patrick McHardy · 11 years ago
  68. 9b58fe9 ip: code shrink by Denys Vlasenko · 11 years ago
  69. ea267d5 wget: do not abort if "_" is encountered in a HTTP header by Denys Vlasenko · 12 years ago
  70. 26a7e2e ping: code shrink by Denys Vlasenko · 12 years ago
  71. 59f4667 Move create_icmp[6]_socket to its only user, and simplify it by Denys Vlasenko · 12 years ago
  72. d66eb90 nslookup: set default DNS server again. Hopefully helps with 675 by Denys Vlasenko · 12 years ago
  73. 5a7e337 ntpd: set offset to 0.0 in "usync" event by Denys Vlasenko · 12 years ago
  74. 07c5987 ntpd: set G.last_script_run even if script isn't configured by Denys Vlasenko · 12 years ago
  75. 5ffdd1d ntpd: make "unsync" code actually work. by Denys Vlasenko · 12 years ago
  76. d99ef63 ntpd: drop delay outliers; run "unsync" handler if no replies for some time by Denys Vlasenko · 12 years ago
  77. b443a37 udhcp: code shrink by Denys Vlasenko · 12 years ago
  78. c133fa6 udhcpc: fix a problem with binary-encoded options #2 by Denys Vlasenko · 12 years ago
  79. f76fd17 telnet: code shrink by Denys Vlasenko · 12 years ago
  80. 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
  81. 85daa67 httpd: don't allow tabs and multiple spaces in request string by Denys Vlasenko · 12 years ago
  82. c56d125 nc: fix build failure ("subscripted value is neither array nor pointer") by Denys Vlasenko · 12 years ago
  83. 4a600f8 traceroute: free some memory allocated by xzalloc() by Guilherme Maciel Ferreira · 12 years ago
  84. af4a07a ping[6]: accept and ignore -n. Code shrink by Denys Vlasenko · 12 years ago
  85. 7b5d5c1 udhcpd: also add -I ADDR to help text by Denys Vlasenko · 12 years ago
  86. e3f5b73 udhcpd: add -I LOCAL_ADDR option by Denys Vlasenko · 12 years ago
  87. 445e754 platform: use KERNEL_VERSION to simplify uClibc version checking by Mike Frysinger · 12 years ago
  88. fb03663 ifupdown: support "source" stanza in /etc/network/interfaces by Denys Vlasenko · 12 years ago
  89. 216e952 ifplugd: make -k send SIGINT, not SIGQUIT by Denys Vlasenko · 12 years ago
  90. ed954b6 Fix config help text by Denys Vlasenko · 12 years ago
  91. de6f148 nc_bloaty: support -ll and -lk. Closes 2245 by Denys Vlasenko · 12 years ago
  92. a14f319 nc: don't redirect stderr to network in -e PROG mode by Denys Vlasenko · 12 years ago
  93. bc0ffc0 nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP code by Thomas De Schampheleire · 12 years ago
  94. 06af569 arp: code shrink by Denys Vlasenko · 12 years ago
  95. a8816da arp: fix -H/-t handling. by Kuleshov Aleksey · 12 years ago
  96. 04ac6e0 udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORT by Denys Vlasenko · 12 years ago
  97. 31dc860 ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes 5786 by Denys Vlasenko · 12 years ago
  98. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  99. b7841cf ntpd: fix incorrect m_status field in outgoing packets. Closes 5120 by Paul Marks · 12 years ago
  100. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago