Start 1.33.0 development cycle
[oweals/busybox.git] / networking /
2020-06-23 Denys Vlasenkorandomconfig fixes
2020-06-23 Denys Vlasenkorandomconfig fixes
2020-06-21 Uwe Glaeserudhcpc6: use correct multicast MAC
2020-06-09 Martin Lewisdhcpc: refactor xmalloc_optname_optval to shrink binary...
2020-06-09 Ron Yorstonhttpd: allow '-h' to work when daemonized with NOMMU...
2020-06-09 Denys Vlasenkoudhcp: comment out unused domain compression code
2020-06-08 Martin Lewisdhcpc: code shrink in good_hostname
2020-05-20 Dimitri John Ledkovwget: implement TLS verification with ENABLE_FEATURE_WG...
2020-04-30 Ron Yorstonhttpd: permit non-default home directory with NOMMU...
2020-02-13 Denys Vlasenkotftp: on download, open local file only when first...
2020-02-13 Denys Vlasenkotftp: fix thinko in code shrink
2020-02-13 Denys Vlasenkotftp: code shrink
2020-02-13 Denys Vlasenkotftpd: show requested file name in open error message
2020-01-14 Denys Vlasenkoudhcpd: mangle hostnames starting with dash ("-option")
2019-12-03 Denys Vlasenkowhois: limit total length of response to 32+2 kb
2019-10-30 Denys Vlasenkontpd: decrease MIN_FREQHOLD by 2, increase "penalty...
2019-10-27 Jo-Philipp Wichnslookup: implement support for SRV records
2019-10-27 Jo-Philipp Wichnslookup: handle replies without RRs
2019-10-25 Denys Vlasenkontpd: abs(tmx.offset) was truncating a "long" typed...
2019-10-25 Denys Vlasenkotc: array address is never NULL
2019-10-25 Denys Vlasenkotraceroute: fix gcc-ism
2019-10-25 Denys Vlasenkosuppress a few "unused function" warnings
2019-10-25 Denys Vlasenkonetstat: suppress a warning (conversion from 'int'...
2019-10-18 Denys Vlasenkotelnet: add disabled code to emit EC and IP
2019-10-15 Denys Vlasenkobrctl: code shrink
2019-10-12 Denys Vlasenkobrctl: tweak help text, fix comments
2019-10-12 Denys Vlasenkobrctl: fold show_bridge_ports_ into its caller
2019-10-12 Denys Vlasenkobrctl: code shrink
2019-10-11 Martin Lewisbrctl: add support for showstp command
2019-10-08 Michal Kaziorudhcpc: fix segmentation fault on empty bin opt
2019-10-08 Martin Lewisbrctl: add support for showmacs command
2019-10-08 Tomas Paukrtroute: fix output of "route -n -A inet6"
2019-09-25 Denys Vlasenkotelnet: fix uninitialized variable bug
2019-09-24 Denys Vlasenkoudhcpc6: add ELAPSED_TIME option to outgoing packets
2019-09-12 David Demelierwget: increase redirections limit
2019-08-24 Eivind Versvikudhcpc6: support stateless DHCPv6
2019-08-09 Denys Vlasenkoudhcpc6: s/iphdr/ip6_hdr/
2019-07-02 Denys Vlasenkontpd: add comment about mode6, no code changes
2019-07-02 Denys Vlasenkontpd: commonalize message strings
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-07-02 Denys Vlasenkontpd: abort if argvs are (unexpectedly) given
2019-06-13 Denys Vlasenkoudhcpc: fix comment, no code changes
2019-06-11 Denys Vlasenkoudhcpc6: fix aliasing warning
2019-06-11 Martin Lewisdhcpc.c: Added support for relay server parameter.
2019-06-09 Denys Vlasenkotftp: allow -lc and -cl options
2019-06-09 Denys Vlasenkotftpd: revert erroneous change
2019-06-09 Denys Vlasenkotftp: optional tftp-hpa compat
2019-06-08 Denys Vlasenkobc: placate compiler warnings
2019-06-08 Denys Vlasenkobrctl: placate compiler warnings
2019-06-07 Denys Vlasenkohttpd: .js is "application/javascript", not "applicatio...
2019-06-07 Denys Vlasenkohttpd: add js to built in MIME types list
2019-06-07 Vicente Jimenez... httpd: add svg to built in MIME types list
2019-06-03 Denys Vlasenkolibbb: move netlink socket binding to the utility function
2019-05-31 Denys Vlasenkodhcp: downgrade "got raw socket fd" message to log3...
2019-05-31 Denys Vlasenkodhcp: get rid of static data signal_pipe
2019-05-30 Denys Vlasenkoudhcp: rename server_config to server_data
2019-05-26 Denys Vlasenkoudhcp: rename client_config to client_data, server_conf...
2019-05-26 Martin Lewisudhcpc6: Fixed aliasing compilation error
2019-05-26 Denys Vlasenkodhcp: get rid of last global data
2019-05-23 Denys Vlasenkodhcp: tweak comments, no code changes
2019-05-22 Denys Vlasenkoip: use rtnl_send_check() on flush commands, closes...
2019-05-21 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2019-05-21 Denys Vlasenkoudhcpd: fix printing of static leases
2019-05-17 Khem Rajnetworking: cc is not a register
2019-05-16 Denys Vlasenkoudhcpd: code shrink
2019-05-16 Denys Vlasenkoudhcpd: support per-client hostnames in static leases
2019-05-15 Denys Vlasenkoudhcpc6: unbreak
2019-05-15 Denys Vlasenkoudhcpd: code shrink - do not fetch requested IP twice
2019-05-14 Denys Vlasenkostyle fix, no code changes
2019-05-10 Denys Vlasenkoudhcpd: code shrink
2019-04-30 James ByrneOptionally re-introduce bb_info_msg()
2019-04-28 Denys Vlasenkoip: fix comment placement
2019-04-28 Denys Vlasenkoifupdown: close memory leak
2019-04-19 Denys Vlasenkohttpd: do disable header reading timeout even if proxying
2019-04-19 Denys Vlasenkohttpd: use full size of iobuf[] when piping CGI data
2019-04-19 Denys Vlasenkohttpd: do not set alarm() timeout if we read cached...
2019-04-19 Denys Vlasenkohttpd: deindent code block, no code changes
2019-04-19 Denys Vlasenkohttpd: require "HTTP/xyz" at the end of request line
2019-04-18 Alexander Vickberghttpd: pass authorization header to CGI if not Basic
2019-04-17 Alexander Vickberghttpd: When sending gzipped content use content-length...
2019-04-16 Denys Vlasenkohttpd: extract query string only after proxying check
2019-04-16 Denys Vlasenkohttpd: make rmt_ip variable local
2019-04-16 Denys Vlasenkohttpd: check denied IPs even before reading 1st query...
2019-04-16 Denys Vlasenkohttpd: do not decode URL and headers if proxying -...
2019-04-16 Denys Vlasenkohttpd: remove duplicate "decode URL escape sequences...
2019-04-16 Denys Vlasenkohttpd: put all headers into environment as HTTP_UPPERCA...
2019-04-16 Denys Vlasenkohttpd: fix handling of EOF in get_line()
2019-04-16 Denys Vlasenkohttpd: add missing {}
2019-04-16 Denys Vlasenkohttpd: do not percent-decode URI if proxying
2019-04-14 Denys Vlasenkohttpd: fix proxy headers passing - full_write() instead...
2019-04-14 Denys Vlasenkohttpd: if remote IP is denied, send FORBIDDEN reply...
2019-04-14 Denys Vlasenkoudhcpc6: code shrink
2019-04-13 Denys Vlasenkoudhcpc6: add a few comments, no code changes.
2019-04-13 Denys Vlasenkoudhcpc6: make it enabled in defconfig
2019-04-13 Antoine Girard-Valléeudhcp: add 100 and 101 dhcp options for ipv4
2019-04-13 Denys Vlasenkobrctl: add TODO: "showmacs BR"
2019-04-13 Denys Vlasenkobrctl: simplify str_to_jiffies()
2019-04-13 Denys Vlasenkobrctl: convert remaining commands to work via /sys
2019-04-12 Denys Vlasenkobrctl: make "show" command retrieve data from /sys
2019-04-07 Bernhard Reutner... ipaddress: remove unused variable no_link
next