1. 624066f tls: make tls_get_random() FAST_FUNC by Denys Vlasenko · 6 years ago
  2. 26602b8 wget: print the final newline only for non-tty output by Denys Vlasenko · 6 years ago
  3. fbf5e63 tls: code shrink by Denys Vlasenko · 6 years ago
  4. d496b40 tls: typo fix in comment by Denys Vlasenko · 6 years ago
  5. 25569c3 tls: make local buffers in aesgcm_GHASH() explicitly 32-bit aligned by Denys Vlasenko · 6 years ago
  6. 219c9d4 tls: code shrink by Denys Vlasenko · 6 years ago
  7. ecc9090 tls: simplify aesgcm_GHASH() by Denys Vlasenko · 6 years ago
  8. 5e4236d tls: in AES-CBC code, do not set key for every record - do it once by Denys Vlasenko · 6 years ago
  9. 83e5c62 tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipher by Denys Vlasenko · 6 years ago
  10. 03ad7ae ash: reset tokpushback before prompting while parsing heredoc by Christoph Schulz · 6 years ago
  11. 32511da scripts/trylink: be more clever when deciding that "lib elimination" has finished: by Denys Vlasenko · 6 years ago
  12. 4e46b98 tls: add comment, no code changes by Denys Vlasenko · 6 years ago
  13. af694a4 Ensure build works when KBUILD_OUTPUT is set, closes 11511 by Ron Yorston · 6 years ago
  14. d1b2ae2 busybox: add '--show SCRIPT' option to display scripts by Ron Yorston · 6 years ago
  15. 3778898 Treat custom and applet scripts as applets by Ron Yorston · 6 years ago
  16. e6a63bf ash: ensure variables are fully initialised when unset by Ron Yorston · 6 years ago
  17. 060f0a0 hush: correct description for HUSH_TICK config option by Ron Yorston · 6 years ago
  18. fe836d8 tls: code shrink by Denys Vlasenko · 6 years ago
  19. dbe9568 wget: print "TLS certificate validation not implemented" only once on redirects by Denys Vlasenko · 6 years ago
  20. d5a0405 tls: code shrink by Denys Vlasenko · 6 years ago
  21. de7b5bb tls: tidy up recently added ECDSA code by Denys Vlasenko · 6 years ago
  22. 375fc78 tls: code shrink by Denys Vlasenko · 6 years ago
  23. bddb654 tls: add support for ECDHE-ECDSA-AES-128-CBC-SHA and x25519 curve by Denys Vlasenko · 6 years ago
  24. 8767c12 ash: minor fixes by Ron Yorston · 6 years ago
  25. 084bac4 tls: code shrink by Denys Vlasenko · 6 years ago
  26. 5df3b12 tls: reorder a few more cipher ids by Denys Vlasenko · 6 years ago
  27. b29d045 tls: move TLS_AES_128_GCM_SHA256 definition up by Denys Vlasenko · 6 years ago
  28. 9b0ce4d tls: add more cipher ids, no code changes by Denys Vlasenko · 6 years ago
  29. 9d05ad0 udhcpc: code shrink by Denys Vlasenko · 6 years ago
  30. 97c2a6d remove FAST_FUNC on a static function by Denys Vlasenko · 6 years ago
  31. 43794ff scripts/embedded_scripts: do not add superfluous NUL to script_names[] by Denys Vlasenko · 6 years ago
  32. c339c7f libarchive: add a function to unpack embedded data by Ron Yorston · 6 years ago
  33. 0df289f svlogd: fix pattern matching when using timestamps by Denys Vlasenko · 6 years ago
  34. 0575c99 busybox: show embedded scripts in applet list by Denys Vlasenko · 6 years ago
  35. c9e1612 lineedit: autocompletion for embedded scripts by Ron Yorston · 6 years ago
  36. b0df5af ash: fix thinko in last commit by Denys Vlasenko · 6 years ago
  37. ca82b53 ash: in tryexec(), ensure we don't try to run embedded scripts as applets by Ron Yorston · 6 years ago
  38. 151de44 ash: recognize embedded scripts in SH_STANDALONE mode by Ron Yorston · 6 years ago
  39. aa2959c claenups for previous commit by Denys Vlasenko · 6 years ago
  40. 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 6 years ago
  41. 5527967 vi: remove duplicated code by Ron Yorston · 9 years ago
  42. 656ca7b libbb/u_signal_names.c: don't check errno after bb_strtou by Rasmus Villemoes · 6 years ago
  43. 571e525 libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum() by Rasmus Villemoes · 6 years ago
  44. 93ef5dd printf: fix printf "%u\n" +18446744073709551614 by Denys Vlasenko · 6 years ago
  45. 63d053d ntpd: default to FEATURE_NTP_AUTH=y by Denys Vlasenko · 6 years ago
  46. 9ab5a8d dd: do not have 'ocount' variable if ibs/obs support is not enabled by Denys Vlasenko · 6 years ago
  47. 3f6a978 dd: add 'oflag=seek_bytes' by Rostislav Skudnov · 6 years ago
  48. f3e2838 xargs: fix exit code if command exits nonzero, closes 11381 by Denys Vlasenko · 6 years ago
  49. c8e3922 free: add 'available' memory if provided by the kernel by Guillermo Rodriguez · 6 years ago
  50. 47839ae examples/udhcp/simple.script: add possibility to use modern "ip" by Jiří Prchal · 6 years ago
  51. c05aa6a udhcpc: ensure at least one unicast renew attempt by Denys Vlasenko · 6 years ago
  52. a541314 ntpd: add support for MD5/SHA1 message authentication by Brandon P. Enochs · 6 years ago
  53. 4329116 nbd-client: support newstyle protocol, -b, -d, -p, -N by Denys Vlasenko · 6 years ago
  54. 3db4e7f printf: fix printing +-prefixed numbers by Bernhard Reutner-Fischer · 6 years ago
  55. 7effa31 brctl: use a single buffer for brname and ifname by Bernhard Reutner-Fischer · 7 years ago
  56. 349d72c unzip: use printable_string() for printing filenames by Denys Vlasenko · 6 years ago
  57. 14454b3 ifupdown: support "source-directory" stanza by Brandon Maier · 6 years ago
  58. abfa3ec move storage helpers to libbb.h by Denys Vlasenko · 6 years ago
  59. aae428f udhcpc: give SIGUSR1-induced renew one chance of unicast renew by Denys Vlasenko · 6 years ago
  60. 702d865 .gitignore: add ctags output files by Martin Kaiser · 6 years ago
  61. d1cd3da mdev.txt: explain the meaning of a leading "-" by Martin Kaiser · 6 years ago
  62. 706a9a0 sed: fix double-free in FEATURE_CLEAN_UP code by Denys Vlasenko · 6 years ago
  63. 76832ff date: do not allow "month #20" and such, closes 11356 by Denys Vlasenko · 6 years ago
  64. 6608879 head: convert existing tests to new-style by Thomas De Schampheleire · 6 years ago
  65. e0f6176 head: add test case for negative -n invocation by Thomas De Schampheleire · 6 years ago
  66. 426aff8 init: hopefully fix "rebooting" in containers by Denys Vlasenko · 6 years ago
  67. 1303962 ntpd: more verbose message for "root distance too high" case by Denys Vlasenko · 6 years ago
  68. 05b1806 remove_file: don't call rmdir if remove_file return failure by Chen Yu · 6 years ago
  69. 3d6f95e whois: fix a possible out-of-bounds stack access by Denys Vlasenko · 6 years ago
  70. 8f1ae25 chcon: fix issues with recurse and retval for retained files by sagivd · 6 years ago
  71. 28d91d7 libbb: fix potential NULL pointer use by Denys Vlasenko · 6 years ago
  72. 3060992 libbb: fix use-after-free in copy_file by Denys Vlasenko · 6 years ago
  73. 22a9951 libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file() by Denys Vlasenko · 6 years ago
  74. 0d598ab Revert "libbb: remove unnecessary variable in xmalloc_fgets" by Denys Vlasenko · 6 years ago
  75. 270becc smemcap: keep outputting by ignoring transient processes, take two by Denys Vlasenko · 6 years ago
  76. 9a2621a smemcap: keep outputting by ignoring transient processes by Andre Goddard Rosa · 6 years ago
  77. 9d539f9 sysklogd: add timestamp option to ignore message timestamps by Peter Korsgaard · 6 years ago
  78. 6791140 fix !CONFIG_FLOAT_DURATION build by Denys Vlasenko · 6 years ago
  79. 78a5ef9 ping: use setitimer() instead of ualarm() by Denys Vlasenko · 6 years ago
  80. 3759516 ip: tweak --help text by Denys Vlasenko · 6 years ago
  81. c97df29 hush: tweak comment, no code changes by Denys Vlasenko · 6 years ago
  82. 4bf0854 hush: add a comment on how globbing (should) work by Denys Vlasenko · 6 years ago
  83. eb54ca8 ash: expand: Do not quote backslashes in unquoted parameter expansion by Denys Vlasenko · 6 years ago
  84. 77c1849 hush: adopt ash's quote_in_varexp1.tests by Denys Vlasenko · 6 years ago
  85. 2596f41 ash: exec: Return 126 on most errors in shellexec by Denys Vlasenko · 6 years ago
  86. 1c5eb88 ash: eval: Restore input files in evalcommand by Denys Vlasenko · 6 years ago
  87. 58eb805 ash: parser: Fix parsing of ${} by Denys Vlasenko · 6 years ago
  88. 19358cc ash,hush: fold shell_builtin_read() way-too-many params into a struct param by Denys Vlasenko · 6 years ago
  89. fd6f295 hush: set IFS to default on startup by Denys Vlasenko · 6 years ago
  90. e9dccab hush: fix fallout from FILE->HFILE conversion by Denys Vlasenko · 6 years ago
  91. 440da97 ash: expand: Fix ghost fields with unquoted $@/$* by Denys Vlasenko · 6 years ago
  92. 67dae15 ash: var: Set IFS to fixed value at start time by Denys Vlasenko · 6 years ago
  93. 9abf53b ash: eval: Variable assignments on functions are no longer persistent by Denys Vlasenko · 6 years ago
  94. c2aa218 ash,hush: properly handle ${v//pattern/repl} if pattern starts with / by Denys Vlasenko · 6 years ago
  95. 2005d3f tar: fix a thinko in prev commit - we need to copy to _unused_ fd by Denys Vlasenko · 6 years ago
  96. 037759b tar: handle the case when opened created tarball happens to have fd#0 by Denys Vlasenko · 6 years ago
  97. 45d68c3 tar: make source code a bit more terse, no logic changes by Denys Vlasenko · 6 years ago
  98. 3f2e963 uptime: add -s support by Denys Vlasenko · 6 years ago
  99. 277e00e Complie libbb/duration.c if ping[6] is selected by Denys Vlasenko · 6 years ago
  100. 36d198e ping: implement -i SEC by Denys Vlasenko · 6 years ago