1. a3de0b3 libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD by Denys Vlasenko · 8 years ago
  2. 335681c su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY by Denys Vlasenko · 8 years ago
  3. 517a82c login: move check_securetty to libbb by Kaarle Ritvanen · 9 years ago
  4. 352ddd3 Tweak GETOPT_RESET comment by Denys Vlasenko · 8 years ago
  5. 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
  6. d9eb40c fix errors found with make_single_applets.sh by Denys Vlasenko · 8 years ago
  7. 8a134ec libbb: move isqrt from factor, use it in diff too by Denys Vlasenko · 8 years ago
  8. d88f94a nl: new applet; also implement cat -nb (similar functionality to nl) by Denys Vlasenko · 8 years ago
  9. ab518ee mount: create loop devices with LO_FLAGS_AUTOCLEAR flag by Denys Vlasenko · 8 years ago
  10. 35b54a3 libbb: match_fstype() is unreadable in the extreme, fixing it by Denys Vlasenko · 8 years ago
  11. 9967c99 libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode by Denys Vlasenko · 8 years ago
  12. 89193f9 tls: can download kernels now :) by Denys Vlasenko · 8 years ago
  13. 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
  14. 9a647c3 separate TLS code into a library, use in in wget by Denys Vlasenko · 8 years ago
  15. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  16. e184a88 df: implement -B n<suff> and -B <suff> formats of -B option by Denys Vlasenko · 8 years ago
  17. 4f13a70 suppress glibc "use sysmacros.h for major" warning by Denys Vlasenko · 8 years ago
  18. c6f3524 selinux: drop deprecated headers by Mike Frysinger · 8 years ago
  19. 548620c randomconfig fixes by Denys Vlasenko · 8 years ago
  20. 2e4ef38 lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace by Rostislav Skudnov · 8 years ago
  21. 79e2598 su: expand help; simplify passing of -c CMD to run_shell() by Denys Vlasenko · 8 years ago
  22. 0ae0509 libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL) by Denys Vlasenko · 8 years ago
  23. 71a090f sha3: fix to conform to final SHA3 padding standard, add -a BITS option by Denys Vlasenko · 8 years ago
  24. aa3576a hush: fix "redirects can close script fd" bug by Denys Vlasenko · 8 years ago
  25. ce824ae libbb: move common code into run_applet_and_exit by Ron Yorston · 9 years ago
  26. 877dedb cp: add -u/--update and --remove-destination by Denys Vlasenko · 9 years ago
  27. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  28. 6aab992 whitespace and namespace cleanups by Denys Vlasenko · 9 years ago
  29. b068cf2 ubirmvol: Implement -N switch for ubirmvol by Sven Eisenberg · 9 years ago
  30. 8220399 nsenter,unshare: share common code; fix a bug of not closing all fds by Denys Vlasenko · 9 years ago
  31. c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
  32. 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
  33. dbb58a3 fixes for problems found by bionic build by Denys Vlasenko · 9 years ago
  34. 40eea69 Fix compiling with musl's utmp stubs by Kylie McClain · 9 years ago
  35. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  36. accd9ee remove systemd support by Denys Vlasenko · 9 years ago
  37. 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
  38. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  39. ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
  40. e52da55 libbb: auto_string() for efficient handling of temporary malloced stirngs by Denys Vlasenko · 9 years ago
  41. 550bf5b remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds by Denys Vlasenko · 9 years ago
  42. 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
  43. 7448b51 libbb: add is_suffixed_with() function by Bartosz Golaszewski · 9 years ago
  44. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  45. d077565 unit-tests: remove unnecesary field from struct bbunit_listelem by Bartosz Golaszewski · 9 years ago
  46. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  47. 7d86384 include: Fallback to UTMP unless there is UTMPX support by Bernhard Reutner-Fischer · 10 years ago
  48. 61d6ae2 libbb: remove unnecessary argument to nonblock_immune_read by Ron Yorston · 10 years ago
  49. 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
  50. 911db16 truncate: new applet by Ari Sundholm · 10 years ago
  51. 8893023 dd: move suffix struct to xatonum.c by Ari Sundholm · 10 years ago
  52. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  53. da92126 libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS by Denys Vlasenko · 10 years ago
  54. a6588fa Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS by Peter Kümmel · 10 years ago
  55. b4c11c1 libarchive: add capability to unpack to mem.buffer by Denys Vlasenko · 10 years ago
  56. 04c1417 libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ by Denys Vlasenko · 10 years ago
  57. d3fabf8 zcip: Add environment variable for overriding log functionality by Michel Stam · 10 years ago
  58. d6e7672 less: move "retry-on-EAGAIN" logic closer to read ops by Denys Vlasenko · 10 years ago
  59. feac9b6 ftpd: add optional support for authentication by Morten Kvistgaard · 10 years ago
  60. bf0f2c7 Rename INIT_LAST to INIT_FUNC to avoid confusion by Bartosz Golaszewski · 10 years ago
  61. 3ed81cf unit-tests: implement the unit-testing framework by Bartosz Golaszewski · 10 years ago
  62. 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
  63. f92f1d0 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit by Denys Vlasenko · 10 years ago
  64. 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
  65. e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
  66. 3dfe0ae libbb: make syslog level for bb_error_msg's configurable. use it in crond by Denys Vlasenko · 11 years ago
  67. 6f06890 xargs: add support for -I and -i. Closes 493 by Denys Vlasenko · 11 years ago
  68. 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
  69. 8b59b2c libbb: move nuke_str() from passwd into libbb by Denys Vlasenko · 11 years ago
  70. 9c1c605 sulogin: use common password-checking routine. by Denys Vlasenko · 11 years ago
  71. af4f0e4 libbb: use <poll.h> instead of <sys/poll.h> by Thomas Petazzoni · 11 years ago
  72. 840ef17 wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) by Guilherme Maciel Ferreira · 11 years ago
  73. 5906a5c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions by Ryan Mallon · 11 years ago
  74. a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
  75. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  76. bfa6ed1 catv: code shrink by Denys Vlasenko · 11 years ago
  77. 79c618c Refactor catv. Move visible() from stty to libbb. by Bartosz Golaszewski · 11 years ago
  78. c19be75 networking: code shrink by Bartosz Golaszewski · 11 years ago
  79. c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
  80. 59f4667 Move create_icmp[6]_socket to its only user, and simplify it by Denys Vlasenko · 11 years ago
  81. 4928e9f losetup: assorted fixes. Closes 6314 by Denys Vlasenko · 11 years ago
  82. d96ffda ash,hush: history builtin by Flemming Madsen · 12 years ago
  83. 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
  84. 1961aea move endofname() to libbb by Denys Vlasenko · 12 years ago
  85. 2cfcc9e sha3: code shrink by Denys Vlasenko · 12 years ago
  86. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  87. b8173b6 sha3sum: new applet by Lauri Kasanen · 12 years ago
  88. fd77ea5 mark get_shell_name FAST_FUNC by Denys Vlasenko · 12 years ago
  89. d3a4239 *: declare strings with ALIGN1, as appropriate by Aurelien Jarno · 12 years ago
  90. 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago
  91. 02112d8 unzip: ignore chmod errors by Natanael Copa · 13 years ago
  92. 576b1d3 sendmail: use host rather than NIS domain name for HELO by Ron Yorston · 13 years ago
  93. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  94. 5965507 preparatory cleanups for seamless uncompression improvements by Denys Vlasenko · 13 years ago
  95. 9106107 Make unix (local) sockets work without IPv6 enabled by Jonh Wendell · 13 years ago
  96. 499597d mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 by Denys Vlasenko · 13 years ago
  97. 3e0c428 Move include <shadow.h> close to pwd.h and grp.h includes by Denys Vlasenko · 13 years ago
  98. a76dd50 Move Adroid endgrent() and endpwent() NOPS to libbb.h by Denys Vlasenko · 13 years ago
  99. f282c6b libbb: remove is_directory's argument which is always NULL by Denys Vlasenko · 13 years ago
  100. d2277e2 nommu: fix cases where we mangle argv[0][0] by Denys Vlasenko · 13 years ago