aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-ptmgr/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ClientTransportGaveError to TransportGaveErrorSaksham Mittal2023-09-131-3/+3
* Fix typosDimitris Apostolou2022-12-091-1/+1
* ptmgr: change error UnconfiguredTransportDueToConcurrentReconfigurationIan Jackson2022-11-301-5/+7
* ptmgr: Clarify E::NotAFileIan Jackson2022-11-301-2/+6
* ptmgr: Fix kind for E::StatedirCreateFailedIan Jackson2022-11-301-1/+1
* ptmgr: Use anonymize_home when displaying paths in errorsNick Mathewson2022-11-291-3/+4
* Merge remote-tracking branch 'eta/ptreactor-v1' into merge_ptreactorNick Mathewson2022-11-291-5/+34
|\
| * tor-ptmgr: add PtReactoreta2022-11-291-5/+34
* | ptmgr: Refine RetryTime for ChildSpawnFailed.Nick Mathewson2022-11-291-1/+7
* | ptmgr: Rename ClientTransportFailed, document, and correct its RetryTime.Nick Mathewson2022-11-291-5/+6
* | ptmgr: Replace StdioUnavailable with a PtError.Nick Mathewson2022-11-291-7/+0
* | Rename LocalLoginFailed to ExternalToolFailed.Nick Mathewson2022-11-291-1/+1
|/
* ptmgr: Fill in some error-related code; resolve TODOs.Nick Mathewson2022-11-281-6/+40
* Draft: Pluggable transport managereta2022-11-281-0/+35
* tor-ptmgr/ipc: First cut of pluggable transport spawningeta2022-10-261-0/+67