aboutsummaryrefslogtreecommitdiff
path: root/runit (unfollow)
Commit message (Expand)AuthorFilesLines
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-16httpd: Make Deny/Allow by IP config support optionalSergey Ponomarev1-18/+44
2020-08-15httpd: Support caching via ETag headerSergey Ponomarev1-3/+54
2020-08-15httpd: Don't add Last-Modified header to responseSergey Ponomarev1-6/+25
2020-08-15httpd: Don't add Date header to responseSergey Ponomarev1-2/+16
2020-08-15httpd: Update to HTTP/1.1Sergey Ponomarev1-8/+8
2020-08-15hwclock: Fix settimeofday for glibc v2.31+Eddie James1-3/+11
2020-08-15grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko2-15/+22
2020-08-13build system: drop PLATFORM_LINUXRon Yorston109-146/+2
2020-08-13udhcpc: add support for long optionsMartin Lewis2-35/+104
2020-07-31ip address: Add support for "valid_lft" and "preferred_lft" optionsChristian Eggers2-7/+62
2020-07-31ip: Add support for "noprefixroute" optionChristian Eggers2-16/+33
2020-07-31shell: Fix "read -d ''" behaviorChristian Eggers5-2/+6
2020-07-31httpd_indexcgi.c: use CSS for odd/even rowsSergey Ponomarev1-8/+2
2020-07-31httpd_indexcgi.c: minimize style CSSSergey Ponomarev1-37/+37
2020-07-20lsscsi: code shrinkDenys Vlasenko1-15/+12
2020-07-20ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko4-7/+41
2020-07-19networking: support ftp PASV responses not ending with ')'Denys Vlasenko1-0/+2
2020-07-19libbb: shrink last_char_is(), no longer allow NULL string argumentDenys Vlasenko1-10/+5
2020-07-12domain_codec: optimize dname_dec and convert_dnameMartin Lewis1-78/+79
2020-07-11crontab: Fix -e with editors saving using renaming strategyGray Wolf1-1/+5
2020-06-30libbb: code shrink in last_char_is()Denys Vlasenko1-8/+9
2020-06-29compare_string_array: code shrinkMartin Lewis1-2/+5
2020-06-29procps: code shrinkMartin Lewis1-2/+10
2020-06-29udhcpc: fix a TODO in fill_envp using option scannerMartin Lewis1-114/+84
2020-06-29udhcp: add option scannerMartin Lewis2-42/+62
2020-06-29wget: fix openssl options for cert verificationScott Court1-4/+17
2020-06-29acpid: only display -p if supported in usageNorbert Lange2-2/+4
2020-06-29dhcpd: remove hardcoded pidfile pathNorbert Lange1-1/+7