1. b7812ce wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426 by Denys Vlasenko · 12 years ago
  2. 168f87c httpd_indexcgi.c: fix compile failure by Denys Vlasenko · 12 years ago
  3. 5f10fdf Fix compile failure in ll_proto.c by Denys Vlasenko · 12 years ago
  4. 405daff ll_proto.c: code shrink by Denys Vlasenko · 12 years ago
  5. a0fd4a7 style fixes, no code changes by Denys Vlasenko · 12 years ago
  6. 9c55143 wget: try reading after poll timeout - stdio may have buffered data. Closes 5426 by Denys Vlasenko · 12 years ago
  7. 6567edd udhcp[cd]: fix binding to network aliases. Closes 5432, 5438 by Denys Vlasenko · 12 years ago
  8. 293c945 udhcpc: make -O <numeric_opt> work. Closes 5402 by Denys Vlasenko · 12 years ago
  9. 5cfb818 Add yet another missing ALIGN2 on a global declaration. by Denys Vlasenko · 12 years ago
  10. 71045cc dhcpd: write lease file on exit by Denys Vlasenko · 12 years ago
  11. 32f774c *: declare strings with ALIGN1, as appropriate by Michael Tokarev · 12 years ago
  12. dbed6c4 tftpd: fix -u USER to work with chroot. Closes 5348 by Denys Vlasenko · 12 years ago
  13. e1db338 ftpd: free allocated string on error path by Denys Vlasenko · 13 years ago
  14. 3bb8587 ftpd: fix MDTM's month value. Closes 5336 by Denys Vlasenko · 13 years ago
  15. c5fe9f7 include sys/resource.h where needed by Mike Frysinger · 13 years ago
  16. aacd448 wget: fix wget-supports--P testsuite failure. Closes 4940 by Denys Vlasenko · 13 years ago
  17. e0a6004 config: do not refer to HTTPS for wget by Pierre Carrier · 13 years ago
  18. 6144124 wget: make -c _not_ truncate the file by Denys Vlasenko · 13 years ago
  19. bf146b8 wget: correctly handle failure to -c (continue) by Denys Vlasenko · 13 years ago
  20. f5abc78 wget: add dummy --no-cache by Vladimir Dronnikov · 13 years ago
  21. 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago
  22. 4125a6b ntpd: on time step, kill all outstanding replies from other peers by Denys Vlasenko · 13 years ago
  23. 64f763b inetd: fix build failure in Android by Tias Guns · 13 years ago
  24. 49b8e72 brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strtotimeval) by Denys Vlasenko · 13 years ago
  25. 21f620f ifplugd: tweak help text by Denys Vlasenko · 13 years ago
  26. 085b293 udhcpc[6]: show select timeout in log by Denys Vlasenko · 13 years ago
  27. 3da46c8 udhcpc6: depend on ipv6 by Mike Frysinger · 13 years ago
  28. 3a9365e ifupdown: improve compatibility with Debian by Andreas Oberritter · 13 years ago
  29. d2266d4 udhcpc: fix improper size calculation for OPTION_STRING_HOST by Denys Vlasenko · 13 years ago
  30. 8cab667 fix build breakage found by randconfig by Denys Vlasenko · 13 years ago
  31. 6500d12 udhcp: make arpping code resistant to time jumps by Denys Vlasenko · 13 years ago
  32. 7a42693 httpd: emit correct content length on range requests past the end. Closes 4952 by Rob Walker · 13 years ago
  33. 1d9e99b hostname: make -i not emit extra trailing space by Denys Vlasenko · 13 years ago
  34. 3e3a8d5 ntpd: fix build failure if !NTPD_SERVER. Closes 4994 by Denys Vlasenko · 13 years ago
  35. cc1bb60 ftp{get,put}: tweak help text by Denys Vlasenko · 13 years ago
  36. 5e89648 nc: support "-<other_opts>e PROG" form of -e option by Denys Vlasenko · 13 years ago
  37. 79bec06 ntpd: make "reply from IP" messages more uniform by Denys Vlasenko · 13 years ago
  38. d98dc92 ntpd: drop offset averaging code by Denys Vlasenko · 13 years ago
  39. 4e3beb2 tftpd: chroot to DIR, not merely chdir. Closes 4874 by Denys Vlasenko · 13 years ago
  40. 0687a5b libbb: make xchroot do a chdir("/") after chroot by Denys Vlasenko · 13 years ago
  41. 8be49c3 ntpd: tweak log messages format by Denys Vlasenko · 13 years ago
  42. 547ee79 ntpd: fix a case when discipline_jitter = 0 if we step by Denys Vlasenko · 13 years ago
  43. 132b044 ntpd: experimental code to correct frequency a bit more aggressively by Denys Vlasenko · 13 years ago
  44. 97e5281 ntpd: fix the "are we a server" check in previous commit by Denys Vlasenko · 13 years ago
  45. e8ce285 ntpd: avoid printing messages between send and recv. good for fast networks by Denys Vlasenko · 13 years ago
  46. b124c34 ntpd: log clock drift with three digits after decimal point by Denys Vlasenko · 13 years ago
  47. 74584b8 ntpd: log jitter on update too; increase assumed clock precision x2 - to 2ms by Denys Vlasenko · 13 years ago
  48. fc4ebd0 ntpd: fix offset adjustment after step; better step printing by Denys Vlasenko · 13 years ago
  49. 16c52a5 ntpd: increase OPT_qq constant to not collide with -L by Denys Vlasenko · 13 years ago
  50. cfcb1da ifupdown: support metric for static default gw by Natanael Copa · 13 years ago
  51. 8cce1b3 httpd: make byte ranges which start at 0 work too. Closes 4766 by Denys Vlasenko · 13 years ago
  52. ef43bea httpd: fix sendfile of files larger than 2 Gb. Closes 4754 by Denys Vlasenko · 13 years ago
  53. 35def51 httpd: fix MD5-encrypted-in-httpd.conf password logic by Denys Vlasenko · 13 years ago
  54. fdd0b3b vconfig: fix help text; small code shrink. Closes 4658 by Denys Vlasenko · 13 years ago
  55. 03419aa httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used by Denys Vlasenko · 13 years ago
  56. 93b4a60 wget: fix use-after-free on redirect by Denys Vlasenko · 13 years ago
  57. f282c6b libbb: remove is_directory's argument which is always NULL by Denys Vlasenko · 13 years ago
  58. f85bd1a httpd: remove redundant NULL assignment and save one strrchr. -8 bytes by Denys Vlasenko · 13 years ago
  59. ee0f444 udhcp: finish support of classless static routes (now the correct patch!) by Michael McTernan · 13 years ago
  60. be2a557 vconfig: remove /proc/net/vlan/config check by Paulius Zaleckas · 13 years ago
  61. b05cd6b httpd: fix /../ sanitization (had one extra semicolon). rewrote it by Denys Vlasenko · 13 years ago
  62. d6f5000 *: style fixes. no code changes by Denys Vlasenko · 13 years ago
  63. 454fe29 ifupdown: remove interface from state_list if iface_up fails by Lauri Hintsala · 13 years ago
  64. 7280d20 udhcpc: sanitize hostnames in incoming packets. Closes 3979. by Denys Vlasenko · 13 years ago
  65. 53782d9 iproute: fix help text by Denys Vlasenko · 13 years ago
  66. 0fa3e5f httpd: small fixes to previous change by Pascal Bellard · 13 years ago
  67. 7291755 httpd: make it possible to use system passwords for auth by Pascal Bellard · 13 years ago
  68. d2277e2 nommu: fix cases where we mangle argv[0][0] by Denys Vlasenko · 13 years ago
  69. 860491c udhcpc: shrink code by setting xid more economically by Denys Vlasenko · 13 years ago
  70. a092a89 udhcpc6: rudimentary code to export data to script; fix IAADDR parsing by Denys Vlasenko · 13 years ago
  71. 7e21f04 udhcpc[6]: tweak help text, remove -B from udhcpc6 and "--version" from both by Denys Vlasenko · 13 years ago
  72. 2b6a6b9 udhcpc6: set hop limit to 1 in emitted raw packets by Denys Vlasenko · 13 years ago
  73. 68c5b28 udhcpc6: fix endianness by Denys Vlasenko · 13 years ago
  74. 9ba7504 udhcpc6: new applet. Not yet functional. by Denys Vlasenko · 13 years ago
  75. 50089fc udhcpc: trim help text, rename badly-named variable by Denys Vlasenko · 13 years ago
  76. 0fd4347 udhcpc: code shrink by Denys Vlasenko · 13 years ago
  77. 3b46fcb udhcpc: remove workaround for bugs in Win98 dhcp server ("MSFT 98" vendor string) by Denys Vlasenko · 13 years ago
  78. d38ca03 udhcpc: reuse string constant; remove unneeded memset(0) by Denys Vlasenko · 13 years ago
  79. 2017d48 udhcpc: deprecate --hostname NAME by Denys Vlasenko · 13 years ago
  80. ee320c6 getty: reset tty attrs on Ctrl-C and Ctrl-D too by Denys Vlasenko · 13 years ago
  81. 2af2acf udhcpc: add comment about server IP by Denys Vlasenko · 13 years ago
  82. fbca0c6 udhcpc: in fill_envp, export BOOTP fields first by Denys Vlasenko · 13 years ago
  83. cd4d78f dhcpc: fix the case where we might add extra space at the end of envvar. by Denys Vlasenko · 13 years ago
  84. 1dff672 udhcpc: fix 6rd option formatting (was using 4 more bytes than there is) by Denys Vlasenko · 13 years ago
  85. 42816c2 udhcpc: remove unused argument in sprint_nip6 by Denys Vlasenko · 13 years ago
  86. 7981d79 udhcpc: small code shrink by Denys Vlasenko · 13 years ago
  87. f461385 typo fix in comment by Denys Vlasenko · 13 years ago
  88. 1f56e51 udhcpc: add support for DHCP option 212 (RFC 5969) by Denys Vlasenko · 13 years ago
  89. 2ea73b5 nc: small code shrink by Denys Vlasenko · 13 years ago
  90. 9c28fb8 ifupdown: code shrink by Denys Vlasenko · 13 years ago
  91. dd82443 ifupdown: support post-up / pre-down hooks by Peter Korsgaard · 13 years ago
  92. 6464f15 udhcpc: on SIGUSR1, limit renew attempts time to 20 seconds; then do total reconfig by Vladislav Grishenko · 13 years ago
  93. 6c9c0a1 udhcp: IF_UDHCP_VERBOSE() macro - improve code readability by Leonid Lisovskiy · 13 years ago
  94. faf7c62 tftp: mode string is case independent by Denys Vlasenko · 13 years ago
  95. 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
  96. 585541e start_stop_daemon: set complementary group ids too. Closes 3253 by Denys Vlasenko · 13 years ago
  97. dd1061b wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. by Denys Vlasenko · 13 years ago
  98. 5126cf9 ping: display real IPv6 response address. Hopefully closes 3745. by Denys Vlasenko · 13 years ago
  99. 223b941 inetd: close new udp fd in "udp nowait" case by Denys Vlasenko · 13 years ago
  100. 289c47b udhcp: remove the declaration of non-existent udhcp_checksum by Baruch Siach · 13 years ago