aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2018-11-17Treat custom and applet scripts as appletsRon Yorston
2018-11-02libarchive: add a function to unpack embedded dataRon Yorston
2018-11-01busybox: show embedded scripts in applet listDenys Vlasenko
2018-11-01lineedit: autocompletion for embedded scriptsRon Yorston
2018-11-01ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston
2018-11-01claenups for previous commitDenys Vlasenko
2018-11-01ash: allow shell scripts to be embedded in the binaryDenys Vlasenko
2018-10-31libbb/u_signal_names.c: don't check errno after bb_strtouRasmus Villemoes
2018-10-31libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum()Rasmus Villemoes
2018-10-30printf: fix printf "%u\n" +18446744073709551614Denys Vlasenko
2018-10-19printf: fix printing +-prefixed numbersBernhard Reutner-Fischer
2018-09-30unzip: use printable_string() for printing filenamesDenys Vlasenko
2018-09-23date: do not allow "month #20" and such, closes 11356Denys Vlasenko
2018-09-09remove_file: don't call rmdir if remove_file return failureChen Yu
2018-09-03libbb: fix potential NULL pointer useDenys Vlasenko
2018-09-03libbb: fix use-after-free in copy_fileDenys Vlasenko
2018-09-02libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file()Denys Vlasenko
2018-09-02Revert "libbb: remove unnecessary variable in xmalloc_fgets"Denys Vlasenko
2018-08-26fix !CONFIG_FLOAT_DURATION buildDenys Vlasenko
2018-08-03Complie libbb/duration.c if ping[6] is selectedDenys Vlasenko
2018-08-03extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko
2018-07-24hush: fix nested redirects colliding with script fdsDenys Vlasenko
2018-07-17whitespace fixesDenys Vlasenko
2018-07-13cp: optional --reflink supportDenys Vlasenko
2018-07-09usage: do not print trailing space for commands which have no argumentsDenys Vlasenko
2018-07-03hexdump: fix short file of zero butes treated as dupDenys Vlasenko
2018-06-28testsuite/mount.tests: fix false positiveDenys Vlasenko
2018-06-27libbb: crypt() in newer glibc requires include <crypt.h>Denys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-05-26whitespace fixDenys Vlasenko
2018-05-24realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko
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-08bzip2: fix two crashes on corrupted archivesDenys 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-07telnet: move winsize detection closer to I/O loop, delete non-functioning deb...Denys Vlasenko
2018-04-06placate gcc-8.0.1 warningsDenys Vlasenko
2018-04-06hush: fix "unset PS1/PS2", and put them into initial variable setDenys 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-04-01libbb: remove unnecessary variable in xmalloc_fgetsQuentin Rameau
2018-03-28libbb: use BUILD_BUG_ON in utoa_to_buf()Denys Vlasenko
2018-03-04make busybox more portableSean MacLennan
2018-02-27libbb: Use return value from is_prefixed_with()Andy Shevchenko
2018-02-25lineedit: allow window size tracking to be disabledRon Yorston
2018-02-21libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko
2018-02-13progress meter: add disabled code for a more stable ETADenys Vlasenko
2018-02-11libbb: introduce and use bb_getsockname()Denys Vlasenko