aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2018-04-096-99/+108
|\
| * wget: check chunk length for overflowing off_tDenys Vlasenko2018-04-081-3/+11
| * libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
| * telnet: move winsize detection closer to I/O loop, delete non-functioning deb...Denys Vlasenko2018-04-071-12/+5
| * ftpd: allow -A if !FTPD_AUTHENTICATION as wellDenys Vlasenko2018-04-071-12/+13
| * ftpd: added -A option to disable all authentication, closes 10921Denys Vlasenko2018-04-071-29/+40
| * wget,ftpd: shorten and reuse stringsDenys Vlasenko2018-04-073-22/+17
| * httpd: do not default to Content-type: application/octet-streamDenys Vlasenko2018-04-071-30/+32
* | Merge branch 'busybox' into mergeRon Yorston2018-04-028-9/+17
|\|
| * libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-011-2/+2
| * ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't dieStefan Agner2018-03-291-1/+1
| * ifupdown: do not fail if interface disappears during ifdownKaarle Ritvanen2018-03-281-0/+6
| * ioctl(SIOCGIFINDEX) does not require clearing of entire ifrDenys Vlasenko2018-03-273-3/+3
| * netstat: produce numeric-ip output for non-resolved namesMark Marshall2018-03-271-2/+5
| * ssl_client: fix option parsingRon Yorston2018-03-201-1/+1
* | win32: tidy up popen implementationRon Yorston2018-03-151-2/+1
* | wget: add support for httpsRon Yorston2018-03-153-1/+55
* | Merge branch 'busybox' into mergeRon Yorston2018-03-1513-203/+252
|\|
| * tcpsvd: fix fallout from opt_complementary removalDenys Vlasenko2018-03-111-3/+8
| * ntpd: choose initial FREQHOLD_cnt dynamicallyDenys Vlasenko2018-03-111-12/+54
| * udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handlingDenys Vlasenko2018-03-111-5/+20
| * ntpd: suppress in-kernel frequency correction in first 8 adjtimex callsDenys Vlasenko2018-03-101-11/+33
| * udhcpd: fix "not dying on SIGTERM"Denys Vlasenko2018-03-105-32/+33
| * remove stray newline in "iplink --help"Denys Vlasenko2018-03-081-1/+1
| * ip: fix "ip -oneline a"Denys Vlasenko2018-03-081-1/+4
| * use gmtime_r() instead of gmtime()Denys Vlasenko2018-03-061-2/+4
| * networking/interface.c: get rid of global dataDenys Vlasenko2018-03-051-85/+36
| * networking/interface.c: get rid of global "smallint interface_opt_a"Denys Vlasenko2018-03-052-26/+19
| * networking/interface.c: code shrinkDenys Vlasenko2018-03-051-61/+76
| * wget: fix fetching of https URLs with http proxyPeter Lloyd2018-03-051-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2018-03-018-71/+201
|\|
| * tcpudp: shrink per-host rate-limiting codeDenys Vlasenko2018-02-273-20/+17
| * iplink: implement support for selecting a master interfaceJan Luebbe2018-02-203-2/+41
| * ip link: support "add TYPE vrf", improve --helpJan Luebbe2018-02-202-5/+76
| * tls: remove redundant floor preventionDenys Vlasenko2018-02-141-2/+0
| * ping: don't call monotonic_us twice per sending the pingDenys Vlasenko2018-02-131-10/+11
| * ping: implement -A "adaptive ping"Denys Vlasenko2018-02-131-40/+60
| * inetd,mount: add comment with example of flags to build with libtirpcDenys Vlasenko2018-02-131-1/+5
* | Remove fake signal-handling codeRon Yorston2018-03-011-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2018-02-1326-484/+708
|\|
| * wget: more thorough sanitization of other side's dataDenys Vlasenko2018-02-121-31/+55
| * arping: code shrinkDenys Vlasenko2018-02-111-19/+20
| * libbb: introduce and use bb_getsockname()Denys Vlasenko2018-02-114-20/+9
| * arping: move packet buffer, sigset and struct ifreq to malloced "globals"Denys Vlasenko2018-02-111-41/+34
| * arping: fix the case when inherited signal mask masks out ALRMDenys Vlasenko2018-02-111-7/+16
| * arping: change a few message strings to be closer to iputils arpingDenys Vlasenko2018-02-111-7/+8
| * arping: code shrinkDenys Vlasenko2018-02-111-28/+28
| * ip: fix crash in "ip neigh show"Denys Vlasenko2018-02-087-20/+28
| * wget: do not ask for TLS-encrypted downloads on plain ftp:// URLsDenys Vlasenko2018-02-081-5/+7
| * udhcp: do not setlinebuf(stdout), we don't print to stdout anymoreDenys Vlasenko2018-02-073-6/+0