| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some warnings about needless & from nightly clippy | Nick Mathewson | 2021-06-18 | 1 | -2/+2 |
| | | |||||
| * | Add noop_method_call warning. | Nick Mathewson | 2021-05-27 | 1 | -0/+1 |
| | | | | | | | This would have saved ahf and me a lot of confusion in debugging a situation where we were cloning a reference of a type that didn't implement Clone. | ||||
| * | Enable cargo_common_metadata warning. | Nick Mathewson | 2021-05-25 | 1 | -1/+2 |
| | | |||||
| * | Replace the last user of caret_enum with caret_int. | Nick Mathewson | 2021-05-25 | 1 | -24/+21 |
| | | | | | This lets us remove caret_enum entirely. | ||||
| * | Add a link tto the tor website to arti blurb. | Nick Mathewson | 2021-05-24 | 1 | -1/+2 |
| | | |||||
| * | More module-level documentation for tor-cert and tor-protover. | Nick Mathewson | 2021-05-23 | 1 | -5/+32 |
| | | |||||
| * | Remove notes about prop#318, which _has_ been accepted. | Nick Mathewson | 2021-05-21 | 1 | -6/+0 |
| | | |||||
| * | Add the "unreachable_pub" lint. | Nick Mathewson | 2021-05-18 | 1 | -0/+1 |
| | | | | | | | This is a somewhat obnoxious change in its scope and requirements, but it makes it easier to understand what the real public and private parts of our APIs are. | ||||
| * | Prefer "relay" over "router" in docs and APIs. | Nick Mathewson | 2021-05-18 | 1 | -2/+2 |
| | | |||||
| * | Add trait_duplication_in_bounds warning. | Nick Mathewson | 2021-05-03 | 1 | -0/+1 |
| | | |||||
| * | Add unseparated_literal_suffix lint, and fix it. | Nick Mathewson | 2021-05-03 | 1 | -3/+4 |
| | | |||||
| * | Add a few more clippy warnings | Nick Mathewson | 2021-05-03 | 1 | -0/+5 |
| | | |||||
| * | Add some more clippy warnings to our list. | Nick Mathewson | 2021-04-27 | 1 | -1/+6 |
| | | |||||
| * | Enforce (and obey) clippy lints about exhaustive enums, structs. | Nick Mathewson | 2021-04-27 | 1 | -0/+4 |
| | | | | | | | | | These lints force us to declare our exported enums and exhaustive-looking structs as non-exhaustive (so that we can add to them in the future without breaking our API) or to explicitly disable the warning for a given enum/struct (to say that we _intend_ for additions to be a breaking change). | ||||
| * | Fix a bunch more new clippy lints in Rust 1.51 | Nick Mathewson | 2021-03-29 | 1 | -0/+1 |
| | | | | | | | | | The major types are: * You implemented Into when you should have implemented From. * You sliced a slice when you didn't have to. * You said Ok(x?) when you could have said x. * You said Vec::new(); push(); push(); when you could have said vec![]. | ||||
| * | Allow HS* protover names, since these are from our standard. | Nick Mathewson | 2021-03-29 | 1 | -0/+2 |
| | | |||||
| * | Fix some clippy warnings from nightly. | Nick Mathewson | 2021-01-02 | 1 | -1/+1 |
| | | |||||
| * | Add support for using fallback directories in path construction | Nick Mathewson | 2020-11-19 | 1 | -1/+4 |
| | | | | | | | This is mainly a refactoring commit, with a little new code. It also adds #[derive(Copy,Clone)] for a few types. | ||||
| * | Clarify TODOs in tor-protover | Nick Mathewson | 2020-10-18 | 1 | -3/+4 |
| | | |||||
| * | Document private members in most crates | Nick Mathewson | 2020-09-24 | 1 | -4/+8 |
| | | |||||
| * | Tests (and correctness fixes) for protover. | Nick Mathewson | 2020-09-22 | 1 | -2/+95 |
| | | |||||
| * | Expose Protocols::new() as public. | Nick Mathewson | 2020-07-20 | 1 | -1/+1 |
| | | |||||
| * | protover: add missing documentation | Nick Mathewson | 2020-05-08 | 1 | -33/+105 |
| | | |||||
| * | Fresh git repository for work on "arti" | Nick Mathewson | 2020-05-07 | 1 | -0/+368 |
| Arti is a rust tor implementation. It's project I've been working on for a few months now, in weekends and in spare time. It doesn't speak the tor protocol yet, and it doesn't connect to the network at all. It needs much more documentation and testing, but I'm just about ready to show it to others. See the README.md for a description of what is there and what isn't. | |||||
