1. c100535 cat,nl: fix handling of open errors by Denys Vlasenko · 6 years ago
  2. 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
  3. eb53d01 tls: code shrink by Denys Vlasenko · 6 years ago
  4. 26602b8 wget: print the final newline only for non-tty output by Denys Vlasenko · 6 years ago
  5. 83e5c62 tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipher by Denys Vlasenko · 6 years ago
  6. 3778898 Treat custom and applet scripts as applets by Ron Yorston · 6 years ago
  7. 151de44 ash: recognize embedded scripts in SH_STANDALONE mode by Ron Yorston · 6 years ago
  8. 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 6 years ago
  9. 349d72c unzip: use printable_string() for printing filenames by Denys Vlasenko · 6 years ago
  10. abfa3ec move storage helpers to libbb.h by Denys Vlasenko · 6 years ago
  11. 4c20d9f extend fractional duration support to "top -d N.N" and "timeout" by Denys Vlasenko · 6 years ago
  12. 79fb6ac cp: optional --reflink support by Denys Vlasenko · 6 years ago
  13. 7471621 realpath,readlink -f: coreutils compat, closes 11021 by Denys Vlasenko · 7 years ago
  14. 2aeb201 libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided by Denys Vlasenko · 7 years ago
  15. 058a153 less: fix fallout from "use common routine to set raw termios" by Denys Vlasenko · 7 years ago
  16. 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
  17. 17058a0 libbb: switch bb_ask_noecho() to "mallocing" string return API by Denys Vlasenko · 7 years ago
  18. bae8fc4 xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy by Denys Vlasenko · 7 years ago
  19. 77cb6b9 libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation by Denys Vlasenko · 7 years ago
  20. 899ae53 libbb: new function bb_die_memory_exhausted by Denys Vlasenko · 7 years ago
  21. e2afae6 sed: prevent overflow of length from bb_get_chunk_from_file by Quentin Rameau · 7 years ago
  22. 82ec894 networking/interface.c: get rid of global "smallint interface_opt_a" by Denys Vlasenko · 7 years ago
  23. 2af5e3f libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT by Denys Vlasenko · 7 years ago
  24. edccc98 progress meter: add disabled code for a more stable ETA by Denys Vlasenko · 7 years ago
  25. ba3b9db libbb: introduce and use bb_getsockname() by Denys Vlasenko · 7 years ago
  26. 1783ffa wget: add EPSV support by Denys Vlasenko · 7 years ago
  27. 403f299 wget: initial support for ftps:// by Denys Vlasenko · 7 years ago
  28. ddacb03 libbb: commonalize a bit of little-endian CRC32 table generation code by Denys Vlasenko · 7 years ago
  29. d15d7a0 cp: implement -T by Aaro Koskinen · 7 years ago
  30. cca7c61 which: fix TODO with NOFORK+malloc_failure misbehaving by Denys Vlasenko · 7 years ago
  31. 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
  32. aaaaaa5 less,microcom,lineedit: use common routine to set raw termios by Denys Vlasenko · 7 years ago
  33. 6016181 hush: GETOPT_RESET() _after_ getopts too. by Denys Vlasenko · 7 years ago
  34. 200bcc8 run-init: new applet by Denys Vlasenko · 7 years ago
  35. 44b3f2f libbb: move capability names code to libbb by Denys Vlasenko · 7 years ago
  36. 0cf64c8 rpm2cpio: handle LZMA compressed rpms. closes 10166 by Denys Vlasenko · 7 years ago
  37. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  38. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  39. 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
  40. f2cf1cc noexec: set comm field for noexecs by Denys Vlasenko · 7 years ago
  41. 50db1f2 sysctl: recognize ";comment" and "<whitespace>#comment" lines by Denys Vlasenko · 7 years ago
  42. 20077c1 libbb: make trim() return pointer to terminating NUL by Denys Vlasenko · 7 years ago
  43. b182e9a libbb: use _exit, not exit, in bb_daemonize_or_rexec() by Denys Vlasenko · 7 years ago
  44. 727948e getopt32: factor out code to treat all args as options by Denys Vlasenko · 7 years ago
  45. 84ea60e line editing: make read_line_input() not take timeout param by Denys Vlasenko · 7 years ago
  46. 008fc94 libbb: remove vdprintf by Ron Yorston · 7 years ago
  47. e4f6bfd zcip: fix slow environment leak by Denys Vlasenko · 7 years ago
  48. 69a5ec9 main: fix the case where user has "halt" as login shell. Closes 9986 by Denys Vlasenko · 7 years ago
  49. a8cf9c5 libbb: new function bb_getgroups() - allocating wrapper around getgroups() by Denys Vlasenko · 7 years ago
  50. d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
  51. a3de0b3 libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD by Denys Vlasenko · 8 years ago
  52. 335681c su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY by Denys Vlasenko · 8 years ago
  53. 517a82c login: move check_securetty to libbb by Kaarle Ritvanen · 9 years ago
  54. 352ddd3 Tweak GETOPT_RESET comment by Denys Vlasenko · 8 years ago
  55. 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
  56. d9eb40c fix errors found with make_single_applets.sh by Denys Vlasenko · 8 years ago
  57. 8a134ec libbb: move isqrt from factor, use it in diff too by Denys Vlasenko · 8 years ago
  58. d88f94a nl: new applet; also implement cat -nb (similar functionality to nl) by Denys Vlasenko · 8 years ago
  59. ab518ee mount: create loop devices with LO_FLAGS_AUTOCLEAR flag by Denys Vlasenko · 8 years ago
  60. 35b54a3 libbb: match_fstype() is unreadable in the extreme, fixing it by Denys Vlasenko · 8 years ago
  61. 9967c99 libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode by Denys Vlasenko · 8 years ago
  62. 89193f9 tls: can download kernels now :) by Denys Vlasenko · 8 years ago
  63. 49ecee0 tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work by Denys Vlasenko · 8 years ago
  64. 9a647c3 separate TLS code into a library, use in in wget by Denys Vlasenko · 8 years ago
  65. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  66. e184a88 df: implement -B n<suff> and -B <suff> formats of -B option by Denys Vlasenko · 8 years ago
  67. 4f13a70 suppress glibc "use sysmacros.h for major" warning by Denys Vlasenko · 8 years ago
  68. c6f3524 selinux: drop deprecated headers by Mike Frysinger · 8 years ago
  69. 548620c randomconfig fixes by Denys Vlasenko · 8 years ago
  70. 2e4ef38 lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace by Rostislav Skudnov · 8 years ago
  71. 79e2598 su: expand help; simplify passing of -c CMD to run_shell() by Denys Vlasenko · 8 years ago
  72. 0ae0509 libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL) by Denys Vlasenko · 8 years ago
  73. 71a090f sha3: fix to conform to final SHA3 padding standard, add -a BITS option by Denys Vlasenko · 8 years ago
  74. aa3576a hush: fix "redirects can close script fd" bug by Denys Vlasenko · 8 years ago
  75. ce824ae libbb: move common code into run_applet_and_exit by Ron Yorston · 9 years ago
  76. 877dedb cp: add -u/--update and --remove-destination by Denys Vlasenko · 9 years ago
  77. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  78. 6aab992 whitespace and namespace cleanups by Denys Vlasenko · 9 years ago
  79. b068cf2 ubirmvol: Implement -N switch for ubirmvol by Sven Eisenberg · 9 years ago
  80. 8220399 nsenter,unshare: share common code; fix a bug of not closing all fds by Denys Vlasenko · 9 years ago
  81. c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
  82. 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
  83. dbb58a3 fixes for problems found by bionic build by Denys Vlasenko · 9 years ago
  84. 40eea69 Fix compiling with musl's utmp stubs by Kylie McClain · 9 years ago
  85. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  86. accd9ee remove systemd support by Denys Vlasenko · 9 years ago
  87. 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
  88. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  89. ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
  90. e52da55 libbb: auto_string() for efficient handling of temporary malloced stirngs by Denys Vlasenko · 9 years ago
  91. 550bf5b remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds by Denys Vlasenko · 9 years ago
  92. 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
  93. 7448b51 libbb: add is_suffixed_with() function by Bartosz Golaszewski · 9 years ago
  94. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  95. d077565 unit-tests: remove unnecesary field from struct bbunit_listelem by Bartosz Golaszewski · 9 years ago
  96. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  97. 7d86384 include: Fallback to UTMP unless there is UTMPX support by Bernhard Reutner-Fischer · 10 years ago
  98. 61d6ae2 libbb: remove unnecessary argument to nonblock_immune_read by Ron Yorston · 10 years ago
  99. 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
  100. 911db16 truncate: new applet by Ari Sundholm · 10 years ago