summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | Make the HS encoder randomness source injectable.Gabriela Moldovan2023-03-275-50/+46
* | | tor-netdir: Use `pos` not `idx` in test network constructorsIan Jackson2023-03-271-14/+14
* | | tor-netdir: Use `hsdir_index` for hidden service directory hashval (fmt)Ian Jackson2023-03-271-1/+4
* | | tor-netdir: Use `hsdir_index` for hidden service directory hashvalIan Jackson2023-03-271-11/+11
* | | tor-netdir: eliminate ref to abolished MdEntryIan Jackson2023-03-271-2/+2
* | | tor-netdir: Use `rsidx` consistent for `RouterStatusIdx`Ian Jackson2023-03-272-42/+42
|/ /
* / Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-275-29/+79
|/
* tor_client: Add some example code for BridgeConfig.Nick Mathewson2023-03-241-0/+49
* arti-client: Make TransportConfigListBuilder public.Nick Mathewson2023-03-241-1/+8
* Use transparent structs instead of builders.Gabriela Moldovan2023-03-244-100/+95
* Refactor the inner doc tests to be more DRY.Gabriela Moldovan2023-03-241-53/+55
* Remove `NetdocText` and replace its uses with `String`.Gabriela Moldovan2023-03-246-66/+21
* Remove some unnecessary visibility restrictions.Gabriela Moldovan2023-03-243-130/+74
* Create a new `IntroPointDesc` type.Gabriela Moldovan2023-03-242-21/+55
* Use the less ambiguous inner/middle/outer terminology.Gabriela Moldovan2023-03-243-17/+19
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-2415-44/+1278
* Define constants for `AuthClient` field lengths.Gabriela Moldovan2023-03-242-7/+19
* Implement `ItemArgument` for `String`.Gabriela Moldovan2023-03-241-0/+6
* Merge branch 'openssl_update' into 'main'Ian Jackson2023-03-241-1/+1
|\
| * Update required openssl versionNick Mathewson2023-03-241-1/+1
* | Fix typosDimitris Apostolou2023-03-241-1/+1
|/
* Merge branch 'paths' into 'main'Alexander Færøy2023-03-232-5/+64
|\
| * tor-config: Apply deferred rustfmt churnIan Jackson2023-03-211-4/+4
| * tor-config: Do minimal $ and ~ handling even without expand-pathsIan Jackson2023-03-212-2/+58
| * tor-config: Make CfgPathError PartialEq but only when testingIan Jackson2023-03-211-0/+1
| * tor-config: Fix build when expand-paths is disabledIan Jackson2023-03-211-2/+5
| * tor-config: paths, unexpanded: use infallible conversionIan Jackson2023-03-211-2/+1
* | Merge branch 'upgrade_dirs' into 'main'Alexander Færøy2023-03-233-4/+4
|\ \
| * | Bump to the lastest versions of dirs and directories.Nick Mathewson2023-03-223-4/+4
* | | Add an experimental circuit accessor to DataStream.Nick Mathewson2023-03-232-2/+34
* | | Apply deferred rustfmt churnIan Jackson2023-03-231-1/+4
* | | arti-client: Include redacted HsId in ObtainHsCircuit errorIan Jackson2023-03-233-5/+5
* | | safelog: impl From<T> for Redacted<T>Ian Jackson2023-03-232-0/+2
* | | arti-client: Fix wording of docs for TorClient::isolationIan Jackson2023-03-231-1/+1
* | | arti-client: Strengthen an HS todoNick Mathewson2023-03-231-1/+1
* | | tor-proto: Feature-conditionalise some enum variantsIan Jackson2023-03-231-0/+6
* | | tor-proto: Split off send-control-msg featureIan Jackson2023-03-234-7/+8
* | | arti: Provide onion-service-client featureIan Jackson2023-03-232-1/+4
* | | arti-client: Call tor-hsclient to create HS connectionsIan Jackson2023-03-232-4/+27
* | | arti-client: Create an HsClientConnectorIan Jackson2023-03-233-1/+24
* | | arti-client: Move client stream creation out of match, in connectIan Jackson2023-03-231-16/+17
* | | arti-client: Break out TorClient::isolation(prefs)Ian Jackson2023-03-231-17/+32
* | | tor-hsclient: Have the public API take StreamIsolationIan Jackson2023-03-231-2/+7
* | | tor-hsclient: impl HasKind for errorsIan Jackson2023-03-231-1/+20
* | | tor-hsclient: Swap errors so Bug comes lastIan Jackson2023-03-231-4/+4
* | | tor-hsclient: Document clone-nature of HsClientConnectorIan Jackson2023-03-231-0/+3
|/ /
* | hspool: simplify loop and add a maximumNick Mathewson2023-03-221-41/+39
* | hspool: Clarify/document more TODO HS items.Nick Mathewson2023-03-221-2/+8
* | circmgr: Make a separate SupportedCircUsage for HS stuffNick Mathewson2023-03-221-3/+6
* | tor-proto: document deep-copy in ClientCirc::path()Nick Mathewson2023-03-221-0/+4