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