aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-ptmgr/src
Commit message (Expand)AuthorAgeFilesLines
...
* | ptmgr: Replace StdioUnavailable with a PtError.Nick Mathewson2022-11-292-11/+12
* | Rename LocalLoginFailed to ExternalToolFailed.Nick Mathewson2022-11-291-1/+1
|/
* PtMgr: Use a persistent state directory for PT state.Nick Mathewson2022-11-281-9/+8
* Revise the API of "PtMgr::reconfigure"Nick Mathewson2022-11-281-2/+7
* ptmgr: Note a TODO issue around TempDir.Nick Mathewson2022-11-281-0/+2
* ptmgr: Fill in some error-related code; resolve TODOs.Nick Mathewson2022-11-282-8/+50
* ptmgr: clear up unused_import exceptions.Nick Mathewson2022-11-282-16/+21
* ptmgr: Mark PtMessage and next_message as experimental-api.Nick Mathewson2022-11-281-3/+4
* Draft: Pluggable transport managereta2022-11-284-68/+277
* Replace TransportRegistry with AbstractPtMgreta2022-11-221-32/+1
* tor-ptmgr: make configuration use builders, plumb into arti-clienteta2022-11-161-8/+39
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* ptmgr::ipc: Try an alternate approach to initial quotes.Nick Mathewson2022-10-261-10/+5
* tor-ptmgr/ipc: First cut of pluggable transport spawningeta2022-10-263-0/+925
* Merge branch 'factory_redux' into 'main'Nick Mathewson2022-10-131-3/+1
|\
| * chanmgr: Clean up async-ness on factory types.Nick Mathewson2022-10-121-3/+1
* | cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* | Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-34/+1
|/
* Add a few comments based on review.Nick Mathewson2022-09-231-0/+3
* Add the skeleton of a tor-ptmgr crateNick Mathewson2022-09-232-0/+180