| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2019-04-17 | 20 | -555/+700 |
|\ |
|
| * | ash: add bash-compatible EPOCH variables | Ron Yorston | 2019-04-16 | 1 | -21/+56 |
| * | ash: an unset dynamic variable should not be dynamic | Ron Yorston | 2019-04-16 | 1 | -0/+4 |
| * | hush: add bash-compatible EPOCH variables | Ron Yorston | 2019-04-16 | 1 | -0/+20 |
| * | httpd: extract query string only after proxying check | Denys Vlasenko | 2019-04-16 | 1 | -12/+7 |
| * | httpd: make rmt_ip variable local | Denys Vlasenko | 2019-04-16 | 1 | -17/+22 |
| * | httpd: check denied IPs even before reading 1st query line | Denys Vlasenko | 2019-04-16 | 1 | -2/+2 |
| * | httpd: do not decode URL and headers if proxying - send all verbatim | Denys Vlasenko | 2019-04-16 | 1 | -68/+46 |
| * | httpd: remove duplicate "decode URL escape sequences" code | Denys Vlasenko | 2019-04-16 | 1 | -9/+0 |
| * | httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=val | Denys Vlasenko | 2019-04-16 | 1 | -105/+120 |
| * | httpd: fix handling of EOF in get_line() | Denys Vlasenko | 2019-04-16 | 1 | -8/+10 |
| * | httpd: add missing {} | Denys Vlasenko | 2019-04-16 | 1 | -1/+2 |
| * | httpd: do not percent-decode URI if proxying | Denys Vlasenko | 2019-04-16 | 1 | -10/+22 |
| * | httpd: fix proxy headers passing - full_write() instead of write() | Denys Vlasenko | 2019-04-14 | 1 | -11/+16 |
| * | httpd: if remote IP is denied, send FORBIDDEN reply earlier | Denys Vlasenko | 2019-04-14 | 1 | -10/+14 |
| * | udhcpc6: code shrink | Denys Vlasenko | 2019-04-14 | 3 | -10/+18 |
| * | udhcpc6: add a few comments, no code changes. | Denys Vlasenko | 2019-04-13 | 2 | -0/+10 |
| * | udhcpc6: make it enabled in defconfig | Denys Vlasenko | 2019-04-13 | 1 | -3/+1 |
| * | examples/udhcp/simple.script: fix resolv.conf update if it is a dangling symlink | Rolf Eike Beer | 2019-04-13 | 1 | -0/+4 |
| * | udhcp: add 100 and 101 dhcp options for ipv4 | Antoine Girard-Vallée | 2019-04-13 | 2 | -0/+6 |
| * | brctl: add TODO: "showmacs BR" | Denys Vlasenko | 2019-04-13 | 1 | -4/+18 |
| * | brctl: simplify str_to_jiffies() | Denys Vlasenko | 2019-04-13 | 1 | -48/+20 |
| * | brctl: convert remaining commands to work via /sys | Denys Vlasenko | 2019-04-13 | 1 | -184/+147 |
| * | brctl: make "show" command retrieve data from /sys | Denys Vlasenko | 2019-04-12 | 1 | -49/+114 |
| * | stat: reduce storage for human-readable filesystem names | Ron Yorston | 2019-04-12 | 1 | -44/+48 |
| * | ipaddress: remove unused variable no_link | Bernhard Reutner-Fischer | 2019-04-07 | 1 | -4/+0 |
| * | service examples: if iface do not exist, retry upping it | Denys Vlasenko | 2019-04-05 | 5 | -8/+8 |
| * | chrt: fix for SCHED_RESET_ON_FORK bit | Denys Vlasenko | 2019-04-05 | 1 | -0/+11 |
| * | chrt: do not segfault if policy number is unknown | Denys Vlasenko | 2019-04-05 | 1 | -28/+34 |
| * | telnetd: whitespace fix | Denys Vlasenko | 2019-04-04 | 1 | -1/+1 |
| * | telnetd: better AYT handling | Denys Vlasenko | 2019-04-04 | 1 | -3/+8 |
| * | telnetd: Added support for AYT IAC command. | Martin Lewis | 2019-04-04 | 1 | -1/+8 |
| * | top: provide cmdline argument '-H' to enable thread scanning by default | Thomas De Schampheleire | 2019-04-04 | 1 | -4/+15 |
* | | lineedit: reinstate tab-completion of '~/' | Ron Yorston | 2019-04-09 | 3 | -5/+11 |
* | | reset: enable in default configuration | Ron Yorston | 2019-04-07 | 3 | -5/+18 |
* | | less: use alternate screen buffer | Ron Yorston | 2019-04-07 | 1 | -1/+5 |
* | | vi: use alternate screen buffer | Ron Yorston | 2019-04-07 | 2 | -11/+68 |
* | | winansi: code shrink | Ron Yorston | 2019-04-07 | 1 | -20/+13 |
* | | winansi: code shrink | Ron Yorston | 2019-04-06 | 1 | -46/+17 |
* | | config: add a comment to indicate WIN32 settings | Ron Yorston | 2019-04-05 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-04-04 | 4 | -2325/+2191 |
|\| |
|
| * | vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi" | Denys Vlasenko | 2019-04-03 | 1 | -2/+2 |
| * | vi: code shrink | Denys Vlasenko | 2019-04-03 | 1 | -7/+12 |
| * | vi: avoid build failure in non-default case | Ron Yorston | 2019-04-03 | 1 | -16/+16 |
| * | fsync,sync: merge into one source module | Denys Vlasenko | 2019-04-02 | 2 | -81/+61 |
| * | fsync,sync: make them similar | Denys Vlasenko | 2019-04-02 | 2 | -27/+25 |
| * | ash: distinguish 'wait -n' from other bashisms | Ron Yorston | 2019-04-02 | 1 | -7/+8 |
| * | vi: rename save_argc -> cmdline_filecnt | Denys Vlasenko | 2019-04-02 | 1 | -17/+16 |
| * | vi: restore capability to remember insertion cmds for "." | Denys Vlasenko | 2019-04-02 | 1 | -5/+6 |
| * | vi: code shrink | Denys Vlasenko | 2019-04-01 | 1 | -7/+14 |