aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2017-08-07noexec: set comm field for noexecsDenys Vlasenko
2017-08-05sysctl: recognize ";comment" and "<whitespace>#comment" linesDenys Vlasenko
2017-08-05libbb: make trim() return pointer to terminating NULDenys Vlasenko
2017-08-04libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko
2017-08-04getopt32: factor out code to treat all args as optionsDenys Vlasenko
2017-08-02line editing: make read_line_input() not take timeout paramDenys Vlasenko
2017-07-29libbb: remove vdprintfRon Yorston
2017-07-28ash: support platforms that don't have '%m' printf specifierRon Yorston
2017-07-28ash: less hackish implementation of evaltreenr()Denys Vlasenko
2017-07-24tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko
2017-07-22zcip: fix slow environment leakDenys Vlasenko
2017-07-15Move get_unaligned_le32() macros to platform.hDenys Vlasenko
2017-07-07main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko
2017-07-04libbb: new function bb_getgroups() - allocating wrapper around getgroups()Denys Vlasenko