aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* cat,nl: fix handling of open errorsDenys Vlasenko2018-11-291-2/+8
* hush: allow hush to run embedded scriptsRon Yorston2018-11-271-1/+7
* libbb: add comment on sha384Denys Vlasenko2018-11-261-0/+5
* wget: print the final newline only for non-tty outputDenys Vlasenko2018-11-231-2/+3
* busybox: add '--show SCRIPT' option to display scriptsRon Yorston2018-11-181-38/+54
* Treat custom and applet scripts as appletsRon Yorston2018-11-172-56/+36
* libarchive: add a function to unpack embedded dataRon Yorston2018-11-021-66/+15
* busybox: show embedded scripts in applet listDenys Vlasenko2018-11-011-15/+21
* lineedit: autocompletion for embedded scriptsRon Yorston2018-11-011-4/+10
* ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston2018-11-011-4/+4
* claenups for previous commitDenys Vlasenko2018-11-011-20/+16
* ash: allow shell scripts to be embedded in the binaryDenys Vlasenko2018-11-012-1/+88
* libbb/u_signal_names.c: don't check errno after bb_strtouRasmus Villemoes2018-10-311-3/+7
* libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum()Rasmus Villemoes2018-10-311-23/+53
* printf: fix printf "%u\n" +18446744073709551614Denys Vlasenko2018-10-301-1/+1
* printf: fix printing +-prefixed numbersBernhard Reutner-Fischer2018-10-191-1/+1
* unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-303-3/+8
* date: do not allow "month #20" and such, closes 11356Denys Vlasenko2018-09-231-0/+14
* remove_file: don't call rmdir if remove_file return failureChen Yu2018-09-091-1/+1
* libbb: fix potential NULL pointer useDenys Vlasenko2018-09-031-0/+2
* libbb: fix use-after-free in copy_fileDenys Vlasenko2018-09-031-1/+2
* libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file()Denys Vlasenko2018-09-021-1/+1
* Revert "libbb: remove unnecessary variable in xmalloc_fgets"Denys Vlasenko2018-09-021-1/+3
* fix !CONFIG_FLOAT_DURATION buildDenys Vlasenko2018-08-261-1/+1
* Complie libbb/duration.c if ping[6] is selectedDenys Vlasenko2018-08-031-0/+2
* extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-031-0/+76
* hush: fix nested redirects colliding with script fdsDenys Vlasenko2018-07-241-0/+1
* whitespace fixesDenys Vlasenko2018-07-172-2/+2
* cp: optional --reflink supportDenys Vlasenko2018-07-131-0/+19
* usage: do not print trailing space for commands which have no argumentsDenys Vlasenko2018-07-091-2/+5
* hexdump: fix short file of zero butes treated as dupDenys Vlasenko2018-07-031-5/+9
* testsuite/mount.tests: fix false positiveDenys Vlasenko2018-06-281-0/+4
* libbb: crypt() in newer glibc requires include <crypt.h>Denys Vlasenko2018-06-271-0/+1
* restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* whitespace fixDenys Vlasenko2018-05-261-1/+1
* realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko2018-05-241-0/+30
* libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko2018-04-171-0/+12
* less: fix fallout from "use common routine to set raw termios"Denys Vlasenko2018-04-161-4/+9
* bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-5/+12
* libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko2018-04-071-14/+31
* xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-072-6/+13
* libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-075-10/+10
* telnet: move winsize detection closer to I/O loop, delete non-functioning deb...Denys Vlasenko2018-04-071-11/+1
* placate gcc-8.0.1 warningsDenys Vlasenko2018-04-061-3/+3
* hush: fix "unset PS1/PS2", and put them into initial variable setDenys Vlasenko2018-04-061-1/+2
* libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-013-7/+12
* sed: prevent overflow of length from bb_get_chunk_from_fileQuentin Rameau2018-04-011-4/+7
* libbb: remove unnecessary variable in xmalloc_fgetsQuentin Rameau2018-04-011-3/+1
* libbb: use BUILD_BUG_ON in utoa_to_buf()Denys Vlasenko2018-03-281-4/+3
* make busybox more portableSean MacLennan2018-03-042-11/+9