| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | bytes: add tests for impl.rs | Nick Mathewson | 2020-09-15 | 1 | -0/+113 | |
| | | ||||||
| * | bytes: add tests for Writer trait | Nick Mathewson | 2020-09-14 | 2 | -0/+56 | |
| | | ||||||
| * | bytes: more test for Reader. | Nick Mathewson | 2020-09-14 | 1 | -4/+86 | |
| | | ||||||
| * | tor_bytes::Reader: fix a bug in truncate. | Nick Mathewson | 2020-09-12 | 1 | -1/+1 | |
| | | ||||||
| * | Pare down and sort dependencies | Nick Mathewson | 2020-09-09 | 1 | -3/+3 | |
| | | ||||||
| * | Run cargo upgrade, except for stream-cipher. | Nick Mathewson | 2020-09-09 | 1 | -1/+1 | |
| | | ||||||
| * | Implement most of client-side channel cert validation. | Nick Mathewson | 2020-09-09 | 1 | -2/+4 | |
| | | ||||||
| * | Fix clippy warnings; improve key type for consensus. | Nick Mathewson | 2020-09-07 | 2 | -2/+0 | |
| | | ||||||
| * | tor-bytes: Add initial support for the bytes crate | Nick Mathewson | 2020-09-05 | 3 | -0/+17 | |
| | | ||||||
| * | Migrate certificate and routerdesc checking to tor-checkable | Nick Mathewson | 2020-09-03 | 1 | -1/+1 | |
| | | | | | | Now these types are parsed and returned wrapped inside a checkable object. | |||||
| * | Run cargo-upgrade. | Nick Mathewson | 2020-08-28 | 1 | -4/+4 | |
| | | ||||||
| * | Update to latest packages; ed25519 now needs signature crate traits. | Nick Mathewson | 2020-07-20 | 2 | -7/+9 | |
| | | ||||||
| * | Run "cargo update". | Nick Mathewson | 2020-06-21 | 1 | -1/+1 | |
| | | ||||||
| * | Use "cargo upgrade" from cargo-edit to list current versions | Nick Mathewson | 2020-06-12 | 1 | -5/+5 | |
| | | ||||||
| * | update to use latest rust-crypto traits and modules | Nick Mathewson | 2020-06-10 | 2 | -9/+7 | |
| | | ||||||
| * | tor-bytes: add the missing documentation | Nick Mathewson | 2020-05-08 | 5 | -18/+224 | |
| | | ||||||
| * | make id field in RSAIdentity private | Nick Mathewson | 2020-05-08 | 1 | -5/+2 | |
| | | ||||||
| * | Fresh git repository for work on "arti" | Nick Mathewson | 2020-05-07 | 6 | -0/+656 | |
| 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. | ||||||
