aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * hush: fix prompt in multi-line $(())Denys Vlasenko2018-04-071-12/+22
| * libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko2018-04-075-22/+39
| * xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-075-13/+20
| * libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-0711-24/+24
| * telnet: move winsize detection closer to I/O loop, delete non-functioning deb...Denys Vlasenko2018-04-072-23/+6
| * ftpd: allow -A if !FTPD_AUTHENTICATION as wellDenys Vlasenko2018-04-071-12/+13
| * ftpd: added -A option to disable all authentication, closes 10921Denys Vlasenko2018-04-071-29/+40
| * wget,ftpd: shorten and reuse stringsDenys Vlasenko2018-04-073-22/+17
| * httpd: do not default to Content-type: application/octet-streamDenys Vlasenko2018-04-071-30/+32
| * scripts/kconfig/mconf.c: survive is SIGWINCH is not definedDenys Vlasenko2018-04-061-0/+4
| * i386: make stack size optimization selectable, and allow i486 insns (bswap)Denys Vlasenko2018-04-062-1/+15
| * placate gcc-8.0.1 warningsDenys Vlasenko2018-04-062-3/+5
| * hush: fix "unset PS1/PS2", and put them into initial variable setDenys Vlasenko2018-04-062-30/+37
| * sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko2018-04-061-12/+12
| * hush: if we did match "LINENO" or "OPTIND", stop further comparisonsDenys Vlasenko2018-04-061-2/+6
| * hush: consolidate handling of setting/unsetting of PSn, LINENO, OPTINDDenys Vlasenko2018-04-061-29/+30
| * hush: update to correctly handle changed var_bash[346].testsDenys Vlasenko2018-04-051-6/+6
| * hush: implement "hush -s"Denys Vlasenko2018-04-052-9/+9
| * placate gcc 8.0.1 sprintf overflow warnings in config toolsDenys Vlasenko2018-04-051-1/+3
| * hush: fix a few more corner cases with empty-expanding `cmds`Denys Vlasenko2018-04-055-8/+46
| * hush: fix corner cases with exec in empty expansionsDenys Vlasenko2018-04-055-17/+35
| * hush: less mind-bending set_vars_and_save_old()Denys Vlasenko2018-04-051-71/+101
| * hush: "no logic changes" in last commit was not true, fix it upDenys Vlasenko2018-04-051-1/+2
| * hush: make run_pipe code simpler to understand, no logic changesDenys Vlasenko2018-04-051-66/+57
| * hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= fDenys Vlasenko2018-04-055-82/+93
| * hush: make var nesting code independent of "local" supportDenys Vlasenko2018-04-041-40/+61
| * hush: fix for readonly vars in "ro=A ro=B cmd" caseDenys Vlasenko2018-04-043-13/+21
| * sort: move misplaced commentDenys Vlasenko2018-04-041-2/+2
| * sort: FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko2018-04-041-6/+80
| * ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commitDenys Vlasenko2018-04-041-1/+3
| * hush: support "f() (cmd)" functionsDenys Vlasenko2018-04-036-40/+59
| * hush: fix mishandling of "true | f() { echo QWE; }"Denys Vlasenko2018-04-031-0/+9
| * hush: fix "set -e; false || x=1; echo OK"Denys Vlasenko2018-04-035-7/+43
| * hush: one-word, no-globbing handling of local/export/readonly argsDenys Vlasenko2018-04-031-21/+32
| * ash: parser: Fix parameter expansion inside inner double quotesDenys Vlasenko2018-04-023-2/+8
| * hush: fix a backslash-removal bug in caseDenys Vlasenko2018-04-025-3/+37
| * ash: expand: Fix bugs with words connected to the right of $@Denys Vlasenko2018-04-025-4/+13
| * ash: redir: Fix typo in noclobber codeDenys Vlasenko2018-04-021-1/+1
| * ash: parser: Fix single-quoted patterns in here-documentsDenys Vlasenko2018-04-023-1/+16
| * hush: remove stray debugging printoutDenys Vlasenko2018-04-021-1/+0
| * ash: parser: Add syntax stack for recursive parsingDenys Vlasenko2018-04-0219-121/+168
* | libarchive: failure to extract symlink isn't fatalRon Yorston2018-04-092-1/+13
* | win32: more backslash to slash conversionsRon Yorston2018-04-082-1/+5
* | pipe_progress: add help textRon Yorston2018-04-081-2/+4
* | win32: don't leak pipe data structuresRon Yorston2018-04-071-58/+66
* | ps: indicate forkshell processes in listingRon Yorston2018-04-052-4/+5
* | win32: exclude termios codeRon Yorston2018-04-056-21/+26
* | vi: turn off FEATURE_VI_ASK_TERMINAL in the default configurationRon Yorston2018-04-052-2/+2
* | ash: emulate raw input to read builtinRon Yorston2018-04-051-2/+36
* | win32: ensure timeout works in read_keyRon Yorston2018-04-051-4/+4