aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/hosts.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace the lazy_static crate with std::sync::LazyLock in components/net (#33...Hayashi Mikihiro2024-08-141-6/+3
* clippy: fix warnings in components/net (#31564)eri2024-03-101-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Rustfmt net cratePyfisch2018-11-031-12/+23
* Replace parse-hosts crate with 10 lines of code.Simon Sapin2017-11-281-6/+12
* Use try syntax for Option where appropriateMatt Brubeck2017-10-201-13/+4
* Update parse-hosts.Clar Charr2017-07-061-13/+4
* Move hosts module into net crate. Remove obsolete functions.Josh Matthews2017-04-061-0/+63