summaryrefslogtreecommitdiff
path: root/tor-proto/src/util/err.rs
Commit message (Expand)AuthorAgeFilesLines
* Misc tests in tor-proto.Nick Mathewson2021-06-191-1/+4
* Make a few error types implement CloneNick Mathewson2021-06-141-3/+13
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-2/+2
* Move stream timeout logic into tor-client.Nick Mathewson2021-03-241-12/+0
* Better management for END cells in streams.Nick Mathewson2021-03-101-6/+12
* Implement From<tor_proto::Error> for std::io::ErrorNick Mathewson2021-03-101-0/+23
* Implement timeout for new streams (set to 120 seconds).George Kadianakis2021-02-051-0/+11
* Function to check whether a channel matches a target.Nick Mathewson2020-10-291-0/+3
* Make circuit reactors also have a run_once() method for testing.Nick Mathewson2020-10-271-0/+25
* Tests for handshakes with missing certsNick Mathewson2020-10-231-1/+10
* Mark channels as unusable if reactor gets an error.Nick Mathewson2020-10-151-0/+3
* Split the cell-handling parts of tor-proto into a new crate.Nick Mathewson2020-09-261-0/+3
* Initial error cleanup on streams/circuitsNick Mathewson2020-09-251-0/+9
* Create a StreamID->Stream map type.Nick Mathewson2020-09-201-3/+3
* Make client-demo launch a request to www.torproject.org:80Nick Mathewson2020-09-121-0/+3
* WIP: extend.Nick Mathewson2020-09-121-0/+3
* For circuits: Implement first hop create via create_fast.Nick Mathewson2020-09-111-0/+3
* proto: add minimal (raw) circuit support.Nick Mathewson2020-09-111-0/+6
* Implement most of client-side channel cert validation.Nick Mathewson2020-09-091-14/+2
* Work on client channel handshake: mostly done, except for verificationNick Mathewson2020-09-091-1/+1
* proto: small err cleanupsNick Mathewson2020-09-061-23/+20
* Document most of tor-protoNick Mathewson2020-05-091-0/+17
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+39