aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* lineedit: improvements to tab completionRon Yorston2018-12-082-10/+22
* win32: rework adding of extensions to filenamesRon Yorston2018-12-061-21/+11
* Merge branch 'busybox' into mergeRon Yorston2018-12-052-7/+19
|\
| * libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" tooDenys Vlasenko2018-11-291-6/+4
| * libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko2018-11-291-2/+10
| * cat,nl: fix handling of open errorsDenys Vlasenko2018-11-291-2/+8
* | Merge branch 'busybox' into mergeRon Yorston2018-11-284-65/+152
|\|
| * 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
* | libbb: add missing define that breaks non-default buildsRon Yorston2018-10-261-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-10-084-3/+22
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2018-09-105-3/+86
|\|
| * 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
* | Merge branch 'busybox'Ron Yorston2018-07-259-10/+72
|\|
| * 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
* | win32: reinstate code in read_line_input to handle non-ttysRon Yorston2018-05-251-4/+5
* | Update copyright dateRon Yorston2018-05-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-05-132-4/+21
|\|
| * libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko2018-04-171-0/+12