1. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  2. 8507e1f ftpd: fix a case when with -w unknown commands are ignored with no error code by Denys Vlasenko · 16 years ago
  3. 28a105d nc, hush: cosmetic cleanups, no code changes by Denys Vlasenko · 16 years ago
  4. bf2af9a flash_lock, flash_unlock: new applets by Denys Vlasenko · 16 years ago
  5. c8ab67c tftp: do not risk invoking Sorcerer's Apprentice syndrome by Denys Vlasenko · 16 years ago
  6. 6285117 fix debug message by Bernhard Reutner-Fischer · 16 years ago
  7. 48a29de httpd: speed up httpd.conf at the cost of 49 bytes of code by Denys Vlasenko · 16 years ago
  8. 9c35a1c ifplugd: fix warnings by Denys Vlasenko · 16 years ago
  9. 47aaa2b Make it clearer that usually people should _NOT_ select FEATURE_UNIX_LOCAL. by Denys Vlasenko · 16 years ago
  10. 1fd3b38 *: bb_error_msg's messages should not be capitalized by Denis Vlasenko · 16 years ago
  11. 80e57eb ifplugd: tiny shrink by Denis Vlasenko · 16 years ago
  12. f4e4563 ifplugd: add copyright by Denis Vlasenko · 16 years ago
  13. 71c1657 ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz) by Denis Vlasenko · 16 years ago
  14. f6b4685 add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) by Denis Vlasenko · 16 years ago
  15. eb4e5ec inetd: constify data by Denis Vlasenko · 16 years ago
  16. c8d7109 httpd: fix small bug in parser. it crept in during cleanup by Denis Vlasenko · 16 years ago
  17. 00643ca httpd: allow empty lines in conf file by Denis Vlasenko · 16 years ago
  18. 1cf4a0e httpd: simplify insane conf file parser by Denis Vlasenko · 16 years ago
  19. 8ed1945 nc: free lsa in server mode, we might be up for a long time by Denis Vlasenko · 16 years ago
  20. a771e7c *: remove check for errors on getsockaddr in cases we know they can't happen by Denis Vlasenko · 16 years ago
  21. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  22. 76478b8 udhcpc: fix truncation of last char in client hostnames by Denis Vlasenko · 16 years ago
  23. c7cc5a9 mdev: Rob's #if forest removal by Denis Vlasenko · 16 years ago
  24. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
  25. e8a7968 dhcprelay: fix usage text. Simplify and make code more readable. Add TODOs. by Denis Vlasenko · 16 years ago
  26. ef1b439 dnsd: stop using oversized buffer. trim comment. by Denis Vlasenko · 16 years ago
  27. 5c32993 mount: users report that CIFS support is breaking things, mostly remove it. by Denis Vlasenko · 16 years ago
  28. f8de411 dnsd: removed highly questionable setting of signals to SIG_IGN by Denis Vlasenko · 16 years ago
  29. ddbf3bf dnsd: fix a number of bugs. Ideas by Ming-Ching Tiew (mctiew AT yahoo.com) by Denis Vlasenko · 16 years ago
  30. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
  31. 42e78b9 ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/ by Denis Vlasenko · 16 years ago
  32. 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 16 years ago
  33. bd79c3d dhcpd: remember and record hostnames; optimize get_option by Denis Vlasenko · 16 years ago
  34. f9beb61 tftp: when we infer local name from remote (-r [/]path/path/file), by Denis Vlasenko · 16 years ago
  35. cbb4e61 httpd: add comment explaining why SERVER_NAME etc is not set. by Denis Vlasenko · 16 years ago
  36. 9f57cf6 ftpd: fix command fetching to not do it in 1-byte reads; by Denis Vlasenko · 16 years ago
  37. fce4a94 ftpd: add some comments by Denis Vlasenko · 16 years ago
  38. e3b840c ftpd: trim messages (but make sure they still make sense) by Denis Vlasenko · 16 years ago
  39. 5b492ee ftpd: do not use nasty tricks for re-execing if we are on MMU machine. by Denis Vlasenko · 16 years ago
  40. 1432cb4 ftpd: add support for MDTM, I see clients often use it, by Denis Vlasenko · 16 years ago
  41. 3a7a1eb ftpd: document NLST format by Denis Vlasenko · 16 years ago
  42. 1a82555 ftpd: instead of wordy HELP, implement useful, and smaller, FEAT. by Denis Vlasenko · 16 years ago
  43. edb0de4 ftpd: implement -vv verbosity by Denis Vlasenko · 16 years ago
  44. e6c94a6 ftpd: tweak timeout code by Denis Vlasenko · 16 years ago
  45. 074c903 ftpd: fix thinko: set_nport takes port in network order by Denis Vlasenko · 16 years ago
  46. fbf5846 ftpd: dont use fdprintf for simple status messages by Denis Vlasenko · 16 years ago
  47. 43bb7bb ftpd: simplify PORT check by assuming IP = peer's IP. by Denis Vlasenko · 16 years ago
  48. 20c8216 ftpd: add idle and absolute timeouts. This is a security issue, by Denis Vlasenko · 16 years ago
  49. f2160b6 ftpd: security tightened up: by Denis Vlasenko · 16 years ago
  50. fc58ba1 ftpd: fix the bug where >2GB file ops report errors; by Denis Vlasenko · 16 years ago
  51. 54ac03a *: remove LOG_NOWAIT by Denis Vlasenko · 16 years ago
  52. 4221e90 ftpd: stop unconditional logging to syslog. This was the only applet by Denis Vlasenko · 16 years ago
  53. a19e649 docs/logging_and_backgrounding.txt: new mini-doc by Denis Vlasenko · 16 years ago
  54. 5b28d31 ftpd: add LOG_NDELAY to openlog by Denis Vlasenko · 16 years ago
  55. c41cba5 ftpd: reuse ls applet for LIST/NLST/STAT generation by Denis Vlasenko · 16 years ago
  56. 9b2fbda ftpd: EPSV and SIZE support. Tested to work on IPv6 too. by Denis Vlasenko · 16 years ago
  57. 57a3b17 ftp: reduce amount of realloc's done in cmdio_write by Denis Vlasenko · 16 years ago
  58. d42eb81 ftpd: code shrink by Denis Vlasenko · 16 years ago
  59. 3455285 ftpd: code shrink by Denis Vlasenko · 16 years ago
  60. f1a11b5 ftp: code shrink by Denis Vlasenko · 16 years ago
  61. 9e95920 ftpd: code shuffled a bit, added comments by Denis Vlasenko · 16 years ago
  62. 51c9bb1 ftpd: add comment by Denis Vlasenko · 16 years ago
  63. ffb4bb3 ftpd: further code shrink by Denis Vlasenko · 16 years ago
  64. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  65. 5e4fda0 ftpd: code chrink, fixed some minor bugs by Denis Vlasenko · 16 years ago
  66. bf9d179 adding forgotten new file by Denis Vlasenko · 16 years ago
  67. 16b4a2d ftpd: new applet by Adam Tkac by Denis Vlasenko · 16 years ago
  68. 76140a7 networking/libiproute/*: code shrink by optimizing numeric conversions by Denis Vlasenko · 16 years ago
  69. 5a2ad69 wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de) by Denis Vlasenko · 16 years ago
  70. 787a492 ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32, by Denis Vlasenko · 16 years ago
  71. 50af926 wget: fix --header handling by Denis Vlasenko · 16 years ago
  72. f09f4e0 runsv: small optimization *: more paranoia around passing NULL to execl[e] by Denis Vlasenko · 16 years ago
  73. 30e3df3 - rephrase helptext for clarity by Bernhard Reutner-Fischer · 16 years ago
  74. 12aca79 - improve wording by Bernhard Reutner-Fischer · 16 years ago
  75. 97b954d - improve wording by Bernhard Reutner-Fischer · 16 years ago
  76. 2ca84f6 httpd: tiny optimization by Denis Vlasenko · 16 years ago
  77. 1cbfd98 httpd: by Denis Vlasenko · 16 years ago
  78. d814c98 telnetd: do not advertise TELNET_LFLOW, we do not support it properly. by Denis Vlasenko · 16 years ago
  79. 04158e0 udhcpd: add code which rejects lease files with suspicious or old timestamp. by Denis Vlasenko · 16 years ago
  80. 73121c3 dhcpd,dumpleases: write and use 64-bit current time in lease file. by Denis Vlasenko · 16 years ago
  81. 802cab1 brctl: fix compilation on 2.4.x kernels by Denis Vlasenko · 16 years ago
  82. bdea2c0 traceroute: allow -w NUM as small as 1 by Denis Vlasenko · 16 years ago
  83. 766c10c traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMP by Denis Vlasenko · 16 years ago
  84. fa65a3d traceroute: preparatory trivial cleanups by Denis Vlasenko · 16 years ago
  85. 39b6813 tunctl: new applet by Vladimir by Denis Vlasenko · 16 years ago
  86. ec64a57 dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitialized by Denis Vlasenko · 16 years ago
  87. 0416e3d udhcpd: disable opton to have absolute lease times in lease file by Denis Vlasenko · 16 years ago
  88. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  89. 12abcb3 libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ by Denis Vlasenko · 16 years ago
  90. 517413f bb_info_msg: make it do atomic, unbuffered writes by Denis Vlasenko · 16 years ago
  91. e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
  92. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  93. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  94. 3246c0d iproute: fix ipXXX utilities trying to parse their applet name by Denis Vlasenko · 16 years ago
  95. 196a953 iptunnel: fix problems with including linux/ip_tunnel.h on some systems by Denis Vlasenko · 16 years ago
  96. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  97. c5045fd vconfig: style fix, no code changes by Denis Vlasenko · 16 years ago
  98. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  99. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  100. 00d8417 vi: speedup and code shrink (Walter Harms) by Denis Vlasenko · 16 years ago