summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* hsclient: Abolish knowledge of HS circuits in circmgrIan Jackson2023-03-011-10/+1
* hsclient state: Split off MultikeyIsolatedMapIan Jackson2023-03-011-0/+1
* hsclient: Clarify period task handle TODOIan Jackson2023-03-011-1/+1
* hsclient: Document sharing rulesIan Jackson2023-03-011-0/+4
* hsclient state: Demonstrate that our future is now SendIan Jackson2023-03-011-3/+9
* Apply rustfmtIan Jackson2023-03-011-4/+1
* hsclient: Use a generic to provide a mock for connect()Ian Jackson2023-03-011-4/+9
* hsclient: Apply standard lint blockIan Jackson2023-03-011-1/+37
* hsclient: Move dead code allows to specific locationsIan Jackson2023-03-011-1/+1
* hsclient: Add vacuous comments as demanded by clippyIan Jackson2023-03-011-0/+1
* hsclient: Provide a constructor for HsClientConnectorIan Jackson2023-03-011-10/+16
* hsclient: Implement connection attempt tracking state machineIan Jackson2023-03-011-17/+25
* hsclient API: Remove notion of ambient keys fromk this layerIan Jackson2023-03-011-5/+0
* HS API: Remove HS client keys from circmgr APIIan Jackson2023-03-011-2/+1
* HS planning: Discuss whether to remove all HS code from circmgrIan Jackson2023-03-011-1/+2
* tor-hscrypto: Rename key types to correspond to new spec names.Nick Mathewson2023-02-081-2/+2
* Note a needed isolation API.Nick Mathewson2023-01-241-0/+6
* Add a new stub hsclient module to connect to onion services.Nick Mathewson2023-01-241-0/+74