1. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  2. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  3. 2cc7091 inetd: comment tweak. no code changes by Denys Vlasenko · 15 years ago
  4. ed1667e telnetd: add -w ("inetd wait") option. Can be configured off. by Denys Vlasenko · 15 years ago
  5. cfc2163 inetd: be more careful with syslog socket; other small fixes by Denys Vlasenko · 15 years ago
  6. 22cbfbd ethr-wake: can use ether_hostton on uclibc >= 0.9.30 by Denys Vlasenko · 15 years ago
  7. 0d58666 wget: strip trailing whitespace from e.g. "Content-length: 120 " by Matthijs van de Water · 15 years ago
  8. aa369e0 udhcpc: if got IP successfully, disable -n for future renewals by Justin Maggard · 15 years ago
  9. 0568b6e randomconfig fixes by Denys Vlasenko · 15 years ago
  10. 63416cc nc: fix nc -ll; report vfork errors; make select loop faster by Tomoya Adachi · 15 years ago
  11. bac9f03 tftp: add comment, no code changes by Denys Vlasenko · 15 years ago
  12. 330d898 tftp[d]: fix block# handling on upload with non-default blocksize by Atsushi Nemoto · 15 years ago
  13. d6513cf tcpsvd,udpsvd: fix uid/gid printing when run with -u by Denys Vlasenko · 15 years ago
  14. 4abfc26 udhcpc: small simplification by Denys Vlasenko · 15 years ago
  15. 753a3ce typo by Denys Vlasenko · 15 years ago
  16. 7d6a791 udhcpc: add/edit comments, no code changes by Denys Vlasenko · 15 years ago
  17. 13ca4b1 udhcpc: simplify manual renew (make it more similar to automatic one) by Denys Vlasenko · 15 years ago
  18. 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
  19. 860d2bb fix fallout from BSD patches by Denys Vlasenko · 15 years ago
  20. 95cc814 udhcpd: fix a bug in add_lease where it was reading at [-1] by Denys Vlasenko · 15 years ago
  21. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  22. b22bbff fix dependencies of FEATURE_GETOPT_LONG by Denys Vlasenko · 15 years ago
  23. 97ef654 udhcpc: support option 0x79 (static routes) (part of bug 341) by Denys Vlasenko · 15 years ago
  24. 7895b91 udhcp: dname_dec may return NULL, account for that case by Denys Vlasenko · 15 years ago
  25. 7d5ddf1 wget: remove IPv6 scope id in Host: field (apache compat) by Denys Vlasenko · 15 years ago
  26. f1fab09 wget: fix redirection from HTTP to FTP server by Denys Vlasenko · 15 years ago
  27. ab0c8d7 wget: remove strange *&var construct. by Denys Vlasenko · 15 years ago
  28. 7f43280 wget: code shrink by splitting main() into easier-to-optimize functions by Denys Vlasenko · 15 years ago
  29. 4248c33 udhcpc: fix a read error loop (e.g.: device is down) blocking TERM by Denys Vlasenko · 15 years ago
  30. d30b89c updates for supporting Linux kernel build and initrd utilities by Denys Vlasenko · 15 years ago
  31. 7a76eba udhcp: fix trivial compile error by Denys Vlasenko · 15 years ago
  32. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  33. bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 15 years ago
  34. dc36a72 udhcp: cosmetics in arpping.c, no code changes by Denys Vlasenko · 15 years ago
  35. 799d00e udhcp: convert old-style logging in print_static_leases by Denys Vlasenko · 15 years ago
  36. 6947d2c udhcp: logging improvements, field and variable renames by Denys Vlasenko · 15 years ago
  37. 4945ed3 udhcpc: fix format of one log message by Denys Vlasenko · 15 years ago
  38. 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 15 years ago
  39. ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 15 years ago
  40. ed8982b udhcp: add a few TODOs by Denys Vlasenko · 15 years ago
  41. 26918dd udhcp: rename server/client_config.arp to server_mac and client_mac by Denys Vlasenko · 15 years ago
  42. cab3a01 udhcp: cleanup of static lease handling by Denys Vlasenko · 15 years ago
  43. 56f2d06 udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip by Denys Vlasenko · 15 years ago
  44. 990a617 udhcp: rename giaddr to gateway_nip and server to server_nip by Denys Vlasenko · 15 years ago
  45. 1d924f5 udhcp: rename fields in struct dhcpOfferedAddr by Denys Vlasenko · 15 years ago
  46. 47f2d7e udhcpd: don't fail ARP check if returned MAC matches client's one by Denys Vlasenko · 15 years ago
  47. 16635cc test, tcpsvd, tcpsvd: shrink by Denys Vlasenko · 15 years ago
  48. 1d77db8 telnetd: more compact version of the fix for stray open fds by Denys Vlasenko · 15 years ago
  49. a4bcbd0 telnetd: properly close fds in child by Denys Vlasenko · 15 years ago
  50. 62152da ifupdown: if $PATH is not set, do not set it to "" in children by Denys Vlasenko · 16 years ago
  51. 035b4d7 ftpd: allow multiple -S options to increase verbosity too, like -v by Denys Vlasenko · 16 years ago
  52. 0f952c2 inetd: comment why we redirect stderr to network by Denys Vlasenko · 16 years ago
  53. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  54. 8507e1f ftpd: fix a case when with -w unknown commands are ignored with no error code by Denys Vlasenko · 16 years ago
  55. 28a105d nc, hush: cosmetic cleanups, no code changes by Denys Vlasenko · 16 years ago
  56. bf2af9a flash_lock, flash_unlock: new applets by Denys Vlasenko · 16 years ago
  57. c8ab67c tftp: do not risk invoking Sorcerer's Apprentice syndrome by Denys Vlasenko · 16 years ago
  58. 6285117 fix debug message by Bernhard Reutner-Fischer · 16 years ago
  59. 48a29de httpd: speed up httpd.conf at the cost of 49 bytes of code by Denys Vlasenko · 16 years ago
  60. 9c35a1c ifplugd: fix warnings by Denys Vlasenko · 16 years ago
  61. 47aaa2b Make it clearer that usually people should _NOT_ select FEATURE_UNIX_LOCAL. by Denys Vlasenko · 16 years ago
  62. 1fd3b38 *: bb_error_msg's messages should not be capitalized by Denis Vlasenko · 16 years ago
  63. 80e57eb ifplugd: tiny shrink by Denis Vlasenko · 16 years ago
  64. f4e4563 ifplugd: add copyright by Denis Vlasenko · 16 years ago
  65. 71c1657 ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz) by Denis Vlasenko · 16 years ago
  66. f6b4685 add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) by Denis Vlasenko · 16 years ago
  67. eb4e5ec inetd: constify data by Denis Vlasenko · 16 years ago
  68. c8d7109 httpd: fix small bug in parser. it crept in during cleanup by Denis Vlasenko · 16 years ago
  69. 00643ca httpd: allow empty lines in conf file by Denis Vlasenko · 16 years ago
  70. 1cf4a0e httpd: simplify insane conf file parser by Denis Vlasenko · 16 years ago
  71. 8ed1945 nc: free lsa in server mode, we might be up for a long time by Denis Vlasenko · 16 years ago
  72. a771e7c *: remove check for errors on getsockaddr in cases we know they can't happen by Denis Vlasenko · 16 years ago
  73. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  74. 76478b8 udhcpc: fix truncation of last char in client hostnames by Denis Vlasenko · 16 years ago
  75. c7cc5a9 mdev: Rob's #if forest removal by Denis Vlasenko · 16 years ago
  76. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
  77. e8a7968 dhcprelay: fix usage text. Simplify and make code more readable. Add TODOs. by Denis Vlasenko · 16 years ago
  78. ef1b439 dnsd: stop using oversized buffer. trim comment. by Denis Vlasenko · 16 years ago
  79. 5c32993 mount: users report that CIFS support is breaking things, mostly remove it. by Denis Vlasenko · 16 years ago
  80. f8de411 dnsd: removed highly questionable setting of signals to SIG_IGN by Denis Vlasenko · 16 years ago
  81. ddbf3bf dnsd: fix a number of bugs. Ideas by Ming-Ching Tiew (mctiew AT yahoo.com) by Denis Vlasenko · 16 years ago
  82. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
  83. 42e78b9 ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/ by Denis Vlasenko · 16 years ago
  84. 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 16 years ago
  85. bd79c3d dhcpd: remember and record hostnames; optimize get_option by Denis Vlasenko · 16 years ago
  86. f9beb61 tftp: when we infer local name from remote (-r [/]path/path/file), by Denis Vlasenko · 16 years ago
  87. cbb4e61 httpd: add comment explaining why SERVER_NAME etc is not set. by Denis Vlasenko · 16 years ago
  88. 9f57cf6 ftpd: fix command fetching to not do it in 1-byte reads; by Denis Vlasenko · 16 years ago
  89. fce4a94 ftpd: add some comments by Denis Vlasenko · 16 years ago
  90. e3b840c ftpd: trim messages (but make sure they still make sense) by Denis Vlasenko · 16 years ago
  91. 5b492ee ftpd: do not use nasty tricks for re-execing if we are on MMU machine. by Denis Vlasenko · 16 years ago
  92. 1432cb4 ftpd: add support for MDTM, I see clients often use it, by Denis Vlasenko · 16 years ago
  93. 3a7a1eb ftpd: document NLST format by Denis Vlasenko · 16 years ago
  94. 1a82555 ftpd: instead of wordy HELP, implement useful, and smaller, FEAT. by Denis Vlasenko · 16 years ago
  95. edb0de4 ftpd: implement -vv verbosity by Denis Vlasenko · 16 years ago
  96. e6c94a6 ftpd: tweak timeout code by Denis Vlasenko · 16 years ago
  97. 074c903 ftpd: fix thinko: set_nport takes port in network order by Denis Vlasenko · 16 years ago
  98. fbf5846 ftpd: dont use fdprintf for simple status messages by Denis Vlasenko · 16 years ago
  99. 43bb7bb ftpd: simplify PORT check by assuming IP = peer's IP. by Denis Vlasenko · 16 years ago
  100. 20c8216 ftpd: add idle and absolute timeouts. This is a security issue, by Denis Vlasenko · 16 years ago