1. 92c6898 ls: handle -x through option_mask32, remove default -C from --help by Denys Vlasenko · 8 years ago
  2. 4cde4cc ls: handle -d and -R through option_mask32 by Denys Vlasenko · 8 years ago
  3. 96d9c5b ls: handle -p and -F through option_mask32 by Denys Vlasenko · 8 years ago
  4. 51b01fd ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG by Denys Vlasenko · 8 years ago
  5. a1cbaca ls: make -Z output compatible with GNU coreutils 8.25 by Denys Vlasenko · 8 years ago
  6. 2c3131d ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT by Denys Vlasenko · 8 years ago
  7. 5d43ddc ls: handle -s through option_mask32 by Denys Vlasenko · 8 years ago
  8. b60686c ls: handle -i through option_mask32 by Denys Vlasenko · 8 years ago
  9. f5bd6f6 ls: handle -a and -A through option_mask32 by Denys Vlasenko · 8 years ago
  10. 11540a8 ls: handle all sort options through option_mask32 by Denys Vlasenko · 8 years ago
  11. 7a18b95 tls: reorder tls_handshake_data fields for smaller size, tweak comments by Denys Vlasenko · 8 years ago
  12. b5bf191 tls: send EMPTY_RENEGOTIATION_INFO_SCSV in our client hello by Denys Vlasenko · 8 years ago
  13. 9492da7 tls: set TLS_DEBUG to 0; placate a gcc indentation warning by Denys Vlasenko · 8 years ago
  14. 9a647c3 separate TLS code into a library, use in in wget by Denys Vlasenko · 8 years ago
  15. e1f90d1 ls: -1 should be ignored by -l (and options which imply -l) by Denys Vlasenko · 8 years ago
  16. f580baf ls: more correct handling of -c, -u by Denys Vlasenko · 8 years ago
  17. 194b2eb ls: replace -e with --full-time, add --group-directories-first, delete -K by Denys Vlasenko · 8 years ago
  18. 1238988 ip: better --help by Denys Vlasenko · 8 years ago
  19. 8908c1d more ip --help fixes by Denys Vlasenko · 8 years ago
  20. f3d705f make --help texts smaller by Denys Vlasenko · 8 years ago
  21. bbc7bee make --help texts more uniform by Denys Vlasenko · 8 years ago
  22. f6e2072 tls: reorder tls_state fields for smaller offsets by Denys Vlasenko · 8 years ago
  23. dd2577f tls: send SNI in the client hello by Denys Vlasenko · 8 years ago
  24. 0af5265 tls: check size on "MAC-only, no crypt" code path too by Denys Vlasenko · 8 years ago
  25. 54b927d tls: AES decrypt does one unnecessary memmove by Denys Vlasenko · 8 years ago
  26. 3916139 tls: make input buffer grow as needed by Denys Vlasenko · 8 years ago
  27. 9731ca7 password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWD by Denys Vlasenko · 8 years ago
  28. 38972a8 tls: improve i/o loop by Denys Vlasenko · 8 years ago
  29. e7863f3 tls: was psAesDecrypt'ing one block too many, trashing buffered data by Denys Vlasenko · 8 years ago
  30. 6e51139 rdate: time(NULL) is shorter than time(&var) by Denys Vlasenko · 8 years ago
  31. 179e88b rdate: make it do something remotely sane, facing 32-bit time overflow by Denys Vlasenko · 8 years ago
  32. 19e695e tls: do not use common_bufsiz by Denys Vlasenko · 8 years ago
  33. a0aae9f tls: decode alerts and in particular, EOF alert. by Denys Vlasenko · 8 years ago
  34. abbf17a tls: add the i/o loop - largish rework of i/o buffering by Denys Vlasenko · 8 years ago
  35. f7806f9 tls: fix ROL/ROR x86 optimization by Denys Vlasenko · 8 years ago
  36. 432f1ae tls: tested PSTM_X86_64, not enabling it - too large by Denys Vlasenko · 8 years ago
  37. 6b1b004 tls: commented out psPool_t use by Denys Vlasenko · 8 years ago
  38. 1bfc4b8 ntpd: print result of hostname resolution by Denys Vlasenko · 8 years ago
  39. 704c606 fdisk: add typical values of -H and -S to --help by Denys Vlasenko · 8 years ago
  40. cccf8e7 tls: teach it to decrypt AES256-encrypted data by Denys Vlasenko · 8 years ago
  41. a9e1866 tls: trim comments by Denys Vlasenko · 8 years ago
  42. b5dfc3d tls: teach it to send AES256-encrypted data by Denys Vlasenko · 8 years ago
  43. b7e9ae6 tls: added AES code and made it compile. not used yet by Denys Vlasenko · 8 years ago
  44. c8ba23b tls: massage writing for encryption support; finer-grained debug by Denys Vlasenko · 8 years ago
  45. 5d1662e tls: address one easy FIXME, tidy up comments by Denys Vlasenko · 8 years ago
  46. e69d78c tls: process CHANGE_CIPHER_SPEC and FINISHED from server by Denys Vlasenko · 8 years ago
  47. fe0588d tls: rearrange function order, improve comments by Denys Vlasenko · 8 years ago
  48. e2cb3b9 tls: make our send_client_finished() pass server check by Denys Vlasenko · 8 years ago
  49. 9a6897a tls: format FINISHED message properly for unencrypted, but sha256 signed mode by Denys Vlasenko · 8 years ago
  50. 4e08a12 Assorted warning fixes and added a comment, no code changes by Denys Vlasenko · 8 years ago
  51. 936e83e tls: add sha256 hmac and prf code by Denys Vlasenko · 8 years ago
  52. 6c73aaf cryptpw: support "rounds=NNNNNNN$" thing in salts by Denys Vlasenko · 8 years ago
  53. 16e7f69 libbb: eliminate redundant variable in sha_crypt by Denys Vlasenko · 8 years ago
  54. b8935d0 sha512: use larger constant table only if sha512 is in fact selected by Denys Vlasenko · 8 years ago
  55. 3f8ecd9 tls: rearrange code, add/improve comments, fix whitespace, no real changes here by Denys Vlasenko · 8 years ago
  56. c5540d6 tls: send CHANGE_CIPHER_SPEC by Denys Vlasenko · 8 years ago
  57. f78ad09 whitespace fix by Denys Vlasenko · 8 years ago
  58. 11d0096 tls: format and send CLIENT_KEY_EXCHANGE by Denys Vlasenko · 8 years ago
  59. 2a17d1f tls: DER length byte 0x81 is actually valid by Denys Vlasenko · 8 years ago
  60. b1003f7 tls: a bit more work by Denys Vlasenko · 8 years ago
  61. ceff6b0 tls: work-in-progress TLS1.2 test applet by Denys Vlasenko · 8 years ago
  62. a6f8651 wget: fix for brain-damaged HTTP servers. Closes 9471 by Denys Vlasenko · 8 years ago
  63. 098b713 ash: commented-out possible fix for 7694 by Denys Vlasenko · 8 years ago
  64. 4c17937 ash: 16-bit ->nprocs field is a pain for many CPUs by Denys Vlasenko · 8 years ago
  65. ed15dde Move FEATURE_AUTOWIDTH config option to two applets which use it by Denys Vlasenko · 8 years ago
  66. 6c1f348 Move FEATURE_USE_TERMIOS config option to two applets which use it by Denys Vlasenko · 8 years ago
  67. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  68. 8944c67 hush: reinstate [[ builtin by Denys Vlasenko · 8 years ago
  69. 027d3ab hush: split bash compatible extensions into separate defines. No code changes by Kang-Che Sung · 8 years ago
  70. 7d4aec0 ash: split bash compatible extensions into separate defines. No code changes by Denys Vlasenko · 8 years ago
  71. a8a075a busybox: stop depending on FEATURE_AUTOWIDTH for applet list by Denys Vlasenko · 8 years ago
  72. 0fd9fb4 top: FEATURE_USE_TERMIOS shouldn't control reading of screen size by Denys Vlasenko · 8 years ago
  73. c5891fe more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrink by Denys Vlasenko · 8 years ago
  74. 80f806c hush: shorten output of "help" builtin by Denys Vlasenko · 8 years ago
  75. a1184af hush: reorder builtins (cd and pwd ought to be close, etc), no code changes by Denys Vlasenko · 8 years ago
  76. f35ad3b init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET by Denys Vlasenko · 8 years ago
  77. 2b4c258 ash: revert "make dot command search current directory first" by Denys Vlasenko · 8 years ago
  78. 265062d shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo by Denys Vlasenko · 8 years ago
  79. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  80. f10f7a2 Allow FAST_FUNC to be overridden at build time by Kang-Che Sung · 8 years ago
  81. 61a91af kill: optimizations for single-applet build by Kang-Che Sung · 8 years ago
  82. 1cc6804 hush: make echo builtin optional by Denys Vlasenko · 8 years ago
  83. 53487a8 kill: need not build kill.c when ash's job control is off by Kang-Che Sung · 8 years ago
  84. e7b54d0 make_single_applets.sh: show errors and warnings by Denys Vlasenko · 8 years ago
  85. 590402b unlzma: expand comments, no code changes by Denys Vlasenko · 8 years ago
  86. 3989e5a unlzma: fix erroneous "while" instead of "if". Closes 4682 by Denys Vlasenko · 8 years ago
  87. 8c1d857 unzip: match "Defl:?" display with info-zip; cosmetic code shuffling by Denys Vlasenko · 8 years ago
  88. 6b4f4b5 unzip: optional support for xz by Denys Vlasenko · 8 years ago
  89. 2a0867a unzip: optional support for bzip2 and lzma by Denys Vlasenko · 8 years ago
  90. 6bf52b6 modprobe-small: build fixes by Denys Vlasenko · 8 years ago
  91. 80172e4 modprobe-small: optimizations for single applet build by Explorer09 · 8 years ago
  92. b130f9f Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2 by Kang-Che Sung · 8 years ago
  93. fb87d93 ash: fix a bug in argv restoration after sourcing a file by Denys Vlasenko · 8 years ago
  94. 2b15590 hush: fix a bug in argv restoration after sourcing a file by Denys Vlasenko · 8 years ago
  95. 4e4f88e hush: global_args_malloced is used only if set builtin is enabled by Denys Vlasenko · 8 years ago
  96. cc2fd5a hush: fix 'defined but not used' warning by Denys Vlasenko · 8 years ago
  97. 5362cc4 hush: remove redundand test for ENABLE_HUSH_JOB by Denys Vlasenko · 8 years ago
  98. fd68f1e hush: fix kill builtin without jobs support by Denys Vlasenko · 8 years ago
  99. 442a414 typo fix by Denys Vlasenko · 8 years ago
  100. 41ade05 hush: conditionalize print_escaped() on EXPORT || TRAP by Denys Vlasenko · 8 years ago