| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | Use the "typos" tool to fix some spelling | Nick Mathewson | 2021-05-26 | 1 | -1/+1 |
| | | |||||
| * | Enable cargo_common_metadata warning. | Nick Mathewson | 2021-05-25 | 1 | -0/+1 |
| | | |||||
| * | Light tweaks to tor-netdoc. | Nick Mathewson | 2021-05-24 | 1 | -2/+8 |
| | | |||||
| * | 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. | ||||
| * | 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 | -0/+1 |
| | | |||||
| * | 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). | ||||
| * | Resolve rustdoc warnings. | Nick Mathewson | 2021-03-29 | 1 | -3/+3 |
| | | |||||
| * | More documentation in tor-netdoc. | Nick Mathewson | 2020-10-26 | 1 | -2/+14 |
| | | |||||
| * | Document most private items in tor-netdoc. | Nick Mathewson | 2020-10-09 | 1 | -0/+1 |
| | | |||||
| * | Move around the modules inside tor-netdoc. | Nick Mathewson | 2020-09-29 | 1 | -15/+4 |
| | | | | | | This change just gives them a more logical breakdown into parsing, documents, and misc other types. | ||||
| * | netdoc: Parser for microdesc consensus documents | Nick Mathewson | 2020-08-27 | 1 | -0/+1 |
| | | | | | | There's more to do here, and things to refactor, but this ought to be enough to get a rudimentary client working. | ||||
| * | Add documentation for authcert parsing. | Nick Mathewson | 2020-06-11 | 1 | -1/+0 |
| | | |||||
| * | Add a couple of commits missing from previous. | Nick Mathewson | 2020-06-09 | 1 | -0/+2 |
| | | |||||
| * | Netdoc: allow parsing multiple routerdescs from a string. | Nick Mathewson | 2020-06-09 | 1 | -0/+15 |
| | | |||||
| * | netdoc: Extract keyword into its own file. | Nick Mathewson | 2020-05-19 | 1 | -0/+1 |
| | | |||||
| * | Implement microdescriptor parsing. | Nick Mathewson | 2020-05-15 | 1 | -0/+1 |
| | | | | | | Additionally, move and refactor related types to reduce friction for microdescriptor parsing implementation. | ||||
| * | tor-netdoc: Move RelayFamily into its own module. | Nick Mathewson | 2020-05-15 | 1 | -0/+2 |
| | | |||||
| * | netdoc: rename Position to Pos. | Nick Mathewson | 2020-05-13 | 1 | -1/+1 |
| | | | | | We use this type a lot, so let's give it a short name. | ||||
| * | tor-netdoc: require documentation, and fill in final missing docs | Nick Mathewson | 2020-05-09 | 1 | -1/+1 |
| | | |||||
| * | Netdoc: remove dead code or annotate it as allowed. | Nick Mathewson | 2020-05-09 | 1 | -1/+0 |
| | | |||||
| * | Document more of 'netdoc', including errors. | Nick Mathewson | 2020-05-09 | 1 | -1/+5 |
| | | |||||
| * | netdoc and version docs | Nick Mathewson | 2020-05-08 | 1 | -7/+16 |
| | | |||||
| * | Fresh git repository for work on "arti" | Nick Mathewson | 2020-05-07 | 1 | -0/+28 |
| 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. | |||||
