aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"Denys Vlasenko2019-04-031-2/+2
* vi: code shrinkDenys Vlasenko2019-04-031-7/+12
* vi: avoid build failure in non-default caseRon Yorston2019-04-031-16/+16
* fsync,sync: merge into one source moduleDenys Vlasenko2019-04-022-81/+61
* fsync,sync: make them similarDenys Vlasenko2019-04-022-27/+25
* ash: distinguish 'wait -n' from other bashismsRon Yorston2019-04-021-7/+8
* vi: rename save_argc -> cmdline_filecntDenys Vlasenko2019-04-021-17/+16
* vi: restore capability to remember insertion cmds for "."Denys Vlasenko2019-04-021-5/+6
* vi: code shrinkDenys Vlasenko2019-04-011-7/+14
* vi: convert more /**/ comments to //Denys Vlasenko2019-04-011-62/+56
* vi: code shrinkDenys Vlasenko2019-04-011-30/+28
* vi: use vsnprintf to format status lineDenys Vlasenko2019-04-011-27/+22
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-1508/+1407
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-276/+276
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-42/+42
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-74/+75
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-260/+258
* vi: fix ^Z not always working as intendedDenys Vlasenko2019-04-011-25/+17
* vi: install SIGINT handler _after_ restart setjmp is initializedDenys Vlasenko2019-04-011-63/+52
* blockdev: code shrinkDenys Vlasenko2019-03-301-81/+58
* ip: Fix ip -o linkStefan Sørensen2019-03-301-2/+2
* vi: allow manual screen update if SIGWINCH isn't supportedRon Yorston2019-03-301-0/+8
* man: add "/usr/share/man" as another default MANPATH, fix col overrideDenys Vlasenko2019-03-301-20/+13