summaryrefslogtreecommitdiff
path: root/tor-bytes/src/reader.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-bytes: Fix possible panic in truncate.Nick Mathewson2021-05-241-1/+15
|
* Add a test for Reader::advanceNick Mathewson2020-10-211-0/+11
|
* Document private members in most cratesNick Mathewson2020-09-241-2/+4
|
* Run cargo fix --edition-idiomsNick Mathewson2020-09-211-1/+1
|
* bytes: more test for Reader.Nick Mathewson2020-09-141-4/+86
|
* tor_bytes::Reader: fix a bug in truncate.Nick Mathewson2020-09-121-1/+1
|
* Fix clippy warnings; improve key type for consensus.Nick Mathewson2020-09-071-1/+0
|
* tor-bytes: Add initial support for the bytes crateNick Mathewson2020-09-051-0/+9
|
* tor-bytes: add the missing documentationNick Mathewson2020-05-081-3/+67
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+252
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.