hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)
[oweals/busybox.git] / libbb /
2017-07-04 Denys Vlasenkolibbb: new function bb_getgroups() - allocating wrapper...
2017-07-04 Denys VlasenkoChange BB_EXTRA_VERSION: now it needs to contain any...
2017-07-03 Denys Vlasenkofixes for bugs found by make_single_applets.sh
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2017-04-13 Denys Vlasenkolibbb: fix "error: redefinition of 'is_tty_secure'"
2017-04-13 Denys Vlasenkolibbb: make check_password() also return CHECKPASS_PW_H...
2017-04-13 Denys Vlasenkosu: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY
2017-04-13 Kaarle Ritvanenlogin: move check_securetty to libbb
2017-04-12 Kaarle Ritvanenlibbb: GETOPT_RESET macro
2017-04-12 Denys Vlasenkofix errors found with make_single_applets.sh
2017-04-11 Denys Vlasenkolibbb: move isqrt from factor, use it in diff too
2017-04-06 Denys Vlasenkomodprobe: do not descend into /etc/modprobe.d/DIR/...
2017-03-16 Denys Vlasenkomount: create loop devices with LO_FLAGS_AUTOCLEAR...
2017-02-04 Rostislav SkudnovReplace int -> uint to avoid signed integer overflow
2017-02-02 Denys Vlasenkops: avoid -o stat to contain spaces. Closes 9631
2017-01-29 Denys Vlasenkolibbb: match_fstype() is unreadable in the extreme...
2017-01-26 Denys Vlasenkolibbb: spawn_and_wait() fflushes before forking NOEXEC...
2017-01-25 Denys Vlasenkolibbb: shrink sump.c
2017-01-25 Denys Vlasenkoxxd: new applet
2017-01-24 Denys Vlasenkotls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA...
2017-01-15 Denys Vlasenkolibbb: eliminate redundant variable in sha_crypt
2017-01-15 Denys Vlasenkosha512: use larger constant table only if sha512 is...
2017-01-11 Denys Vlasenkolibbb: consolidate the code to set termios unbuffered...
2017-01-11 Denys Vlasenkobusybox: stop depending on FEATURE_AUTOWIDTH for applet...
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2017-01-06 Denys VlasenkoAutomatically disable FEATURE_COMPRESS_USAGE for small...
2017-01-03 Cristian Ionescu... appletlib: avoid warning on unused function ingroup
2016-12-23 Denys VlasenkoMake FEATURE_USERNAME_COMPLETION=y by default
2016-12-23 Denys Vlasenkofix breakage found by mass one-applet builds
2016-12-12 Denys Vlasenkodf: implement -B n<suff> and -B <suff> formats of ...
2016-12-10 Denys Vlasenkorandomconfig fixes
2016-12-09 Mike Frysingerselinux: drop deprecated headers
2016-12-08 Denys Vlasenkorandomconfig fixes
2016-12-04 Denys Vlasenkofix musl problem with dirname, now for all users of...
2016-11-28 Denys VlasenkoDo not print useless empty line after list of applets
2016-11-28 Denys Vlasenkolineedit: simplify code a bit
2016-11-27 Denys Vlasenkolineedit: fix two bugs in SIGWINCH signal handling
2016-11-25 Denys Vlasenkoash,hush: make ^C in interactive mode visually much...
2016-11-24 Denys VlasenkoMove FEATURE_BUFFERS_USE_foo options to library tuning
2016-11-24 Denys VlasenkoMove locale, unicode, and "use sendfile?" options to...
2016-11-24 Rostislav Skudnovlineedit: fix handling of repeating Alt-b, Alt-f, Alt...
2016-11-18 Denys VlasenkoFix allnoconfig warnings
2016-11-04 Denys Vlasenkocomment and readme updates
2016-11-03 Denys Vlasenkosu: expand help; simplify passing of -c CMD to run_shell()
2016-10-31 Denys Vlasenkoman: make width selection more thorough; explain how...
2016-10-23 Denys Vlasenkolineedit: fix completion with applet names. closes...
2016-10-03 Denys Vlasenkohush: add commented-out debug printouts in "memleak...
2016-09-26 Denys Vlasenkolibbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE
2016-09-26 Denys Vlasenkolibbb/speed_table.c: expand comments
2016-09-26 Denys Vlasenkotypo fix in comment
2016-09-24 Denys Vlasenkolibbb: handle \S in /etc/issue
2016-09-15 Denys Vlasenkolibbb:/send_to_from: do not require that "to" should...
2016-09-05 Denys Vlasenkolibbb/xwrite: print errno on "short write" errors
2016-09-01 Denys Vlasenkolibbb/speed_table.c: survive B115200 and B230400 not...
2016-08-29 Denys Vlasenkosha3: fix to conform to final SHA3 padding standard...
2016-08-26 Denys Vlasenkohexdump: fix numerous bugs in handling of backslashes
2016-08-19 Denys Vlasenkohush: fix a bug in FEATURE_SH_STANDALONE=y config....
2016-08-14 Natanael Copalineedit: trivial codeshrink for vi-mode
2016-08-13 Denys Vlasenkocp: fix -i for POSIX mode. Closes 9106
2016-07-22 Denys Vlasenkoconfig: disentangle PREFER_APPLETS from SH_STANDALONE...
2016-07-14 Denys Vlasenkocp: make verbose cp show symlink copies too
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-07-05 Denys Vlasenkobuild system: fix a few warnings for allnoconfig build
2016-07-05 Ron Yorstonlibbb: suppress warning about run_applet_and_exit
2016-06-19 Denys Vlasenkorandomconfig fixes 2
2016-06-19 Ron Yorstonlibbb: move common code into run_applet_and_exit
2016-06-18 Ron YorstonAllow "busybox <applet>" to work when busybox is disabled
2016-05-31 Natanael Copalibbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Close...
2016-05-31 Denys VlasenkoMake busybox an optional applet
2016-05-26 Denys Vlasenkocp: add -u/--update and --remove-destination
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2016-04-21 Denys Vlasenkolibbb: constify *bb_common_bufsiz1 (if it is compiled...
2016-04-21 Denys Vlasenkolibbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer...
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-04-15 Ron YorstonRewrite iteration through applet names to save a few...
2016-04-03 Ron Yorstonfind_applet_by_name: loop index should be signed
2016-04-03 Denys Vlasenkowhitespace and namespace cleanups
2016-04-03 Sven Eisenbergubirmvol: Implement -N switch for ubirmvol
2016-04-03 Denys Vlasenkolibbb: speed up error_msg functions
2016-04-03 Denys Vlasenkomain(): add a TODO about finding a use for _end[] area
2016-04-02 Denys Vlasenkotypo fix
2016-04-02 Denys Vlasenkofind_applet_by_name: add an example of faster linear...
2016-04-02 Denys Vlasenkonsenter,unshare: share common code; fix a bug of not...
2016-04-01 Denys Vlasenkolibbb: two new functions: wait_for_exitstatus(pid)...
2016-03-30 Denys Vlasenkoudhcp: get rid of bb_info_msg()
2016-03-29 Ron Yorstonapplet_tables: save space by removing applet name offsets
2015-12-18 Pascal Bachchpasswd: support -c argument and respect DEFAULT_PASSW...
2015-12-17 Chris RenshawResolve linker issues with Android API 21 (dprintf...
2015-10-30 Denys Vlasenkolineedit: FEATURE_REVERSE_SEARCH should not depend...
2015-10-30 Ron Yorstonlineedit: search applets as well as PATH for tab completion
2015-10-30 Ron Yorstonbusybox: alter help message in standalone shell mode
2015-10-25 Denys Vlasenkotweak defconfig
2015-10-24 Denys Vlasenkopmap: fix bogus {no such process} comm field text
2015-10-23 Denys Vlasenkotidy up strtok use
2015-10-23 Denys Vlasenkowget: if stderr is not a tty, progress bar shouldn...
2015-10-22 Denys Vlasenkolibbb: factor out code which queries screen width
2015-10-22 Denys Vlasenkoremove systemd support
2015-10-19 Denys Vlasenkolibbb: get_uidgid() always called with allow_numeric=1
2015-10-15 Denys Vlasenkodu: extra compat: with -k and -m, round sizes up
2015-10-14 Denys Vlasenkolibiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
next