| Commit message (Expand) | Author | Files | Lines |
2018-04-11 | hush: optimize parse_stream() | Denys Vlasenko | 1 | -28/+31 |
2018-04-11 | hush: do not drop backslash from eval 'echo ok\' | Denys Vlasenko | 6 | -8/+22 |
2018-04-10 | ls, stat: don't try to read symlinks | Ron Yorston | 2 | -0/+10 |
2018-04-10 | ash: make struct forkshell a local variable in evalbackcmd | Ron Yorston | 1 | -7/+7 |
2018-04-10 | win32: remove some code from procps_scan | Ron Yorston | 1 | -3/+0 |
2018-04-10 | shell: add comments about [[, no code changes | Denys Vlasenko | 3 | -1/+30 |
2018-04-10 | hush: fix handling of \<eof> in double-quoted strings | Denys Vlasenko | 3 | -5/+12 |
2018-04-10 | hush: fix eval 'echo ok\' | Denys Vlasenko | 3 | -5/+11 |
2018-04-10 | hush: simplify \<newline> code, part 3 | Denys Vlasenko | 1 | -55/+45 |
2018-04-10 | hush: simplify \<newline> code, part 2 | Denys Vlasenko | 1 | -30/+30 |
2018-04-10 | hush: simplify \<newline> code, part 1 | Denys Vlasenko | 1 | -11/+11 |
2018-04-10 | ash: make 'read -s' work | Ron Yorston | 1 | -1/+2 |
2018-04-10 | hush: put "current word" structure into parsing context | Denys Vlasenko | 1 | -122/+120 |
2018-04-10 | ash: if "[[" bashism is not supported, do not handle it anywhere | Denys Vlasenko | 1 | -0/+2 |
2018-04-10 | ash: trivial code shrink | Denys Vlasenko | 1 | -1/+2 |
2018-04-09 | testsuite: allow tests to work in paths containing spaces | Ron Yorston | 5 | -8/+10 |
2018-04-09 | hush: fix var_leaks.tests and var_preserved.tests on NOMMU | Denys Vlasenko | 1 | -49/+59 |
2018-04-09 | hush: fix func_return2.tests on NOMMU | Denys Vlasenko | 1 | -0/+7 |
2018-04-09 | Update default configuration | Ron Yorston | 2 | -2/+6 |
2018-04-09 | libarchive: failure to extract symlink isn't fatal | Ron Yorston | 2 | -1/+13 |
2018-04-08 | unlzma: fix segfault on bad archive | Denys Vlasenko | 4 | -0/+32 |
2018-04-08 | bzip2: fix two crashes on corrupted archives | Denys Vlasenko | 10 | -36/+99 |
2018-04-08 | wget: check chunk length for overflowing off_t | Denys Vlasenko | 1 | -3/+11 |
2018-04-08 | libbb.h: always include sys/resource.h | Denys Vlasenko | 11 | -11/+1 |
2018-04-08 | lzop: remove method checks which are always true/false | Denys Vlasenko | 1 | -15/+22 |
2018-04-08 | lzop: buffer several 32-bit writes when we start a new compressed block | Denys Vlasenko | 1 | -11/+21 |
2018-04-08 | win32: more backslash to slash conversions | Ron Yorston | 2 | -1/+5 |
2018-04-08 | lzop: reuse strings | Denys Vlasenko | 1 | -2/+2 |
2018-04-08 | lzop: checksum reads do not need to be checksummed | Denys Vlasenko | 1 | -3/+3 |
2018-04-08 | lzop: don't support ancient versions < 0.94 (15 Oct 1997) | Denys Vlasenko | 1 | -52/+49 |
2018-04-08 | lzop: code shrink by using header_t matching on-disk layout | Denys Vlasenko | 1 | -177/+154 |
2018-04-08 | pipe_progress: add help text | Ron Yorston | 1 | -2/+4 |
2018-04-07 | tar: trim help text | Denys Vlasenko | 1 | -2/+2 |
2018-04-07 | win32: don't leak pipe data structures | Ron Yorston | 1 | -58/+66 |
2018-04-07 | hush: fix prompt in multi-line $(()) | Denys Vlasenko | 1 | -12/+22 |
2018-04-07 | libbb: switch bb_ask_noecho() to "mallocing" string return API | Denys Vlasenko | 5 | -22/+39 |
2018-04-07 | xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy | Denys Vlasenko | 5 | -13/+20 |
2018-04-07 | libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir... | Denys Vlasenko | 11 | -24/+24 |
2018-04-07 | telnet: move winsize detection closer to I/O loop, delete non-functioning deb... | Denys Vlasenko | 2 | -23/+6 |
2018-04-07 | ftpd: allow -A if !FTPD_AUTHENTICATION as well | Denys Vlasenko | 1 | -12/+13 |
2018-04-07 | ftpd: added -A option to disable all authentication, closes 10921 | Denys Vlasenko | 1 | -29/+40 |
2018-04-07 | wget,ftpd: shorten and reuse strings | Denys Vlasenko | 3 | -22/+17 |
2018-04-07 | httpd: do not default to Content-type: application/octet-stream | Denys Vlasenko | 1 | -30/+32 |
2018-04-06 | scripts/kconfig/mconf.c: survive is SIGWINCH is not defined | Denys Vlasenko | 1 | -0/+4 |
2018-04-06 | i386: make stack size optimization selectable, and allow i486 insns (bswap) | Denys Vlasenko | 2 | -1/+15 |
2018-04-06 | placate gcc-8.0.1 warnings | Denys Vlasenko | 2 | -3/+5 |
2018-04-06 | hush: fix "unset PS1/PS2", and put them into initial variable set | Denys Vlasenko | 2 | -30/+37 |
2018-04-06 | sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORY | Denys Vlasenko | 1 | -12/+12 |
2018-04-06 | hush: if we did match "LINENO" or "OPTIND", stop further comparisons | Denys Vlasenko | 1 | -2/+6 |
2018-04-06 | hush: consolidate handling of setting/unsetting of PSn, LINENO, OPTIND | Denys Vlasenko | 1 | -29/+30 |