aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-28vi: fix changes to word at end of line. Closes 11796Ron Yorston
2019-04-28ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUEDenys Vlasenko
2019-04-28ash,hush: bash compat for ulimit: reorder to matchDenys Vlasenko
2019-04-27ash,hush: bash compat for ulimit: -w => -x, -p => -uDenys Vlasenko
2019-04-27ash,hush: fix ulimit to be more bash-compat, closes 11791Denys Vlasenko
2019-04-27start-stop-daemon: Fix -x is not required for -KAlexander Vickberg
2019-04-21examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }"Denys Vlasenko
2019-04-19httpd: do disable header reading timeout even if proxyingDenys Vlasenko
2019-04-19httpd: use full size of iobuf[] when piping CGI dataDenys Vlasenko
2019-04-19httpd: do not set alarm() timeout if we read cached headerDenys Vlasenko
2019-04-19httpd: deindent code block, no code changesDenys Vlasenko
2019-04-19httpd: require "HTTP/xyz" at the end of request lineDenys Vlasenko
2019-04-19ash: catch error in arithmetic expansion in PS1Ron Yorston
2019-04-19ash: prevent error in backquotes in PS1 from exiting shellRon Yorston
2019-04-19dc.tests: fix two test case to also depend on DC_BIGChen Qi
2019-04-18httpd: pass authorization header to CGI if not BasicAlexander Vickberg
2019-04-17httpd: When sending gzipped content use content-length headerAlexander Vickberg
2019-04-16ash: add bash-compatible EPOCH variablesRon Yorston
2019-04-16ash: an unset dynamic variable should not be dynamicRon Yorston
2019-04-16hush: add bash-compatible EPOCH variablesRon Yorston
2019-04-16httpd: extract query string only after proxying checkDenys Vlasenko
2019-04-16httpd: make rmt_ip variable localDenys Vlasenko
2019-04-16httpd: check denied IPs even before reading 1st query lineDenys Vlasenko
2019-04-16httpd: do not decode URL and headers if proxying - send all verbatimDenys Vlasenko
2019-04-16httpd: remove duplicate "decode URL escape sequences" codeDenys Vlasenko
2019-04-16httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=valDenys Vlasenko
2019-04-16httpd: fix handling of EOF in get_line()Denys Vlasenko
2019-04-16httpd: add missing {}Denys Vlasenko
2019-04-16httpd: do not percent-decode URI if proxyingDenys Vlasenko
2019-04-14httpd: fix proxy headers passing - full_write() instead of write()Denys Vlasenko
2019-04-14httpd: if remote IP is denied, send FORBIDDEN reply earlierDenys Vlasenko
2019-04-14udhcpc6: code shrinkDenys Vlasenko
2019-04-13udhcpc6: add a few comments, no code changes.Denys Vlasenko
2019-04-13udhcpc6: make it enabled in defconfigDenys Vlasenko
2019-04-13examples/udhcp/simple.script: fix resolv.conf update if it is a dangling symlinkRolf Eike Beer
2019-04-13udhcp: add 100 and 101 dhcp options for ipv4Antoine Girard-Vallée
2019-04-13brctl: add TODO: "showmacs BR"Denys Vlasenko
2019-04-13brctl: simplify str_to_jiffies()Denys Vlasenko
2019-04-13brctl: convert remaining commands to work via /sysDenys Vlasenko
2019-04-12brctl: make "show" command retrieve data from /sysDenys Vlasenko
2019-04-12stat: reduce storage for human-readable filesystem namesRon Yorston
2019-04-07ipaddress: remove unused variable no_linkBernhard Reutner-Fischer
2019-04-05service examples: if iface do not exist, retry upping itDenys Vlasenko
2019-04-05chrt: fix for SCHED_RESET_ON_FORK bitDenys Vlasenko
2019-04-05chrt: do not segfault if policy number is unknownDenys Vlasenko
2019-04-04telnetd: whitespace fixDenys Vlasenko
2019-04-04telnetd: better AYT handlingDenys Vlasenko
2019-04-04telnetd: Added support for AYT IAC command.Martin Lewis
2019-04-04top: provide cmdline argument '-H' to enable thread scanning by defaultThomas De Schampheleire
2019-04-03vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"Denys Vlasenko