summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* ChanMgr: new (unimplemented) APIs for pluggable transportsNick Mathewson2022-09-231-0/+13
* Final (?) API revisions for tor-linkspecNick Mathewson2022-08-101-1/+10
* ChanMgr: Add more contextual info to error types.Nick Mathewson2022-07-061-16/+23
* Do not include error source() in display() format.Nick Mathewson2022-06-211-2/+2
* chanmgr: bubble ClockSkew up through the Error object.Nick Mathewson2022-04-071-5/+41
* chanmgr: implement HasRetryTime.Nick Mathewson2022-04-041-0/+31
* Implement a basic form of RFC 8305 ("happy eyeballs") for channelseta2022-03-071-0/+9
* tor-proto: Split IoErr based on when it occursNick Mathewson2022-02-231-1/+1
* Rename TorConnectionFailed to TorAccessFailedNick Mathewson2022-02-221-2/+2
* tor-chanmgr: use Bug types.Nick Mathewson2022-02-161-4/+4
* Implement HasKind for tor-chanmgr::ErrorNick Mathewson2022-02-161-2/+6
* Make SpawnError wrappers contain a 'spawning' stringNick Mathewson2022-02-041-9/+18
* channel errors: Include what we were doingIan Jackson2022-02-041-5/+3
* errors: Add some TODOs as per discussion commentsIan Jackson2022-02-041-0/+5
* tor-chanmgr::Error: impl HasKindIan Jackson2022-02-041-0/+13
* tor-chanmgr: Handle IO errora in the new styleIan Jackson2022-02-041-9/+11
* spawn errors: Fix arti-client, tor-chanmgr, tor-circmgrIan Jackson2022-02-041-3/+9
* tor-chanmgr: remove PendingChanError as unnecessary.Nick Mathewson2021-10-281-19/+0
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+76