aboutsummaryrefslogtreecommitdiff
path: root/mailutils (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-12win32: make realpath() return an error if necessaryRon Yorston1-1/+0
2020-12-07winansi: intercept calls to fputc(3)Ron Yorston2-1/+21
2020-11-12ash: suppress compiler warningRon Yorston1-0/+1
2020-11-12win32: update default configurationRon Yorston2-4/+2
2020-11-12build system: use static ssp libraryRon Yorston1-1/+1
2020-11-11build: add ssp libraryRon Yorston1-1/+1
2020-11-01hush: document bugs in [[ =~ ]] comparisonDenys Vlasenko4-0/+28
2020-10-31shell: update comments on the status of [[ ]] compatDenys Vlasenko2-5/+4
2020-10-31hush: add tests for unquoted < > in [[ ]]Denys Vlasenko2-0/+5
2020-10-31shell: better support of [[ ]] bashismDenys Vlasenko13-24/+209
2020-10-25od: unbreak itDenys Vlasenko2-25/+23
2020-10-25compat: move hexdump -R functionality to xxd -rDenys Vlasenko2-64/+73
2020-10-24hush: output bash-compat killing signal namesDenys Vlasenko9-7/+92
2020-10-24hush: do not print killing signal name in `cmd_whihc_dies_on_signal`Denys Vlasenko3-1/+9
2020-10-20hexdump: fix dup block comparisonDenys Vlasenko2-1/+19
2020-10-20xxd: fix printing of trailing spacesDenys Vlasenko4-59/+108
2020-10-07uudecode: fix possible signed char bugDenys Vlasenko1-4/+2
2020-10-06avoid using strok - eliminates use of hidden global variableDenys Vlasenko11-36/+46
2020-10-06httpd: code shrinkXabier Oneca1-0/+7
2020-10-03ip rule: add support for fwmark/fwmask for policy routingRui Salvaterra2-7/+27
2020-10-02tar: fix fallout of last_char_is(NULL) no longer being allowedDenys Vlasenko1-1/+1
2020-10-01udhcp: remove struct packing attribute, eliminates gcc-9.xDenys Vlasenko1-3/+3
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko19-150/+159
2020-10-01tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko3-13/+14
2020-10-01gcc-9.x warning fixesDenys Vlasenko9-12/+15
2020-10-01libbb: do not open-code __errno_location() callDenys Vlasenko1-1/+6
2020-10-01shell: remove FAST_FUNC from a static functionDenys Vlasenko1-2/+2
2020-10-01libbb: extend "errno pointer" trick to other than __GLIBC__Denys Vlasenko3-6/+7
2020-10-01mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar4-4/+67
2020-09-30libbb: fold common64_hash() into its only userDenys Vlasenko1-47/+28
2020-09-30xargs: fix -I SUBSTR behaviourDenys Vlasenko2-5/+24
2020-09-29shell: add testsuite for "wait $pid" waiting for other tasksDenys Vlasenko4-0/+18
2020-09-29ash: jobs: Fix waitcmd busy loopDenys Vlasenko1-57/+34
2020-09-29ash: jobs: Fix infinite loop in waitprocDenys Vlasenko1-6/+19
2020-09-29ash: remove a tentative TODO, it's a wrong ideaDenys Vlasenko1-1/+1
2020-09-29ntpd: fix the case where two replies received at once and first one causes a ...Denys Vlasenko1-0/+9
2020-08-31win32: make location of Unix-style absolute paths configurableRon Yorston1-1/+1
2020-08-28ash, ls: improve support for 'c:path'Ron Yorston4-21/+9
2020-08-28printf: ensure '\045' is printed as '%'Ron Yorston1-5/+10
2020-08-27ash: replace backslashes in argument to 'cd' built-inRon Yorston1-1/+1
2020-08-24printf: prevent '\0' in format string from truncating outputFRP-3578-g359211429Ron Yorston1-1/+9
2020-08-23httpd: silence compiler warnings about %llx formatRon Yorston1-1/+1
2020-08-23win32: update default configurationRon Yorston2-2/+10
2020-08-23libbb: reinstate NULL check in last_char_is()Ron Yorston1-1/+1
2020-08-23win32: code shrink Unix-style path handlingRon Yorston7-96/+50
2020-08-21ash: use stack, not heap, to add system drive to pathRon Yorston1-16/+27
2020-08-21win32: allow putenv() to set empty valuesRon Yorston1-4/+18
2020-08-21win32: env.c code shrink and clarificationRon Yorston1-7/+6
2020-08-19ls: allow backslashes to be replaced in displayed pathsfix_backslashRon Yorston1-0/+15
2020-08-16httpd: Make Deny/Allow by IP config support optionalSergey Ponomarev1-18/+44