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