aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * style fix, no code changesDenys Vlasenko2019-05-143-4/+7
| * udhcpd: code shrinkDenys Vlasenko2019-05-101-6/+10
| * Optionally re-introduce bb_info_msg()James Byrne2019-04-3012-86/+85
| * ip: fix comment placementDenys Vlasenko2019-04-291-1/+1
| * ifupdown: close memory leakDenys Vlasenko2019-04-281-3/+9
* | Merge branch 'busybox' into mergeFRP-3128-g241d4d4acRon Yorston2019-04-201-114/+146
|\|
| * 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-191-11/+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
| * 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-179-448/+500
|\|
| * 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
| * 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
| * ipaddress: remove unused variable no_linkBernhard Reutner-Fischer2019-04-071-4/+0
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2019-03-313-7/+9
|\|
| * ip: Fix ip -o linkStefan Sørensen2019-03-301-2/+2
| * ntpd: do not create pid file if not backgroundedDenys Vlasenko2019-03-271-2/+4
| * do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko2019-03-172-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2019-03-123-10/+21
|\|
| * udhcpc: don't exit after backgrounding on -n -bAndrey Mazo2019-02-272-2/+14
| * udhcpc: tweak --helpDenys Vlasenko2019-02-271-3/+3
| * ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5Denys Vlasenko2019-02-151-5/+4
* | su, wget: use magic '--busybox' flagRon Yorston2019-03-081-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-02-124-38/+45
|\|
| * ip link: Fix vlan proto, closes 8261 and 11638Bernhard Reutner-Fischer2019-01-221-5/+11
| * ip link: fix mismatched enums in vlan_parse_opt(), closes 11631Denys Vlasenko2019-01-221-1/+1
| * wget: detect when the length of received file is less than advertisedDenys Vlasenko2019-01-211-8/+10