summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Merge branch 'upgrade_dirs' into 'main'Alexander Færøy2023-03-234-23/+43
|\ \ \
| * | | Bump to the lastest versions of dirs and directories.Nick Mathewson2023-03-224-23/+43
* | | | Merge branch 'circuit_accessor' into 'main'Ian Jackson2023-03-232-2/+34
|\ \ \ \
| * | | | Add an experimental circuit accessor to DataStream.Nick Mathewson2023-03-232-2/+34
|/ / / /
* | | | Merge branch 'hsplumb' into 'main'Ian Jackson2023-03-2314-53/+158
|\ \ \ \ | |/ / / |/| | |
| * | | 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-234-1/+25
| * | | 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
|/ / /
* | | Merge branch 'build_hs_circuits' into 'main'Nick Mathewson2023-03-2211-21/+641
|\ \ \ | |/ / |/| |
| * | 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
| * | circmgr: Declare builder() unconditionally.Nick Mathewson2023-03-223-7/+19
| * | hspool: Tweak comments and add more TODOs.Nick Mathewson2023-03-221-10/+33
| * | circmgr: hspool now launches circuits in the background.Nick Mathewson2023-03-221-11/+157