Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the lazy_static crate with std::sync::LazyLock in components/net (#33... | Hayashi Mikihiro | 2024-08-14 | 1 | -6/+3 |
* | clippy: fix warnings in components/net (#31564) | eri | 2024-03-10 | 1 | -1/+1 |
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -1/+2 |
* | remove `extern crate` (#30311) | Samson | 2023-09-08 | 1 | -0/+1 |
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | Rustfmt net crate | Pyfisch | 2018-11-03 | 1 | -12/+23 |
* | Replace parse-hosts crate with 10 lines of code. | Simon Sapin | 2017-11-28 | 1 | -6/+12 |
* | Use try syntax for Option where appropriate | Matt Brubeck | 2017-10-20 | 1 | -13/+4 |
* | Update parse-hosts. | Clar Charr | 2017-07-06 | 1 | -13/+4 |
* | Move hosts module into net crate. Remove obsolete functions. | Josh Matthews | 2017-04-06 | 1 | -0/+63 |