mdev.txt: explain the meaning of a leading "-"
[oweals/busybox.git] / networking /
2018-09-13 Denys Vlasenkontpd: more verbose message for "root distance too high...
2018-09-04 Denys Vlasenkowhois: fix a possible out-of-bounds stack access
2018-08-25 Denys Vlasenkoping: use setitimer() instead of ualarm()
2018-08-14 Denys Vlasenkoip: tweak --help text
2018-08-03 Denys Vlasenkoping: implement -i SEC
2018-08-03 Denys Vlasenkontpd: show real, unclamped delays on low-latency networks
2018-08-01 Denys Vlasenkonslookup: add support for search domains, closes 11161
2018-08-01 Denys Vlasenkoudhcpc: add a cooment about sanitizing DHCP_DOMAIN_NAME...
2018-08-01 Denys Vlasenkoudhcpc: do in fact not allow hostname components which...
2018-07-25 Denys Vlasenkohtpd: increase MIN_FREQHOLD by 3
2018-07-04 Denys Vlasenkoudhcp: add decimal option values in comments, no code...
2018-07-04 Denys Vlasenkoudhcp: tweak comment indentation, no code changes
2018-07-04 Jeremy Kerrudhcp: add option 211, "reboot time"
2018-07-02 Denys Vlasenkowget: fix fetching of https URLs without http proxy
2018-07-02 Denys Vlasenkontpd: increase minimum G.FREQHOLD_cnt from 8 to 10
2018-06-27 Denys Vlasenkonslookup: placate "warning: unused variable i"
2018-06-24 Ivan Abreatls: fix to handle X.509 v1 certificates correctly
2018-06-24 Codarren Velvindronntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21
2018-06-21 Denys Vlasenkoudhcpc: remove code which requires server ID to be...
2018-06-06 Kartik Agaramrestore documentation on the build config language
2018-05-28 Denys Vlasenkowget: emit a message that certificate verification...
2018-05-24 David Decotignyudhcpc6: carry along length of packet when parsing it.
2018-05-24 David Decotignyudhcpc6: ignore invalid OPTION_IAADDR
2018-05-24 Denys Vlasenkonc: fix the !NC_SERVER configuration
2018-05-14 Denys Vlasenkoudhcpc6: set -x options in request
2018-05-14 Samuel Mendoza-Jonasudhcpc6: add PXELINUX options
2018-05-14 Samuel Mendoza-Jonasudhcpc6: add DHCPv6 boot options
2018-05-14 Samuel Mendoza-Jonasudhcpc6: add DHCPv6 env helper
2018-05-14 Samuel Mendoza-Jonasudhcp: fix use of trim() in udhcp_str2optset()
2018-04-29 Denys Vlasenkoifplugd: close signal race
2018-04-24 Denys Vlasenkowget: handle URLs with @ or hash differently
2018-04-17 Denys Vlasenkolibbb: new option FEATURE_ETC_SERVICES: if off, /etc...
2018-04-15 Denys Vlasenkonslookup: simplify make_ptr
2018-04-15 Denys Vlasenkonslookup: get rid of query::rlen field
2018-04-15 Denys Vlasenkonslookup: move array of queries to "globals"
2018-04-15 Denys Vlasenkonslookup: accept lowercase -type=soa, document query...
2018-04-15 Denys Vlasenkonslookup: change -stats to -debug (it's a bug in bind...
2018-04-15 Denys Vlasenkonslookup: rework option parsing
2018-04-15 Denys Vlasenkonslookup: smaller qtypes[] array
2018-04-15 Denys Vlasenkonslookup: process replies immediately, do not store...
2018-04-14 Denys Vlasenkonslookup: fix output corruption for "nslookup 1.2.3.4"
2018-04-14 Denys Vlasenkonslookup: more closely resemble output format of bind...
2018-04-14 Denys Vlasenkonslookup: shrink send_queries()
2018-04-14 Denys Vlasenkonslookup: use xmalloc_sockaddr2dotted() instead of...
2018-04-14 Denys Vlasenkonslookup: usee bbox network functions instead of opne...
2018-04-14 Denys Vlasenkonslookup: add openwrt / lede version
2018-04-13 Denys Vlasenkoudhcp: support string user options, closes 10946
2018-04-08 Denys Vlasenkowget: check chunk length for overflowing off_t
2018-04-08 Denys Vlasenkolibbb.h: always include sys/resource.h
2018-04-07 Denys Vlasenkotelnet: move winsize detection closer to I/O loop,...
2018-04-07 Denys Vlasenkoftpd: allow -A if !FTPD_AUTHENTICATION as well
2018-04-07 Denys Vlasenkoftpd: added -A option to disable all authentication...
2018-04-07 Denys Vlasenkowget,ftpd: shorten and reuse strings
2018-04-06 Denys Vlasenkohttpd: do not default to Content-type: application...
2018-04-01 Denys Vlasenkolibbb: new function bb_die_memory_exhausted
2018-03-29 Stefan Agnerifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL,...
2018-03-27 Kaarle Ritvanenifupdown: do not fail if interface disappears during...
2018-03-27 Denys Vlasenkoioctl(SIOCGIFINDEX) does not require clearing of entire ifr
2018-03-27 Mark Marshallnetstat: produce numeric-ip output for non-resolved...
2018-03-20 Ron Yorstonssl_client: fix option parsing
2018-03-11 Denys Vlasenkotcpsvd: fix fallout from opt_complementary removal
2018-03-11 Denys Vlasenkontpd: choose initial FREQHOLD_cnt dynamically
2018-03-11 Denys Vlasenkoudhcpd: clamp down huge auto_times to ~2M seconds,...
2018-03-10 Denys Vlasenkontpd: suppress in-kernel frequency correction in first...
2018-03-10 Denys Vlasenkoudhcpd: fix "not dying on SIGTERM"
2018-03-08 Denys Vlasenkoremove stray newline in "iplink --help"
2018-03-08 Denys Vlasenkoip: fix "ip -oneline a"
2018-03-06 Denys Vlasenkouse gmtime_r() instead of gmtime()
2018-03-05 Denys Vlasenkonetworking/interface.c: get rid of global data
2018-03-05 Denys Vlasenkonetworking/interface.c: get rid of global "smallint...
2018-03-05 Denys Vlasenkonetworking/interface.c: code shrink
2018-03-04 Peter Lloydwget: fix fetching of https URLs with http proxy
2018-02-27 Denys Vlasenkotcpudp: shrink per-host rate-limiting code
2018-02-20 Jan Luebbeiplink: implement support for selecting a master interface
2018-02-20 Jan Luebbeip link: support "add TYPE vrf", improve --help
2018-02-14 Denys Vlasenkotls: remove redundant floor prevention
2018-02-13 Denys Vlasenkoping: don't call monotonic_us twice per sending the...
2018-02-13 Denys Vlasenkoping: implement -A "adaptive ping"
2018-02-13 Denys Vlasenkoinetd,mount: add comment with example of flags to build...
2018-02-12 Denys Vlasenkowget: more thorough sanitization of other side's data
2018-02-11 Denys Vlasenkoarping: code shrink
2018-02-11 Denys Vlasenkolibbb: introduce and use bb_getsockname()
2018-02-11 Denys Vlasenkoarping: move packet buffer, sigset and struct ifreq...
2018-02-11 Denys Vlasenkoarping: fix the case when inherited signal mask masks...
2018-02-11 Denys Vlasenkoarping: change a few message strings to be closer to...
2018-02-11 Denys Vlasenkoarping: code shrink
2018-02-08 Denys Vlasenkoip: fix crash in "ip neigh show"
2018-02-07 Denys Vlasenkowget: do not ask for TLS-encrypted downloads on plain...
2018-02-07 Denys Vlasenkoudhcp: do not setlinebuf(stdout), we don't print to...
2018-02-06 Denys Vlasenkowget: attempt to negotiate encrypted data ftps stream...
2018-02-06 Denys Vlasenkofix a thinko in parse_pasv_epsv.c
2018-02-06 Denys Vlasenkowget: add EPSV support
2018-02-06 Denys Vlasenkowget: initial support for ftps://
2018-02-06 Denys Vlasenkowget: preparations for ftps:// support (block move...
2018-02-06 Denys Vlasenkotls: fix hash calculations if client cert is requested...
2018-02-05 Denys Vlasenkoftpd: handle restarts past 2147483647 bytes. closes...
2018-02-04 Denys Vlasenkoftpd: fix aliasing warning from gcc-6.1.1
2018-02-04 Denys Vlasenkoftpgetput: add EPSV support (PASV-like thing for IPv6)
2018-02-04 Denys Vlasenkoftpgetput: preparations for ESPV support, no code changes
2018-02-04 Denys Vlasenkoftpd: switch to mallced "globals"
next