aboutsummaryrefslogtreecommitdiff
path: root/win32 (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-07winansi: suppress console flags redefinition warningBiswa961-0/+5
2020-06-04printf: emit more contiguous text to improve escape sequencesRon Yorston1-1/+50
2020-06-04time: detect when spawn failsRon Yorston1-1/+1
2020-06-03win32: fix networking problemsRon Yorston3-2/+6
2020-06-02win32: use lazy loading for certain DLLsRon Yorston5-24/+43
2020-06-01win32: only initialise networking if necessaryRon Yorston3-10/+43
2020-06-01ash: don't initialise shell variables in forkshell childRon Yorston1-2/+9
2020-06-01ash: simplify spawning during forkshellRon Yorston3-1/+11
2020-06-01ash: minor changes to forkshell error handlingRon Yorston1-3/+9
2020-06-01ash: improve forkshell debuggingRon Yorston1-4/+14
2020-05-28vi: enable regex search in default buildRon Yorston2-4/+4
2020-05-27Clarify build requirementsRon Yorston1-1/+7
2020-05-26Update README.mdRon Yorston1-2/+2
2020-05-24win32: changes to '#!' supportRon Yorston2-12/+13
2020-05-20dd: fix handling of 'conv=notrunc seek=N'Ron Yorston3-7/+26
2020-05-20wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSLDimitri John Ledkov1-3/+17
2020-05-14ash: proper accounting for backspaces in the read builtinRon Yorston1-0/+1
2020-04-30ash,hush: drop pointer check before calls to show_historyRon Yorston2-4/+2
2020-04-30mim: run scripts from a specification fileRon Yorston2-0/+54
2020-04-30ash: fix build failure when command built-in is disabledRon Yorston1-1/+3
2020-04-30httpd: permit non-default home directory with NOMMU enabledRon Yorston1-1/+6
2020-04-30grep: add proper support for pattern_listSören Tempel2-6/+25
2020-04-29grep: Fix -f FILE when FILE is empty and -x providedGray Wolf2-2/+9
2020-04-29xargs: restore correct behaviour of -n optionRon Yorston2-1/+12
2020-04-29build system: remove KBUILD_STR()Jean-Philippe Brucker5-9/+6
2020-04-29unzip: -d should create the dirLauri Kasanen1-1/+7
2020-04-15inotifyd: WIN32 portRon Yorston4-2/+213
2020-04-13winansi: more fine-grained control of ANSI emulationRon Yorston1-2/+34
2020-04-13ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changesRon Yorston5-10/+22
2020-04-11Fix POSIX buildFRP-3445-g10e14d5ebRon Yorston2-2/+2
2020-04-09httpd: allow use of MD5-encrypted passwordsRon Yorston1-1/+12
2020-04-08httpd: prevent access to config file and authenticated URLsRon Yorston1-0/+12
2020-04-07httpd: don't change directory in inetd modeRon Yorston3-11/+17
2020-04-06time: WIN32 portRon Yorston6-12/+106
2020-04-05httpd: enable in default configurationsRon Yorston3-13/+15
2020-04-05httpd: WIN32 portRon Yorston1-2/+133
2020-04-05win32: new functions: getpeername(2), mingw_spawn_detach()Ron Yorston3-3/+30
2020-04-05libbb: rearrange command line processingRon Yorston1-13/+11
2020-03-29xargs: restore correct behaviour of -n optionRon Yorston2-1/+12
2020-03-29win32: more improvements to 'c:file' pathsRon Yorston2-3/+4
2020-03-29timeout: fix utter brokennessRon Yorston1-0/+1
2020-03-24dd: create a sparse file when seek=N is usedRon Yorston3-0/+21
2020-03-24win32: stat(2): return correct st_blocks for compressed/sparse filesRon Yorston1-1/+13
2020-03-18win32: improve handling of 'c:file' paths for executablesRon Yorston2-3/+11
2020-02-26shells: fix exitcode_trapN tests to avoid racesDenys Vlasenko4-8/+4
2020-02-24ash: expand: Fix multiple issues with EXP_DISCARD in evalvarDenys Vlasenko1-14/+14
2020-02-24ash: expand: Do not reprocess data when expanding wordsDenys Vlasenko1-178/+154
2020-02-24ash: move TRACE statement in evalcommand()Ron Yorston1-1/+2
2020-02-24ash: rename some function parameters to match dashDenys Vlasenko1-29/+29
2020-02-24ash: rename stack_nputstr() back to stnputs() to match dashDenys Vlasenko1-3/+3