1. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  2. bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 15 years ago
  3. 4813a51 libbb: stop using bb_strtod for now by Denys Vlasenko · 15 years ago
  4. 8f24f98 stop using non-standard macro, use WEXITSTATUS instead by Denys Vlasenko · 16 years ago
  5. f524b6c lineedit: fix warning about unused label when VI editing is disabled by Mike Frysinger · 16 years ago
  6. 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 16 years ago
  7. bf2af9a flash_lock, flash_unlock: new applets by Denys Vlasenko · 16 years ago
  8. 0149f02 appletlib.c: prevent applet list overflowing screen by Denys Vlasenko · 16 years ago
  9. 5a49d28 add platform tweaks by Denys Vlasenko · 16 years ago
  10. c396fe6 lineedit: small fixes by Denys Vlasenko · 16 years ago
  11. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
  12. 071ede1 xmalloc_[open_]read[_close]: do not ignore xrealloc return value by Denys Vlasenko · 16 years ago
  13. c15f40c lineedit: use read_key to recognize ESC sequence. by Denys Vlasenko · 16 years ago
  14. 44d1989 des encrypt: fix goof with NUL byte added at the end as '.' by Denys Vlasenko · 16 years ago
  15. 28e6796 hush: make getopt32 usable in builtins. use it in unset. by Denis Vlasenko · 16 years ago
  16. 5bf59c1 shrink if FEATURE_SHADOWPASSWDS is off by Denis Vlasenko · 16 years ago
  17. f6b4685 add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) by Denis Vlasenko · 16 years ago
  18. 1cf4a0e httpd: simplify insane conf file parser by Denis Vlasenko · 16 years ago
  19. a771e7c *: remove check for errors on getsockaddr in cases we know they can't happen by Denis Vlasenko · 16 years ago
  20. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  21. c7cc5a9 mdev: Rob's #if forest removal by Denis Vlasenko · 16 years ago
  22. 5dcb43a website: announce 1.14.0 and 1.13.4 Makefile: bump version to 1.14.0 by Denis Vlasenko · 16 years ago 1_14_0
  23. 7f95937 randomconfig fixes by Denis Vlasenko · 16 years ago
  24. 829bbd3 *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} by Denis Vlasenko · 16 years ago
  25. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
  26. bfbc971 hush: print cd error to stderr; use fopen_or_warn in builtin_source; by Denis Vlasenko · 16 years ago
  27. 70c6e40 libbb: fix typo in comment by Denis Vlasenko · 16 years ago
  28. a2333c8 randomtest fixes by Denis Vlasenko · 16 years ago
  29. c0ea82a libbb: revent previous version of "concurrent history updating" by Denis Vlasenko · 16 years ago
  30. 57abf9e libbb: make history saving/loading concurrent-safe by Denis Vlasenko · 16 years ago
  31. 3a014b8 ls: make readlink error to not disrupt output (try ls -l /proc/self/fd). by Denis Vlasenko · 16 years ago
  32. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  33. 9f57cf6 ftpd: fix command fetching to not do it in 1-byte reads; by Denis Vlasenko · 16 years ago
  34. 823f10b sha: merge K[] for sha256 and 512 by Denis Vlasenko · 16 years ago
  35. 8ec8d5e sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256 by Denis Vlasenko · 16 years ago
  36. e9afc46 sha: merge sha1/sha256 handling (they are similar enough for this), by Denis Vlasenko · 16 years ago
  37. 7aaedcf mount: support "-O option"; stop trying to mount swap partitions by Denis Vlasenko · 16 years ago
  38. c8329c9 sha: reduce sha256/512 context size. Make sha1/sha256 code more similar by Denis Vlasenko · 16 years ago
  39. 4a43057 sha: tiny shrink by Denis Vlasenko · 16 years ago
  40. ddb1b85 add comment about sha testing by Denis Vlasenko · 16 years ago
  41. cd2cd31 shrink sha hashing a bit more (remove wbuflen field from ctx), by Denis Vlasenko · 16 years ago
  42. 6a5d9fa shrink sha hashing by Denis Vlasenko · 16 years ago
  43. 98c87f7 sha256/512: code shrink. Run-tested. by Denis Vlasenko · 16 years ago
  44. 9b2fbda ftpd: EPSV and SIZE support. Tested to work on IPv6 too. by Denis Vlasenko · 16 years ago
  45. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  46. f3b39a2 - fix typo (thanks to Peter Kjellerstedt for noticing) by Bernhard Reutner-Fischer · 16 years ago
  47. a31187d - Dual-license the config parser also under "LGLPv2.1 or later" by Bernhard Reutner-Fischer · 16 years ago
  48. 9f00e05 killall and sestatus also need ARGVN scanning by Denis Vlasenko · 16 years ago
  49. cab28aa init: preparatory patch, no code changes by Denis Vlasenko · 16 years ago
  50. fa65a3d traceroute: preparatory trivial cleanups by Denis Vlasenko · 16 years ago
  51. 1265df1 libbb: shrink linked list ops (by xmaks AT email.cz) by Denis Vlasenko · 16 years ago
  52. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  53. 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
  54. a3ca7cf add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26 by Denis Vlasenko · 16 years ago
  55. 517413f bb_info_msg: make it do atomic, unbuffered writes by Denis Vlasenko · 16 years ago
  56. e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
  57. d1a84a2 libbb: move crypt_make_salt() to pw_encrypt.c, reuse by Denis Vlasenko · 16 years ago
  58. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  59. 15437e3 libbb: add xgetgrnam too. ~0 code size change by Denis Vlasenko · 16 years ago
  60. d324e1b libbb/crypt: code shrink by Denis Vlasenko · 16 years ago
  61. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  62. 82b1429 - add new applet mkpasswd(1) by Bernhard Reutner-Fischer · 16 years ago
  63. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  64. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  65. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  66. 4240408 trim help text a bit by Denis Vlasenko · 16 years ago
  67. a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
  68. 3eb4466 libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org)) by Denis Vlasenko · 16 years ago
  69. 3470f92 libbb: sha_crypt -123 bytes by Denis Vlasenko · 16 years ago
  70. 6bd54d4 libbb/pw_encrypt_sha: -28 bytes by Denis Vlasenko · 16 years ago
  71. 6b1e3d7 libbb: remove glibc-style bloat from sha_crypt. -1130 bytes. by Denis Vlasenko · 16 years ago
  72. fd5a3d2 gzip: fix gzip -dc case caused by using stale getopt state by Denis Vlasenko · 16 years ago
  73. 618a302 du: fix "du /dir /dir" case by Denis Vlasenko · 16 years ago
  74. e9b9a19 libbb: disable a second md5 implementation which managed to creep in :) by Denis Vlasenko · 16 years ago
  75. 2211d52 libbb: add optionl support for SHA256/512 encrypted passwords by Denis Vlasenko · 16 years ago
  76. 56dceb9 sha256,sha512: new applets. +4.9kb by Denis Vlasenko · 16 years ago
  77. c028ec2 Typo fixes by Denis Vlasenko · 16 years ago
  78. 0a009c3 libbb: constify some data in sha1. gcc is clever enough to do it itself, by Denis Vlasenko · 16 years ago
  79. 30e1ab6 libbb: add a TODO to support new SHA-based encrypted passwords by Denis Vlasenko · 16 years ago
  80. 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
  81. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  82. 391ffa1 nslookup: tiny shrink (-5 bytes); add comment about res_init by Denis Vlasenko · 16 years ago
  83. 3c385cd lineedit: fix bug 5824: Since version 23530 with lineedit.c, by Denis Vlasenko · 16 years ago
  84. f34cfff setup_environment: cd $HOME regardless of clear_env value. by Denis Vlasenko · 16 years ago
  85. 7462b21 read_key is actually written by Rob, add him to copyright notice by Denis Vlasenko · 16 years ago
  86. bdd2d8f read_key: add comments how Shift and Meta keys looks like. no code changes by Denis Vlasenko · 16 years ago
  87. 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
  88. 39b0135 libbb: add forgotten file from previous commit :( by Denis Vlasenko · 16 years ago
  89. 0112ff5 vi: move key reading routine out of vi into llbbb by Denis Vlasenko · 16 years ago
  90. 2d5bd80 build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM; by Denis Vlasenko · 16 years ago
  91. d1660cb ash: fix a bug in standalone mode (corrupted getopt() state) by Denis Vlasenko · 16 years ago
  92. 582dff0 volume identification: abolish /proc/partitions and /proc/cdroms by Denis Vlasenko · 16 years ago
  93. 3ab3d8a libbb: do not reject floating point strings like ".15" by Denis Vlasenko · 16 years ago
  94. 682ad30 lineedit: fix problems with empty commands in history by Denis Vlasenko · 16 years ago
  95. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  96. 17e7f04 top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) by Denis Vlasenko · 16 years ago
  97. ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
  98. 248b4a7 libbb: document that we maybe will want to understand \e someday by Denis Vlasenko · 16 years ago
  99. ba1315d modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> by Denis Vlasenko · 16 years ago
  100. 08ea11a runsvd: shrink by Vladimir *: use unified trivial signal handler by Denis Vlasenko · 16 years ago