summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'fix-blockage-accessors' into 'main'Ian Jackson2023-03-291-1/+13
|\ \ \
| * | | arti-client: add accessors for `Blockage`eta2023-03-281-1/+13
|/ / /
* | | Merge branch 'hsdesc-encoder-generic-rng' into 'main'Nick Mathewson2023-03-275-147/+131
|\ \ \
| * | | Remove hard-coded test certs.Gabriela Moldovan2023-03-274-98/+86
| * | | Make the HS encoder randomness source injectable.Gabriela Moldovan2023-03-275-50/+46
|/ / /
* | | Merge branch 'idx' into 'main'gabi-2502023-03-272-68/+71
|\ \ \ | |/ / |/| |
| * | 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
|/ /
* | Merge branch 'encode-hsdesc-blinded-keys' into 'main'Nick Mathewson2023-03-275-29/+79
|\ \ | |/ |/|
| * Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-275-29/+79
|/
* Merge branch 'typos' into 'main'Ian Jackson2023-03-271-1/+1
|\
| * Fix typoDimitris Apostolou2023-03-241-1/+1
* | Merge branch 'pt_config_build' into 'main'Nick Mathewson2023-03-251-1/+57
|\ \ | |/ |/|
| * 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
|/
* Merge branch 'encode_hsdesc' into 'main'Ian Jackson2023-03-2416-71/+1257
|\
| * 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-2416-44/+1280
| * Define constants for `AuthClient` field lengths.Gabriela Moldovan2023-03-242-7/+19
| * Implement `ItemArgument` for `String`.Gabriela Moldovan2023-03-241-0/+6
|/
* Merge branch 'rpc-meta-draft' into 'main'Ian Jackson2023-03-241-0/+568
|\
| * rpc-meta-draft: Sketch an even-lower-level API.Nick Mathewson2023-03-241-0/+11
| * rpc-draft: Sketch out more commands to add, start sketching APIsNick Mathewson2023-03-241-1/+112
| * rpc-meta: clarify when "object" means "JSON object".Nick Mathewson2023-03-241-8/+7
| * rpc-meta: expand on handle/reference semantics.Nick Mathewson2023-03-241-5/+24
| * rpc-meta: Use "will" for what Arti does, "must" for what client does.Nick Mathewson2023-03-241-4/+4
| * rpc-meta: Rename intermediate response to "update".Nick Mathewson2023-03-241-25/+23
| * rpc-meta-draft: consistently say "request" or "method", not "command".Nick Mathewson2023-03-241-15/+15
| * rpc-meta-draft: make a number of localized changes from the review.Nick Mathewson2023-03-241-21/+103
| * Start drafting a dev note about a JSON-based OO RPC design.Nick Mathewson2023-03-241-0/+348
|/
* Merge branch 'shellexpand' into 'main'Ian Jackson2023-03-241-27/+7
|\
| * Update to shellexpand 3.1.0 so we can use dirs 5 everywhereIan Jackson2023-03-241-27/+7
|/
* Merge branch 'openssl_update' into 'main'Ian Jackson2023-03-242-7/+7
|\
| * Update required openssl versionNick Mathewson2023-03-242-7/+7
* | Merge branch 'typos' into 'main'Nick Mathewson2023-03-242-2/+2
|\ \ | |/ |/|
| * Fix typosDimitris Apostolou2023-03-242-2/+2
|/
* 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