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