1. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  2. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  3. 1f7c167 experimentally add mallopt tweaks for reduced memory consumption by Denys Vlasenko · 15 years ago
  4. 4b624d0 small commit tweak in parse_datestr, no code changes by Denys Vlasenko · 15 years ago
  5. 630dde1 code shrink in help text code by Denys Vlasenko · 15 years ago
  6. ecc2a2e ash: deal with some TODOs (mostly trivial) by Denys Vlasenko · 15 years ago
  7. 7f21494 rpm2cpio: handle bz2 too; code shrink by Pascal Bellard · 15 years ago
  8. b347592 update copyright year by Denys Vlasenko · 15 years ago
  9. 263cff9 do not store 1st two bytes of compressed help text by Denys Vlasenko · 15 years ago
  10. e2944af libbb: prevent resursion on malloc failure by Denys Vlasenko · 15 years ago
  11. 6d48d3e rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes. by Denys Vlasenko · 15 years ago
  12. e766f62 make find_pid_by_name look at /proc/PID/exe too by Alexander Shishkin · 15 years ago
  13. 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
  14. 38dd8aa touch: implement -t TIME (needed for testsuite) by Denys Vlasenko · 15 years ago
  15. 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
  16. 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
  17. fff7364 widen "Unicode in environment" check by Denys Vlasenko · 15 years ago
  18. 9531f7d another small lineedit fix by Denys Vlasenko · 15 years ago
  19. 5c2e81b fix a thinko in lineedit completion code by Denys Vlasenko · 15 years ago
  20. 01ba167 lineedit+unicode: code shrink by Denys Vlasenko · 15 years ago
  21. f6106e6 comment fixes, no code changes by Denys Vlasenko · 15 years ago
  22. 53fd1bf lineedit: code shrink by Denys Vlasenko · 15 years ago
  23. 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
  24. 7dd0ce4 randomconfig fixes by Denys Vlasenko · 15 years ago
  25. 0ad438b comment fix, no code changes by Denys Vlasenko · 15 years ago
  26. 3b40543 busybox --install [-s] [DIR]: allow a parameter - destination DIR by Denys Vlasenko · 15 years ago
  27. 189f74d passwd + /etc/shadow: chage "change time" field too by Denys Vlasenko · 15 years ago
  28. 044b180 lineedit+unicode: make TAB completion work again by Denys Vlasenko · 15 years ago
  29. 1302892 vi: small code shrink by Denys Vlasenko · 15 years ago
  30. fda8f57 tweaking Unicode support by Denys Vlasenko · 15 years ago
  31. 42a8fd0 added simplified Unicode support for non-locale-enabled builds by Denys Vlasenko · 15 years ago
  32. 2e6d4ef lineedit: implement Unicode-aware line editing (optional) by Denys Vlasenko · 15 years ago
  33. da49f58 move libc related stuff out of platform.h by Denys Vlasenko · 15 years ago
  34. 7e7e08f tweak MD5 config text by Denys Vlasenko · 15 years ago
  35. fe4ef36 libbb/sha: #undef macro names before #defining them. by Denys Vlasenko · 15 years ago
  36. 6f58be0 cp: make "non-POSIX" cp a bit more consistent by Denys Vlasenko · 15 years ago
  37. 2d7b5bf cp: by popular demand, make it POSIX compliant (but less safe) by Denys Vlasenko · 15 years ago
  38. 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
  39. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  40. fca70a8 ps: conditionally support additional -o FIELDs by Denys Vlasenko · 15 years ago
  41. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  42. bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 15 years ago
  43. 4813a51 libbb: stop using bb_strtod for now by Denys Vlasenko · 15 years ago
  44. 8f24f98 stop using non-standard macro, use WEXITSTATUS instead by Denys Vlasenko · 15 years ago
  45. f524b6c lineedit: fix warning about unused label when VI editing is disabled by Mike Frysinger · 15 years ago
  46. 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 15 years ago
  47. bf2af9a flash_lock, flash_unlock: new applets by Denys Vlasenko · 15 years ago
  48. 0149f02 appletlib.c: prevent applet list overflowing screen by Denys Vlasenko · 15 years ago
  49. 5a49d28 add platform tweaks by Denys Vlasenko · 15 years ago
  50. c396fe6 lineedit: small fixes by Denys Vlasenko · 15 years ago
  51. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 15 years ago
  52. 071ede1 xmalloc_[open_]read[_close]: do not ignore xrealloc return value by Denys Vlasenko · 15 years ago
  53. c15f40c lineedit: use read_key to recognize ESC sequence. by Denys Vlasenko · 15 years ago
  54. 44d1989 des encrypt: fix goof with NUL byte added at the end as '.' by Denys Vlasenko · 15 years ago
  55. 28e6796 hush: make getopt32 usable in builtins. use it in unset. by Denis Vlasenko · 15 years ago
  56. 5bf59c1 shrink if FEATURE_SHADOWPASSWDS is off by Denis Vlasenko · 15 years ago
  57. f6b4685 add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) by Denis Vlasenko · 15 years ago
  58. 1cf4a0e httpd: simplify insane conf file parser by Denis Vlasenko · 15 years ago
  59. a771e7c *: remove check for errors on getsockaddr in cases we know they can't happen by Denis Vlasenko · 15 years ago
  60. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  61. c7cc5a9 mdev: Rob's #if forest removal by Denis Vlasenko · 15 years ago
  62. 5dcb43a website: announce 1.14.0 and 1.13.4 Makefile: bump version to 1.14.0 by Denis Vlasenko · 15 years ago
  63. 7f95937 randomconfig fixes by Denis Vlasenko · 15 years ago
  64. 829bbd3 *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} by Denis Vlasenko · 15 years ago
  65. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 15 years ago
  66. bfbc971 hush: print cd error to stderr; use fopen_or_warn in builtin_source; by Denis Vlasenko · 15 years ago
  67. 70c6e40 libbb: fix typo in comment by Denis Vlasenko · 15 years ago
  68. a2333c8 randomtest fixes by Denis Vlasenko · 15 years ago
  69. c0ea82a libbb: revent previous version of "concurrent history updating" by Denis Vlasenko · 15 years ago
  70. 57abf9e libbb: make history saving/loading concurrent-safe by Denis Vlasenko · 15 years ago
  71. 3a014b8 ls: make readlink error to not disrupt output (try ls -l /proc/self/fd). by Denis Vlasenko · 15 years ago
  72. 83518d1 Compatibility fixes: by Denis Vlasenko · 15 years ago
  73. 9f57cf6 ftpd: fix command fetching to not do it in 1-byte reads; by Denis Vlasenko · 16 years ago
  74. 823f10b sha: merge K[] for sha256 and 512 by Denis Vlasenko · 16 years ago
  75. 8ec8d5e sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256 by Denis Vlasenko · 16 years ago
  76. e9afc46 sha: merge sha1/sha256 handling (they are similar enough for this), by Denis Vlasenko · 16 years ago
  77. 7aaedcf mount: support "-O option"; stop trying to mount swap partitions by Denis Vlasenko · 16 years ago
  78. c8329c9 sha: reduce sha256/512 context size. Make sha1/sha256 code more similar by Denis Vlasenko · 16 years ago
  79. 4a43057 sha: tiny shrink by Denis Vlasenko · 16 years ago
  80. ddb1b85 add comment about sha testing by Denis Vlasenko · 16 years ago
  81. cd2cd31 shrink sha hashing a bit more (remove wbuflen field from ctx), by Denis Vlasenko · 16 years ago
  82. 6a5d9fa shrink sha hashing by Denis Vlasenko · 16 years ago
  83. 98c87f7 sha256/512: code shrink. Run-tested. by Denis Vlasenko · 16 years ago
  84. 9b2fbda ftpd: EPSV and SIZE support. Tested to work on IPv6 too. by Denis Vlasenko · 16 years ago
  85. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  86. f3b39a2 - fix typo (thanks to Peter Kjellerstedt for noticing) by Bernhard Reutner-Fischer · 16 years ago
  87. a31187d - Dual-license the config parser also under "LGLPv2.1 or later" by Bernhard Reutner-Fischer · 16 years ago
  88. 9f00e05 killall and sestatus also need ARGVN scanning by Denis Vlasenko · 16 years ago
  89. cab28aa init: preparatory patch, no code changes by Denis Vlasenko · 16 years ago
  90. fa65a3d traceroute: preparatory trivial cleanups by Denis Vlasenko · 16 years ago
  91. 1265df1 libbb: shrink linked list ops (by xmaks AT email.cz) by Denis Vlasenko · 16 years ago
  92. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  93. 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
  94. a3ca7cf add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26 by Denis Vlasenko · 16 years ago
  95. 517413f bb_info_msg: make it do atomic, unbuffered writes by Denis Vlasenko · 16 years ago
  96. e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
  97. d1a84a2 libbb: move crypt_make_salt() to pw_encrypt.c, reuse by Denis Vlasenko · 16 years ago
  98. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  99. 15437e3 libbb: add xgetgrnam too. ~0 code size change by Denis Vlasenko · 16 years ago
  100. d324e1b libbb/crypt: code shrink by Denis Vlasenko · 16 years ago