1. 45e9792 netstat: fix a trivial bug by Denys Vlasenko · 15 years ago
  2. 81fe2b1 wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set" by Denys Vlasenko · 15 years ago
  3. 3fdba18 wget: ignore --no-check-certificate by Bernhard Reutner-Fischer · 15 years ago
  4. 343dfd7 dnsd: add -s option. This allows (clumsy) operation with read dns servers by Denys Vlasenko · 15 years ago
  5. e66a09b dnsd: add more -v messages by Denys Vlasenko · 15 years ago
  6. 5fb3849 dnsd: fix one big-endian goof; add a TODO about RA bit by Denys Vlasenko · 15 years ago
  7. 2f14263 udhcp[cd]: fix aliasing warnings by Denys Vlasenko · 15 years ago
  8. 36659fd *: fix 1/4 remaining aliasing warnings by Denys Vlasenko · 15 years ago
  9. 12ca080 *: eliminate more aliasing warnings by Denys Vlasenko · 15 years ago
  10. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  11. bb1dcc9 more thorough fix for systems with strange socklen_t by Denys Vlasenko · 15 years ago
  12. 4b06146 tftpd: fix file creation with bogus mode. Closes bug 1021. by Denys Vlasenko · 15 years ago
  13. e17764c further work on unicodization by Denys Vlasenko · 15 years ago
  14. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  15. ffc4bce libiproute: eliminate unused fields in struct filter_t's; style fixes by Denys Vlasenko · 15 years ago
  16. 24928ff ntpd: explain why scripts can be run in quick succession by Denys Vlasenko · 15 years ago
  17. 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
  18. 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
  19. dfd38a4 ping: use ICMP_MINLEN by Bernhard Reutner-Fischer · 15 years ago
  20. f3fc9ac ftpd: conditional support for broken clients by Stefan Seyfried · 15 years ago
  21. 33f9dc0 ftpd: code shrink by Denys Vlasenko · 15 years ago
  22. 57f46c1 ntpd: remove some code which is at best unneeded and at worst wrong by Denys Vlasenko · 15 years ago
  23. 9b20adc ntpd: add anti-clock-hopping code by Denys Vlasenko · 15 years ago
  24. 5b9a910 ntpd: disable frequency estimation code by Denys Vlasenko · 15 years ago
  25. 60b9524 whitespace fix by Denys Vlasenko · 15 years ago
  26. f2c8aa6 libbb: introduce and use monotonic_ms by Denys Vlasenko · 15 years ago
  27. cb23d93 *: add/remove safe_, it seems we had a few incorrect uses by Denys Vlasenko · 15 years ago
  28. 65d722b ntpd: explain algorithm by Denys Vlasenko · 15 years ago
  29. 12628b7 ntpd: expose more data to the script; more eagerly drop to lower poll by Denys Vlasenko · 15 years ago
  30. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  31. 866710a nc: fix "nc -nl -p LPORT RHOST" case (was expecting remote port 0). closes bug 837 by Denys Vlasenko · 15 years ago
  32. f422a72 ifplugd: restore auto-ifup unless -a; make iff method less iffy :D by Denys Vlasenko · 15 years ago
  33. 9037787 *: fix places where we were still using malloc/realloc by Denys Vlasenko · 15 years ago
  34. ae47335 ntpd: show at loglevel 2 and export in env current poll interval by Denys Vlasenko · 15 years ago
  35. 6959f6b hwclock: disable time diff code; ntpd -S script: do not wait for completion by Denys Vlasenko · 15 years ago
  36. 695fa51 hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact by Denys Vlasenko · 15 years ago
  37. 06667f2 ntpd: renew cur_time after script run, it can take a while by Denys Vlasenko · 15 years ago
  38. ede737b ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization by Denys Vlasenko · 15 years ago
  39. 79ae534 ifplugd: simplify run_script() by Denys Vlasenko · 15 years ago
  40. 074e8dc ntpd: make -w less cumbersome to use by Denys Vlasenko · 15 years ago
  41. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  42. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  43. a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
  44. 4168fdd ntpd: add -w "watch" option, useful for debugging to look at our own data by Denys Vlasenko · 15 years ago
  45. 2d3253d ntpd: fix comment, no code changes by Denys Vlasenko · 15 years ago
  46. d498ff0 ntpd: try to avoid using libm. -1.2k if we succeed by Denys Vlasenko · 15 years ago
  47. 510f56a ntpd: remove an old hack for faster initialization by Denys Vlasenko · 15 years ago
  48. 0b00281 ntpd: better selection of initial sync; fewer gettimeofday calls by Denys Vlasenko · 15 years ago
  49. 1ee5afd ntpd: fix jitter calculations and status propagation by Denys Vlasenko · 15 years ago
  50. 2e36eb8 ntpd: speed up reaction to poll interval decrease by Denys Vlasenko · 15 years ago
  51. d9109e3 ntpd: improve frequency filtering by Denys Vlasenko · 15 years ago
  52. a9aaeda ntpd: restore forgotten delay sanitization by Denys Vlasenko · 15 years ago
  53. e4844b8 ntpd: add a comment, no code changes by Denys Vlasenko · 15 years ago
  54. 6131311 ntpd: disable unused code; show kernel's clock drift correction by Denys Vlasenko · 15 years ago
  55. bfc2a32 ntpd: reduce poll interval increase rate by Denys Vlasenko · 15 years ago
  56. dd6673b ntpd: replace openntp's clock discipline with ntpd's by Denys Vlasenko · 15 years ago
  57. 8a428d9 ntpd: ntpd.c -> ntpd_simple.c by Denys Vlasenko · 15 years ago
  58. d2fe69f ntpd: preparatory patches, no functional changes by Denys Vlasenko · 15 years ago
  59. 6879a7a ntpd: fx incorrect offset display when stepping by Denys Vlasenko · 15 years ago
  60. afa2d33 ntpd: field renames and style fixes, no code changes by Denys Vlasenko · 15 years ago
  61. e99c8d2 ntpd: eliminate one time(NULL) call by Denys Vlasenko · 15 years ago
  62. dbc6a7a httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com) by Denys Vlasenko · 15 years ago
  63. 31e2e7b randomconfig fixes by Denys Vlasenko · 15 years ago
  64. d2c879d wget: fix signedness in the compare (paranoia only, G.content_len is never < 0) by Denys Vlasenko · 15 years ago
  65. a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
  66. 4662de0 replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest by Denys Vlasenko · 15 years ago
  67. 6a110c9 ntpd: remove dynamic dns resolution code, too complex. -69 bytes by Denys Vlasenko · 15 years ago
  68. 7cb1d6c ntpd: try to avoid DNS requests *during* NTP roundtrip. +23 bytes by Denys Vlasenko · 15 years ago
  69. 907647f ntpd: implement -x. shrink code a bit. -69 bytes by Denys Vlasenko · 15 years ago
  70. 4bd5189 ntpd: fix malloc-too-short bug; code shrink -76 bytes by Denys Vlasenko · 15 years ago
  71. ebde6f1 ntpd: fix "synced" state detection by Denys Vlasenko · 15 years ago
  72. f91e63c ntpd: continuing small message tweaks and the like. -29 bytes by Denys Vlasenko · 15 years ago
  73. 386960a htpd: better logging; removed some unused code and data. -212 bytes by Denys Vlasenko · 15 years ago
  74. fae9f49 ntpd: make it work w/o -g too :( by Denys Vlasenko · 15 years ago
  75. 160b9ca ntpd: make it NOMMU-safe; ash: exclude it on NOMMU builds by Denys Vlasenko · 15 years ago
  76. 57be1ee ping: fix unaligned access. closes bug 745. by Denys Vlasenko · 15 years ago
  77. 650a701 ntpd: trivial -2 byte code optimization by Denys Vlasenko · 15 years ago
  78. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  79. b1278a3 ntpd: locally bind every peer socket. +22 bytes by Denys Vlasenko · 15 years ago
  80. 9cc60d7 ntpd: fix vda's breakage by Denys Vlasenko · 15 years ago
  81. f42fa1b traceroute6: restore port after probing by Denys Vlasenko · 15 years ago
  82. 363e89b ntpd: use MSG_DONTWAIT; better readability by Denys Vlasenko · 15 years ago
  83. ca6c7e4 ntp: simplifications; libbb: simpler resolution of numeric hostnames by Denys Vlasenko · 15 years ago
  84. c14bf21 traceroute: simplify code a bit by Denys Vlasenko · 15 years ago
  85. 8d580c7 ntpd: add -q option. By Adam Tkac. by Denys Vlasenko · 15 years ago
  86. 4c06531 traceroute6: new applet by Leonid Lisovskiy. +1562 bytes by Leonid Lisovskiy · 15 years ago
  87. 0d56568 traceroute: cleanup preparing it for traceroute6. -17 bytes by Denys Vlasenko · 15 years ago
  88. b158506 ntpd: new applet by Adam Tkac. +5k. by Adam Tkac · 15 years ago
  89. 85164fa ping: use |=, not =, when combine option bit mask by Denys Vlasenko · 15 years ago
  90. ad7d94b ping6: do not play dirty tricks with argv by Denys Vlasenko · 15 years ago
  91. 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
  92. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  93. e3600a0 httpd_post_upload.txt example: handle binary files too by Denys Vlasenko · 15 years ago
  94. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  95. 6528abe tftpd: another small tweak by Denys Vlasenko · 15 years ago
  96. 1e9ac9f tftp: another small tweak by Denys Vlasenko · 15 years ago
  97. adc08ef tftpd: slight correction to progress bar code by Denys Vlasenko · 15 years ago
  98. 8bd0af9 tftp: add optiona support for progress bar by Magnus Damm · 15 years ago
  99. bbd4235 tftp: extend tsize support a little by Magnus Damm · 15 years ago
  100. f591499 wget: factor out progress bar code by Magnus Damm · 15 years ago