aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * dhcpc.c: Added support for relay server parameter.Martin Lewis2019-06-111-4/+9
| * tftp: allow -lc and -cl optionsDenys Vlasenko2019-06-091-1/+9
| * tftpd: revert erroneous changeDenys Vlasenko2019-06-091-1/+1
| * tftp: optional tftp-hpa compatDenys Vlasenko2019-06-091-3/+42
| * bc: placate compiler warningsDenys Vlasenko2019-06-081-1/+1
| * brctl: placate compiler warningsDenys Vlasenko2019-06-081-0/+4
| * httpd: .js is "application/javascript", not "application/x-javascript"Denys Vlasenko2019-06-071-1/+1
| * httpd: add js to built in MIME types listDenys Vlasenko2019-06-071-0/+1
| * httpd: add svg to built in MIME types listVicente Jimenez Aguilar2019-06-071-0/+1
| * libbb: move netlink socket binding to the utility functionDenys Vlasenko2019-06-031-9/+1
| * dhcp: downgrade "got raw socket fd" message to log3, make log2 default maxDenys Vlasenko2019-05-313-3/+3
| * dhcp: get rid of static data signal_pipeDenys Vlasenko2019-05-314-23/+36
| * udhcp: rename server_config to server_dataDenys Vlasenko2019-05-302-79/+79
* | Merge branch 'busybox' into mergeRon Yorston2019-05-2729-416/+509
|\|
| * udhcp: rename client_config to client_data, server_config to server_dataDenys Vlasenko2019-05-264-188/+188
| * udhcpc6: Fixed aliasing compilation errorMartin Lewis2019-05-261-1/+1
| * dhcp: get rid of last global dataDenys Vlasenko2019-05-263-80/+82
| * dhcp: tweak comments, no code changesDenys Vlasenko2019-05-231-30/+22
| * ip: use rtnl_send_check() on flush commands, closes 6962Denys Vlasenko2019-05-225-17/+65
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2019-05-213-5/+5
| * udhcpd: fix printing of static leasesDenys Vlasenko2019-05-211-27/+13
| * networking: cc is not a registerKhem Raj2019-05-173-19/+19
| * udhcpd: code shrinkDenys Vlasenko2019-05-161-8/+12
| * udhcpd: support per-client hostnames in static leasesDenys Vlasenko2019-05-162-14/+64
| * udhcpc6: unbreakDenys Vlasenko2019-05-151-0/+1
| * udhcpd: code shrink - do not fetch requested IP twiceDenys Vlasenko2019-05-151-11/+9
| * 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