aboutsummaryrefslogtreecommitdiff
path: root/coreutils (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-19httpd: require "HTTP/xyz" at the end of request lineDenys Vlasenko1-14/+8
2019-04-19ash: catch error in arithmetic expansion in PS1Ron Yorston1-12/+20
2019-04-19ash: prevent error in backquotes in PS1 from exiting shellRon Yorston1-1/+3
2019-04-19dc.tests: fix two test case to also depend on DC_BIGChen Qi1-3/+3
2019-04-18httpd: pass authorization header to CGI if not BasicAlexander Vickberg1-7/+7
2019-04-17httpd: When sending gzipped content use content-length headerAlexander Vickberg1-2/+45
2019-04-16ash: add bash-compatible EPOCH variablesRon Yorston1-21/+56
2019-04-16ash: an unset dynamic variable should not be dynamicRon Yorston1-0/+4
2019-04-16hush: add bash-compatible EPOCH variablesRon Yorston1-0/+20
2019-04-16httpd: extract query string only after proxying checkDenys Vlasenko1-12/+7
2019-04-16httpd: make rmt_ip variable localDenys Vlasenko1-17/+22
2019-04-16httpd: check denied IPs even before reading 1st query lineDenys Vlasenko1-2/+2
2019-04-16httpd: do not decode URL and headers if proxying - send all verbatimDenys Vlasenko1-68/+46
2019-04-16httpd: remove duplicate "decode URL escape sequences" codeDenys Vlasenko1-9/+0
2019-04-16httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=valDenys Vlasenko1-105/+120
2019-04-16httpd: fix handling of EOF in get_line()Denys Vlasenko1-8/+10
2019-04-16httpd: add missing {}Denys Vlasenko1-1/+2
2019-04-16httpd: do not percent-decode URI if proxyingDenys Vlasenko1-10/+22
2019-04-14httpd: fix proxy headers passing - full_write() instead of write()Denys Vlasenko1-11/+16
2019-04-14httpd: if remote IP is denied, send FORBIDDEN reply earlierDenys Vlasenko1-10/+14
2019-04-14udhcpc6: code shrinkDenys Vlasenko3-10/+18
2019-04-13udhcpc6: add a few comments, no code changes.Denys Vlasenko2-0/+10
2019-04-13udhcpc6: make it enabled in defconfigDenys Vlasenko1-3/+1
2019-04-13examples/udhcp/simple.script: fix resolv.conf update if it is a dangling symlinkRolf Eike Beer1-0/+4
2019-04-13udhcp: add 100 and 101 dhcp options for ipv4Antoine Girard-Vallée2-0/+6
2019-04-13brctl: add TODO: "showmacs BR"Denys Vlasenko1-4/+18
2019-04-13brctl: simplify str_to_jiffies()Denys Vlasenko1-48/+20
2019-04-13brctl: convert remaining commands to work via /sysDenys Vlasenko1-184/+147
2019-04-12brctl: make "show" command retrieve data from /sysDenys Vlasenko1-49/+114
2019-04-12stat: reduce storage for human-readable filesystem namesRon Yorston1-44/+48
2019-04-07ipaddress: remove unused variable no_linkBernhard Reutner-Fischer1-4/+0
2019-04-05service examples: if iface do not exist, retry upping itDenys Vlasenko5-8/+8
2019-04-05chrt: fix for SCHED_RESET_ON_FORK bitDenys Vlasenko1-0/+11
2019-04-05chrt: do not segfault if policy number is unknownDenys Vlasenko1-28/+34
2019-04-04telnetd: whitespace fixDenys Vlasenko1-1/+1
2019-04-04telnetd: better AYT handlingDenys Vlasenko1-3/+8
2019-04-04telnetd: Added support for AYT IAC command.Martin Lewis1-1/+8
2019-04-04top: provide cmdline argument '-H' to enable thread scanning by defaultThomas De Schampheleire1-4/+15
2019-04-03vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"Denys Vlasenko1-2/+2
2019-04-03vi: code shrinkDenys Vlasenko1-7/+12
2019-04-03vi: avoid build failure in non-default caseRon Yorston1-16/+16
2019-04-02fsync,sync: merge into one source moduleDenys Vlasenko2-81/+61
2019-04-02fsync,sync: make them similarDenys Vlasenko2-27/+25
2019-04-02ash: distinguish 'wait -n' from other bashismsRon Yorston1-7/+8
2019-04-02vi: rename save_argc -> cmdline_filecntDenys Vlasenko1-17/+16
2019-04-02vi: restore capability to remember insertion cmds for "."Denys Vlasenko1-5/+6
2019-04-01vi: code shrinkDenys Vlasenko1-7/+14
2019-04-01vi: convert more /**/ comments to //Denys Vlasenko1-62/+56
2019-04-01vi: code shrinkDenys Vlasenko1-30/+28
2019-04-01vi: use vsnprintf to format status lineDenys Vlasenko1-27/+22