1. 9b70f19 bc: convert all status codes, remove bc_err_msgs[], bc_vm_error(), bc_vm_posixError() by Denys Vlasenko · 6 years ago
  2. 60cf747 bc: convert all non-POSIX BC_STATUS_foo codes by Denys Vlasenko · 6 years ago
  3. d38af48 bc: convert BC_STATUS_EXEC_SIGNAL - its message string was never used by Denys Vlasenko · 6 years ago
  4. abbc433 bc: convert BC_STATUS_PARSE_NO_AUTO by Denys Vlasenko · 6 years ago
  5. 04a1c76 bc: convert BC_STATUS_EXEC_MISMATCHED_PARAMS and BC_STATUS_EXEC_UNDEFINED_FUNC by Denys Vlasenko · 6 years ago
  6. a02f844 bc: BC_STATUS_VEC_ITEM_EXISTS is not a real error code, its message was never used by Denys Vlasenko · 6 years ago
  7. bc5ce66 bc: simplify bc_lex_comment() by Denys Vlasenko · 6 years ago
  8. c1c2470 bc: handle BIN_FILE and LEX_BAD_CHAR errors at the site of detection by Denys Vlasenko · 6 years ago
  9. d4744ad bc: eliminate BC_STATUS_INPUT_EOF by Denys Vlasenko · 6 years ago
  10. cfdc133 bc: handle "limits" and "quit" immediately at parse time by Denys Vlasenko · 6 years ago
  11. 01cabaf bc": drop unused error codes and strings by Denys Vlasenko · 6 years ago
  12. b8860a8 bc: remove "error ids": serve no useful purpose, error message should be explanatory enough by Denys Vlasenko · 6 years ago
  13. 1f67e93 bc: reduce forward declarations by Denys Vlasenko · 6 years ago
  14. d9d6655 bc: use smaller datatypes for limits, match GNU bc 'limits' output by Denys Vlasenko · 6 years ago
  15. 416ce76 bc: better handle optional args of bc_program_pushVar() by Denys Vlasenko · 6 years ago
  16. 9721f6c bc: tweak help text by Denys Vlasenko · 6 years ago
  17. a0c421c bc: simplify bc_vm_stdin() by Denys Vlasenko · 6 years ago
  18. 71e1fc6 bc: only check for ^C in bc_program_exec() main loop by Denys Vlasenko · 6 years ago
  19. df51539 bc: simpler calling convention for bc_read_file(), bc_program_search() by Denys Vlasenko · 6 years ago
  20. e3b4f23 bc: bc_num_ulong2num(), bc_program_pushGlobal(), bc_program_stackLen() never fail by Denys Vlasenko · 6 years ago
  21. a1d3ca2 bc: stop passing around pointers to G.prog, they are all constant by Denys Vlasenko · 6 years ago
  22. f6c1da5 bc: select parse_init() and parse_expr() using IS_BC, not function pointers by Denys Vlasenko · 6 years ago
  23. 785e4b3 bc: propagate fixed arguments into callees by Denys Vlasenko · 6 years ago
  24. ab3c568 bc: simplify ^C handling by Denys Vlasenko · 6 years ago
  25. 6d9146a bc: convert to "G trick" - this returns bc to zero bss increase by Denys Vlasenko · 6 years ago
  26. 5a9fef5 bc: simplify, and restore ^C, fix ^D handling by Denys Vlasenko · 6 years ago
  27. 00d7779 bc: simplify, stop testing for IO errors on every output by Denys Vlasenko · 6 years ago
  28. ef869ec bc: fix warnings, initial cleanups by Denys Vlasenko · 6 years ago
  29. 01055ba bc: new applet, throws warning by Gavin Howard · 6 years ago
  30. d08206d vi: correctly detect when a deletion empties the buffer by Ron Yorston · 6 years ago
  31. b733046 vi: code shrink by Denys Vlasenko · 6 years ago
  32. 836d0a7 vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) search by Denys Vlasenko · 6 years ago
  33. 9a2b6dc libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" too by Denys Vlasenko · 6 years ago
  34. 480c7e5 libbb: @ in "\x3@" is not a valid hex digit by Denys Vlasenko · 6 years ago
  35. c100535 cat,nl: fix handling of open errors by Denys Vlasenko · 6 years ago
  36. 75a1c87 awk: abort if NF set to negative value by Denys Vlasenko · 6 years ago
  37. 572dfb8 testsuite: check CONFIG_DESKTOP before using 'od -t' by Chen Qi · 6 years ago
  38. 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
  39. f4709d7 free: ensure there is a least one space between numbers by Denys Vlasenko · 6 years ago
  40. 31a04d9 docs: add embedded-scripts.txt by Ron Yorston · 6 years ago
  41. 403d257 tar: skip 'V' headers (GNU volume label), closes 11526 by Denys Vlasenko · 6 years ago
  42. e80d04b unlzma: fix too-eager corruption check by Denys Vlasenko · 6 years ago
  43. f4fc303 tar: fix too eager autodetection, closes 11531 by Denys Vlasenko · 6 years ago
  44. 2d21779 build system: prevent duplicate applet names by Ron Yorston · 6 years ago
  45. 7b42f8f Tweaks to build process for embedded scripts by Ron Yorston · 6 years ago
  46. dffc8ff tls: add ECDHE_PSK and remove ARIA cipher ids by Denys Vlasenko · 6 years ago
  47. 8a46c74 tls: add _anon_ cipher definitions by Denys Vlasenko · 6 years ago
  48. 2eb0429 tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipher by Denys Vlasenko · 6 years ago
  49. 60f7840 tls: cipher 009D is not yet supported, don't test for it by Denys Vlasenko · 6 years ago
  50. d9f6c3b tls: speed up prf_hmac_sha256() by Denys Vlasenko · 6 years ago
  51. f69f207 libbb: add comment on sha384 by Denys Vlasenko · 6 years ago
  52. d4681c7 tls: simplify hmac_begin() by Denys Vlasenko · 6 years ago
  53. ca7cdd4 tls: add support for 8 more cipher ids - all tested to work by Denys Vlasenko · 6 years ago
  54. 838b88c tls: fix comments by Denys Vlasenko · 6 years ago
  55. 330d7f5 tls: add a comment on expanding list of supported ciphers by Denys Vlasenko · 6 years ago
  56. a6192f3 tls: do not leak RSA key by Denys Vlasenko · 6 years ago
  57. eb53d01 tls: code shrink by Denys Vlasenko · 6 years ago
  58. a33b008 tls: code shrink by Denys Vlasenko · 6 years ago
  59. be5ca42 tls: code shrink by Denys Vlasenko · 6 years ago
  60. 23d0d8c tls: on x86, use xorbuf_aligned_AES_BLOCK_SIZE() even with non-aligned source by Denys Vlasenko · 6 years ago
  61. ab3c5e4 tls: actually fill in CIPHER_ID3 value in hello message by Denys Vlasenko · 6 years ago
  62. 0d18e5c ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help instead by Denys Vlasenko · 6 years ago
  63. 5084bae wget: code shrink by Denys Vlasenko · 6 years ago
  64. d2923b3 tls: fix is.gd again, fix AES-CBC using decrypt key instead of encrypt by Denys Vlasenko · 6 years ago
  65. 03569bc tls: speed up xor'ing of aligned 16-byte buffers by Denys Vlasenko · 6 years ago
  66. 941440c tls: in AES-GCM decoding, avoid memmove by Denys Vlasenko · 6 years ago
  67. 985702c tls: fix a thinko in GHASH optimization by Denys Vlasenko · 6 years ago
  68. 624066f tls: make tls_get_random() FAST_FUNC by Denys Vlasenko · 6 years ago
  69. 26602b8 wget: print the final newline only for non-tty output by Denys Vlasenko · 6 years ago
  70. fbf5e63 tls: code shrink by Denys Vlasenko · 6 years ago
  71. d496b40 tls: typo fix in comment by Denys Vlasenko · 6 years ago
  72. 25569c3 tls: make local buffers in aesgcm_GHASH() explicitly 32-bit aligned by Denys Vlasenko · 6 years ago
  73. 219c9d4 tls: code shrink by Denys Vlasenko · 6 years ago
  74. ecc9090 tls: simplify aesgcm_GHASH() by Denys Vlasenko · 6 years ago
  75. 5e4236d tls: in AES-CBC code, do not set key for every record - do it once by Denys Vlasenko · 6 years ago
  76. 83e5c62 tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipher by Denys Vlasenko · 6 years ago
  77. 03ad7ae ash: reset tokpushback before prompting while parsing heredoc by Christoph Schulz · 6 years ago
  78. 32511da scripts/trylink: be more clever when deciding that "lib elimination" has finished: by Denys Vlasenko · 6 years ago
  79. 4e46b98 tls: add comment, no code changes by Denys Vlasenko · 6 years ago
  80. af694a4 Ensure build works when KBUILD_OUTPUT is set, closes 11511 by Ron Yorston · 6 years ago
  81. d1b2ae2 busybox: add '--show SCRIPT' option to display scripts by Ron Yorston · 6 years ago
  82. 3778898 Treat custom and applet scripts as applets by Ron Yorston · 6 years ago
  83. e6a63bf ash: ensure variables are fully initialised when unset by Ron Yorston · 6 years ago
  84. 060f0a0 hush: correct description for HUSH_TICK config option by Ron Yorston · 6 years ago
  85. fe836d8 tls: code shrink by Denys Vlasenko · 6 years ago
  86. dbe9568 wget: print "TLS certificate validation not implemented" only once on redirects by Denys Vlasenko · 6 years ago
  87. d5a0405 tls: code shrink by Denys Vlasenko · 6 years ago
  88. de7b5bb tls: tidy up recently added ECDSA code by Denys Vlasenko · 6 years ago
  89. 375fc78 tls: code shrink by Denys Vlasenko · 6 years ago
  90. bddb654 tls: add support for ECDHE-ECDSA-AES-128-CBC-SHA and x25519 curve by Denys Vlasenko · 6 years ago
  91. 8767c12 ash: minor fixes by Ron Yorston · 6 years ago
  92. 084bac4 tls: code shrink by Denys Vlasenko · 6 years ago
  93. 5df3b12 tls: reorder a few more cipher ids by Denys Vlasenko · 6 years ago
  94. b29d045 tls: move TLS_AES_128_GCM_SHA256 definition up by Denys Vlasenko · 6 years ago
  95. 9b0ce4d tls: add more cipher ids, no code changes by Denys Vlasenko · 6 years ago
  96. 9d05ad0 udhcpc: code shrink by Denys Vlasenko · 6 years ago
  97. 97c2a6d remove FAST_FUNC on a static function by Denys Vlasenko · 6 years ago
  98. 43794ff scripts/embedded_scripts: do not add superfluous NUL to script_names[] by Denys Vlasenko · 6 years ago
  99. c339c7f libarchive: add a function to unpack embedded data by Ron Yorston · 6 years ago
  100. 0df289f svlogd: fix pattern matching when using timestamps by Denys Vlasenko · 6 years ago