Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-30 | misc Clippy cleanup | Alan Somers | |
* Fix race conditions in the tests. Two tests were grabbing a mutex but immediately dropping it. Thank you, Clippy. * Remove vestigial Windows support. Remove some code added to support Windows in 2015. Nix is no longer intended to ever run on Windows. * Various other minor Clippy lints. | |||
2017-12-20 | Remove elided 'static lifetime | Bryant Mairs | |
As of Rust 1.17 'static lifetimes are implied when declaring consts. | |||
2017-07-20 | fix some tests for Android | Nicolas Dusart | |
2016-01-27 | Add test for if_nametoindex | Kamal Marhubi | |