summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeFRP-3128-g241d4d4acRon Yorston2019-04-204-133/+172
|\
| * httpd: do disable header reading timeout even if proxyingDenys Vlasenko2019-04-191-0/+2
| * httpd: use full size of iobuf[] when piping CGI dataDenys Vlasenko2019-04-192-14/+4
| * httpd: do not set alarm() timeout if we read cached headerDenys Vlasenko2019-04-191-1/+1
| * httpd: deindent code block, no code changesDenys Vlasenko2019-04-191-91/+91
| * httpd: require "HTTP/xyz" at the end of request lineDenys Vlasenko2019-04-191-14/+8
| * ash: catch error in arithmetic expansion in PS1Ron Yorston2019-04-191-12/+20
| * ash: prevent error in backquotes in PS1 from exiting shellRon Yorston2019-04-191-1/+3
| * dc.tests: fix two test case to also depend on DC_BIGChen Qi2019-04-191-3/+3
| * httpd: pass authorization header to CGI if not BasicAlexander Vickberg2019-04-181-7/+7
| * httpd: When sending gzipped content use content-length headerAlexander Vickberg2019-04-171-2/+45
* | Merge branch 'busybox' into mergeRon Yorston2019-04-1720-555/+700
|\|
| * ash: add bash-compatible EPOCH variablesRon Yorston2019-04-161-21/+56
| * ash: an unset dynamic variable should not be dynamicRon Yorston2019-04-161-0/+4
| * hush: add bash-compatible EPOCH variablesRon Yorston2019-04-161-0/+20
| * httpd: extract query string only after proxying checkDenys Vlasenko2019-04-161-12/+7
| * httpd: make rmt_ip variable localDenys Vlasenko2019-04-161-17/+22
| * httpd: check denied IPs even before reading 1st query lineDenys Vlasenko2019-04-161-2/+2
| * httpd: do not decode URL and headers if proxying - send all verbatimDenys Vlasenko2019-04-161-68/+46
| * httpd: remove duplicate "decode URL escape sequences" codeDenys Vlasenko2019-04-161-9/+0
| * httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=valDenys Vlasenko2019-04-161-105/+120
| * httpd: fix handling of EOF in get_line()Denys Vlasenko2019-04-161-8/+10
| * httpd: add missing {}Denys Vlasenko2019-04-161-1/+2
| * httpd: do not percent-decode URI if proxyingDenys Vlasenko2019-04-161-10/+22
| * httpd: fix proxy headers passing - full_write() instead of write()Denys Vlasenko2019-04-141-11/+16
| * httpd: if remote IP is denied, send FORBIDDEN reply earlierDenys Vlasenko2019-04-141-10/+14
| * udhcpc6: code shrinkDenys Vlasenko2019-04-143-10/+18
| * udhcpc6: add a few comments, no code changes.Denys Vlasenko2019-04-132-0/+10
| * udhcpc6: make it enabled in defconfigDenys Vlasenko2019-04-131-3/+1
| * examples/udhcp/simple.script: fix resolv.conf update if it is a dangling symlinkRolf Eike Beer2019-04-131-0/+4
| * udhcp: add 100 and 101 dhcp options for ipv4Antoine Girard-Vallée2019-04-132-0/+6
| * brctl: add TODO: "showmacs BR"Denys Vlasenko2019-04-131-4/+18
| * brctl: simplify str_to_jiffies()Denys Vlasenko2019-04-131-48/+20
| * brctl: convert remaining commands to work via /sysDenys Vlasenko2019-04-131-184/+147
| * brctl: make "show" command retrieve data from /sysDenys Vlasenko2019-04-121-49/+114
| * stat: reduce storage for human-readable filesystem namesRon Yorston2019-04-121-44/+48
| * ipaddress: remove unused variable no_linkBernhard Reutner-Fischer2019-04-071-4/+0
| * service examples: if iface do not exist, retry upping itDenys Vlasenko2019-04-055-8/+8
| * chrt: fix for SCHED_RESET_ON_FORK bitDenys Vlasenko2019-04-051-0/+11
| * chrt: do not segfault if policy number is unknownDenys Vlasenko2019-04-051-28/+34
| * telnetd: whitespace fixDenys Vlasenko2019-04-041-1/+1
| * telnetd: better AYT handlingDenys Vlasenko2019-04-041-3/+8
| * telnetd: Added support for AYT IAC command.Martin Lewis2019-04-041-1/+8
| * top: provide cmdline argument '-H' to enable thread scanning by defaultThomas De Schampheleire2019-04-041-4/+15
* | lineedit: reinstate tab-completion of '~/'Ron Yorston2019-04-093-5/+11
* | reset: enable in default configurationRon Yorston2019-04-073-5/+18
* | less: use alternate screen bufferRon Yorston2019-04-071-1/+5
* | vi: use alternate screen bufferRon Yorston2019-04-072-11/+68
* | winansi: code shrinkRon Yorston2019-04-071-20/+13
* | winansi: code shrinkRon Yorston2019-04-061-46/+17