aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: implement umask(2)Ron Yorston2019-01-071-0/+9
* iconv: import from win-iconvRon Yorston2019-01-061-1/+1
* busybox: add --uninstall optionRon Yorston2019-01-051-2/+32
* busybox: identify scripts in output of 'busybox --list-full'Ron Yorston2019-01-051-0/+4
* lineedit: allow non-ASCII characters when tab-completing filenamesRon Yorston2019-01-051-0/+4
* win32: special treatment for PATHRon Yorston2018-12-142-21/+6
* ash: move code from setup_environment()Ron Yorston2018-12-142-12/+1
* win32: emulate SIGPIPERon Yorston2018-12-111-0/+4
* win32: add a case-insensitive version of is_suffixed_with()Ron Yorston2018-12-091-0/+28
* lineedit: more case-insensitive comparisons in tab completionRon Yorston2018-12-082-0/+26
* 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