1. 20c8216 ftpd: add idle and absolute timeouts. This is a security issue, by Denis Vlasenko · 16 years ago
  2. f2160b6 ftpd: security tightened up: by Denis Vlasenko · 16 years ago
  3. 7a67664 awk: fix compat issue found by gpm build by Denis Vlasenko · 16 years ago
  4. 9210a36 tr: support -C as synonym to -c by Denis Vlasenko · 16 years ago
  5. fc58ba1 ftpd: fix the bug where >2GB file ops report errors; by Denis Vlasenko · 16 years ago
  6. 823f10b sha: merge K[] for sha256 and 512 by Denis Vlasenko · 16 years ago
  7. 8ec8d5e sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256 by Denis Vlasenko · 16 years ago
  8. e9afc46 sha: merge sha1/sha256 handling (they are similar enough for this), by Denis Vlasenko · 16 years ago
  9. 7241e6d uname: correct cut/paste error touch: add long options by Denis Vlasenko · 16 years ago
  10. 7aaedcf mount: support "-O option"; stop trying to mount swap partitions by Denis Vlasenko · 16 years ago
  11. 447ab18 uname: support long options by Denis Vlasenko · 16 years ago
  12. 3b5c9b8 insmod/modprobe: do not pass NULL to kernel as module parameter by Denis Vlasenko · 16 years ago
  13. 1f0b95f tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too. by Denis Vlasenko · 16 years ago
  14. c8329c9 sha: reduce sha256/512 context size. Make sha1/sha256 code more similar by Denis Vlasenko · 16 years ago
  15. 4a43057 sha: tiny shrink by Denis Vlasenko · 16 years ago
  16. ddb1b85 add comment about sha testing by Denis Vlasenko · 16 years ago
  17. cd2cd31 shrink sha hashing a bit more (remove wbuflen field from ctx), by Denis Vlasenko · 16 years ago
  18. 6a5d9fa shrink sha hashing by Denis Vlasenko · 16 years ago
  19. 4abaec5 popmaildir: fix several grave bugs with using memory past end of malloc block by Denis Vlasenko · 16 years ago
  20. dec37b3 the -elf2flt flag can be used w/out -Wl, so drop the requirement so people can use either form by Mike Frysinger · 16 years ago
  21. 98c87f7 sha256/512: code shrink. Run-tested. by Denis Vlasenko · 16 years ago
  22. 54ac03a *: remove LOG_NOWAIT by Denis Vlasenko · 16 years ago
  23. 4221e90 ftpd: stop unconditional logging to syslog. This was the only applet by Denis Vlasenko · 16 years ago
  24. a19e649 docs/logging_and_backgrounding.txt: new mini-doc by Denis Vlasenko · 16 years ago
  25. 4774179 mail.c: more robust handling of SIGCHLD init: more robust signal handling by Denis Vlasenko · 16 years ago
  26. 245f91b ftpd + ls - timestamp = confused Mozilla. Prevent that. by Denis Vlasenko · 16 years ago
  27. 5b28d31 ftpd: add LOG_NDELAY to openlog by Denis Vlasenko · 16 years ago
  28. 1a6adbd uniq: strncmp(a,b, -1) might be problematic, use INT_MAX instead by Denis Vlasenko · 16 years ago
  29. 9257671 fix typo in help text by Denis Vlasenko · 16 years ago
  30. c41cba5 ftpd: reuse ls applet for LIST/NLST/STAT generation by Denis Vlasenko · 16 years ago
  31. 9b2fbda ftpd: EPSV and SIZE support. Tested to work on IPv6 too. by Denis Vlasenko · 16 years ago
  32. 57a3b17 ftp: reduce amount of realloc's done in cmdio_write by Denis Vlasenko · 16 years ago
  33. d42eb81 ftpd: code shrink by Denis Vlasenko · 16 years ago
  34. 3455285 ftpd: code shrink by Denis Vlasenko · 16 years ago
  35. f1a11b5 ftp: code shrink by Denis Vlasenko · 16 years ago
  36. 9e95920 ftpd: code shuffled a bit, added comments by Denis Vlasenko · 16 years ago
  37. 51c9bb1 ftpd: add comment by Denis Vlasenko · 16 years ago
  38. ffb4bb3 ftpd: further code shrink by Denis Vlasenko · 16 years ago
  39. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  40. 5e4fda0 ftpd: code chrink, fixed some minor bugs by Denis Vlasenko · 16 years ago
  41. bf9d179 adding forgotten new file by Denis Vlasenko · 16 years ago
  42. 16b4a2d ftpd: new applet by Adam Tkac by Denis Vlasenko · 16 years ago
  43. c8985bf website: mention fixes to syslogd by Denis Vlasenko · 16 years ago
  44. 0103417 website: announce 1.13.3 by Denis Vlasenko · 16 years ago
  45. fb1a23d halt/reboot/poweroff: improve error reporting by Denis Vlasenko · 16 years ago
  46. a6b6f05 further work on modprobe by Denis Vlasenko · 16 years ago
  47. 8517d6f - test commit by Bernhard Reutner-Fischer · 16 years ago
  48. 0e2f362 modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi) by Denis Vlasenko · 16 years ago
  49. c574100 modutils: delete unused global variable by Denis Vlasenko · 16 years ago
  50. 76140a7 networking/libiproute/*: code shrink by optimizing numeric conversions by Denis Vlasenko · 16 years ago
  51. 021de3f sendmail: document and fix usage of fd #4, fix check for helper failure. by Denis Vlasenko · 16 years ago
  52. 5a2ad69 wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de) by Denis Vlasenko · 16 years ago
  53. 9604e1b modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" by Denis Vlasenko · 16 years ago
  54. 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
  55. 230997b expr: a bit more robust handling of regexps with groups (closes bug 87) by Denis Vlasenko · 16 years ago
  56. 6852eff printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*" by Denis Vlasenko · 16 years ago
  57. 248ce91 ls: implement -Q and -g (-g was accepted but ignored) by Denis Vlasenko · 16 years ago
  58. 11a6f9b ls: do not follow links with -s (closes bug 33), by Denis Vlasenko · 16 years ago
  59. 7886275 top: make it work again on 2.4 kernels (closes bug 125) by Denis Vlasenko · 16 years ago
  60. 7e0c243 sendmail: improve help text by Denis Vlasenko · 16 years ago
  61. 50af926 wget: fix --header handling by Denis Vlasenko · 16 years ago
  62. d9415d6 syslogd: create logfile with 0666, not 0600. by Denis Vlasenko · 16 years ago
  63. 37ad6b3 tr: update testsuite by Denis Vlasenko · 16 years ago
  64. 491d6e3 tr: fix overflow in expand and complement, fix stop after [:class:], by Denis Vlasenko · 16 years ago
  65. 1bfcc8b tr: support [:xdigit:], fix handling of ranges and [x]'s. by Denis Vlasenko · 16 years ago
  66. 31773b7 runsv: another tiny optimization by Denis Vlasenko · 16 years ago
  67. f09f4e0 runsv: small optimization *: more paranoia around passing NULL to execl[e] by Denis Vlasenko · 16 years ago
  68. 48637e0 modutils: oveflow fix by Denis Vlasenko · 16 years ago
  69. 9aa5c65 unzip: fix thinko with le/be conv and size (closes bug 129) by Denis Vlasenko · 16 years ago
  70. 8e5de2a login: fix buglet introduced by "simplification" by Denis Vlasenko · 16 years ago
  71. e261bba flash_eraseall.c: fix vda's breakage by Denis Vlasenko · 16 years ago
  72. 30e3df3 - rephrase helptext for clarity by Bernhard Reutner-Fischer · 16 years ago
  73. 12aca79 - improve wording by Bernhard Reutner-Fischer · 16 years ago
  74. 0adf7f2 - by not calling getpagesize() twice we can save 2 bytes (walter harms) by Bernhard Reutner-Fischer · 16 years ago
  75. f3b39a2 - fix typo (thanks to Peter Kjellerstedt for noticing) by Bernhard Reutner-Fischer · 16 years ago
  76. a31187d - Dual-license the config parser also under "LGLPv2.1 or later" by Bernhard Reutner-Fischer · 16 years ago
  77. 039ed43 make modutils compile again by Ned Ludd · 16 years ago
  78. a430b69 depmod: accept and ignore -r (Linux kernle build needs this) by Denis Vlasenko · 16 years ago
  79. 962e365 flash_eraseall: shrink by Denis Vlasenko · 16 years ago
  80. 02468c2 - add big busybox logo as transparent png by Bernhard Reutner-Fischer · 16 years ago
  81. 7307e06 - bail out if screen resolution does not match PPM dimensions. by Bernhard Reutner-Fischer · 16 years ago
  82. 8dcb33c - document ppm header and skip whitespace by Bernhard Reutner-Fischer · 16 years ago
  83. e455f6e - update TODOs by Bernhard Reutner-Fischer · 16 years ago
  84. 8af23f8 - eliminate globals by Bernhard Reutner-Fischer · 16 years ago
  85. 7d9d251 - make it compile and shrink it a little bit (~-110 bytes) by Bernhard Reutner-Fischer · 16 years ago
  86. 0d22d17 - add flash_eraseall by Bernhard Reutner-Fischer · 16 years ago
  87. 051fdb9 - PPMs can have comments in the header. by Bernhard Reutner-Fischer · 16 years ago
  88. 8ad78e1 ash: make dot command search current directory first, as bash does. by Denis Vlasenko · 16 years ago
  89. c6ab085 Make "shadowed" numeric config entries (ones which depend on by Denis Vlasenko · 16 years ago
  90. 28ea429 volume_id: abort early on read failures. should help with probing missing fdd's by Denis Vlasenko · 16 years ago
  91. 93b3820 init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set' by Denis Vlasenko · 16 years ago
  92. 97b954d - improve wording by Bernhard Reutner-Fischer · 16 years ago
  93. 51d943d - improve helptext by Bernhard Reutner-Fischer · 16 years ago
  94. 4efcec9 - misc untested shrinkage: by Bernhard Reutner-Fischer · 16 years ago
  95. 52b56b7 - improve helptext of obsolete devfs stuff.. by Bernhard Reutner-Fischer · 16 years ago
  96. bb5f8ed - cosmetic typo in helptext by Bernhard Reutner-Fischer · 16 years ago
  97. 9f00e05 killall and sestatus also need ARGVN scanning by Denis Vlasenko · 16 years ago
  98. d63cd1b mdev: if /sys/class/block exists, don't scan /sys/block by Denis Vlasenko · 16 years ago
  99. a0ab943 function old new delta by Denis Vlasenko · 16 years ago
  100. 2ca84f6 httpd: tiny optimization by Denis Vlasenko · 16 years ago