summaryrefslogtreecommitdiff
path: root/crates/tor-ptmgr
Commit message (Expand)AuthorAgeFilesLines
...
* Draft: Pluggable transport managereta2022-11-286-70/+280
* Replace TransportRegistry with AbstractPtMgreta2022-11-221-32/+1
* tor-ptmgr: make configuration use builders, plumb into arti-clienteta2022-11-162-8/+40
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* set all crate edition to 2021trinity-1686a2022-11-011-1/+1
* Merge branch 'fuzz_ptmgr_ipc' into 'main'eta2022-10-273-0/+36
|\
| * ptmgr: Add a fuzzer for ptmessage.Nick Mathewson2022-10-263-0/+36
* | 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-265-1/+963
* 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
|/
* Bump minor version of tor-rtcompat and most of its dependentsNick Mathewson2022-10-031-3/+3
* Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-1/+1
* Add a few comments based on review.Nick Mathewson2022-09-231-0/+3
* Add the skeleton of a tor-ptmgr crateNick Mathewson2022-09-234-0/+244