aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipherDenys Vlasenko2018-11-231-0/+17
* Treat custom and applet scripts as appletsRon Yorston2018-11-172-1/+22
* libarchive: add a function to unpack embedded dataRon Yorston2018-11-021-6/+1
* ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston2018-11-011-1/+1
* ash: allow shell scripts to be embedded in the binaryDenys Vlasenko2018-11-012-0/+9
* unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-1/+2
* move storage helpers to libbb.hDenys Vlasenko2018-09-281-0/+17
* extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-031-0/+8
* cp: optional --reflink supportDenys Vlasenko2018-07-131-0/+3
* randomconfig fixesDenys Vlasenko2018-06-261-2/+2
* realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko2018-05-241-0/+1
* tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk2018-05-221-5/+6
* libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko2018-04-171-0/+5
* less: fix fallout from "use common routine to set raw termios"Denys Vlasenko2018-04-161-3/+5
* ar: stop using static dataDenys Vlasenko2018-04-151-0/+4
* bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-1/+1
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-0/+1
* libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko2018-04-071-3/+4
* xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-071-0/+1
* libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-4/+4
* libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-011-14/+15
* sed: prevent overflow of length from bb_get_chunk_from_fileQuentin Rameau2018-04-011-1/+1
* networking/interface.c: get rid of global "smallint interface_opt_a"Denys Vlasenko2018-03-051-1/+1
* libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko2018-02-211-3/+2
* tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko2018-02-201-9/+14
* progress meter: add disabled code for a more stable ETADenys Vlasenko2018-02-131-0/+1
* libbb: introduce and use bb_getsockname()Denys Vlasenko2018-02-111-0/+1
* wget: add EPSV supportDenys Vlasenko2018-02-061-0/+1
* wget: initial support for ftps://Denys Vlasenko2018-02-061-1/+2
* libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko2018-02-011-0/+2
* cp: implement -TAaro Koskinen2018-02-011-3/+4
* libarchive: move bbunpack constants to bb_archive.hDenys Vlasenko2018-02-011-0/+15
* lzop: code shrinkDenys Vlasenko2018-02-011-4/+2
* which: fix TODO with NOFORK+malloc_failure misbehavingDenys Vlasenko2018-01-121-3/+9
* use %m printf specifier where appropriateDenys Vlasenko2017-09-291-0/+11
* less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko2017-09-151-0/+1
* hush: GETOPT_RESET() _after_ getopts too.Denys Vlasenko2017-08-291-1/+1
* run-init: new appletDenys Vlasenko2017-08-211-0/+9
* libbb: move capability names code to libbbDenys Vlasenko2017-08-211-0/+6
* Hopefully fix "will break strict-aliasing rules" warning for get_le32Denys Vlasenko2017-08-101-0/+5
* libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko2017-08-101-3/+1
* rpm2cpio: handle LZMA compressed rpms. closes 10166Denys Vlasenko2017-08-101-1/+3
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+0
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-10/+15
* noexec: consolidate codeDenys Vlasenko2017-08-071-2/+3
* noexec: set comm field for noexecsDenys Vlasenko2017-08-071-0/+5
* sysctl: recognize ";comment" and "<whitespace>#comment" linesDenys Vlasenko2017-08-051-0/+5
* libbb: make trim() return pointer to terminating NULDenys Vlasenko2017-08-051-1/+1
* libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko2017-08-041-0/+1
* getopt32: factor out code to treat all args as optionsDenys Vlasenko2017-08-041-1/+3