aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-11-27hush: allow hush to run embedded scriptsRon Yorston
2018-11-27Tweaks to build process for embedded scriptsRon Yorston
2018-11-25tls: code shrinkDenys Vlasenko
2018-11-23wget: print the final newline only for non-tty outputDenys Vlasenko
2018-11-23tls: code shrinkDenys Vlasenko
2018-11-23tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipherDenys Vlasenko
2018-11-17Treat custom and applet scripts as appletsRon Yorston
2018-11-02libarchive: add a function to unpack embedded dataRon Yorston
2018-11-01ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston
2018-11-01ash: allow shell scripts to be embedded in the binaryDenys Vlasenko
2018-09-30unzip: use printable_string() for printing filenamesDenys Vlasenko
2018-09-28move storage helpers to libbb.hDenys Vlasenko
2018-08-03extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko
2018-07-13cp: optional --reflink supportDenys Vlasenko
2018-06-26randomconfig fixesDenys Vlasenko
2018-05-24realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko
2018-05-22tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk
2018-04-17libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko
2018-04-16less: fix fallout from "use common routine to set raw termios"Denys Vlasenko
2018-04-15ar: stop using static dataDenys Vlasenko
2018-04-08bzip2: fix two crashes on corrupted archivesDenys Vlasenko
2018-04-08libbb.h: always include sys/resource.hDenys Vlasenko
2018-04-07libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko
2018-04-07xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko
2018-04-07libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko
2018-04-01libbb: new function bb_die_memory_exhaustedDenys Vlasenko
2018-04-01sed: prevent overflow of length from bb_get_chunk_from_fileQuentin Rameau
2018-03-05networking/interface.c: get rid of global "smallint interface_opt_a"Denys Vlasenko
2018-02-21libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko
2018-02-20tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko
2018-02-13progress meter: add disabled code for a more stable ETADenys Vlasenko
2018-02-11libbb: introduce and use bb_getsockname()Denys Vlasenko
2018-02-06wget: add EPSV supportDenys Vlasenko
2018-02-06wget: initial support for ftps://Denys Vlasenko
2018-02-01libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko
2018-02-01cp: implement -TAaro Koskinen
2018-02-01libarchive: move bbunpack constants to bb_archive.hDenys Vlasenko
2018-02-01lzop: code shrinkDenys Vlasenko
2018-01-12which: fix TODO with NOFORK+malloc_failure misbehavingDenys Vlasenko
2017-09-29use %m printf specifier where appropriateDenys Vlasenko
2017-09-15less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko
2017-08-29hush: GETOPT_RESET() _after_ getopts too.Denys Vlasenko
2017-08-21run-init: new appletDenys Vlasenko
2017-08-21libbb: move capability names code to libbbDenys Vlasenko
2017-08-10Hopefully fix "will break strict-aliasing rules" warning for get_le32Denys Vlasenko
2017-08-10libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko
2017-08-10rpm2cpio: handle LZMA compressed rpms. closes 10166Denys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-07noexec: consolidate codeDenys Vlasenko