summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-hsservice errors: Return ReconfigureError from reconfigureIan Jackson2023-08-173-1/+4
| * | tor-hsservice errors: Use Bug for methods that oughtn't to failIan Jackson2023-08-172-4/+9
| * | tor-hsservice errors: Make stop() infallibleIan Jackson2023-08-171-1/+1
| * | tor-hsservice errors: Use `crate::Result` rather than importsIan Jackson2023-08-172-13/+11
* | | Merge branch 'ipt-e-drop' into 'main'gabi-2502023-08-184-2/+33
|\ \ \
| * | | tor-hsservice: Define drop behaviour of IPT establisher statusIan Jackson2023-08-173-0/+21
| * | | tor-async-utils: Deprecate DropNotifyEofSignallable::is_eofIan Jackson2023-08-171-2/+12
* | | | Merge branch 'hss_circparams' into 'main'gabi-2502023-08-181-7/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | hsservice: Use correct circparameters_from_netparameters fnNick Mathewson2023-08-181-7/+5
|/ / /
* | | Merge branch 'allow_stream_req-hop-num' into 'main'Nick Mathewson2023-08-184-9/+80
|\ \ \
| * | | tor-proto: Add test where an incoming stream comes from an unexpect hop.Gabriela Moldovan2023-08-181-0/+44
| * | | tor-proto: Make ClientCirc::allow_stream_requests take a HopNum.Gabriela Moldovan2023-08-184-9/+36
| |/ /
* | | Merge branch 'ipt-relay' into 'main'Nick Mathewson2023-08-181-3/+3
|\ \ \ | |/ / |/| |
| * | tor-hsservice: Change IptEstablisher::new to take RelayIdsIan Jackson2023-08-171-3/+3
|/ /
* | Merge branch 'rendezvous_handshake' into 'main'Nick Mathewson2023-08-177-0/+293
|\ \
| * | hsservice: new rend_handshake moduleNick Mathewson2023-08-174-0/+259
| * | cell: Add accessors to IntroduceHandshakePayloadNick Mathewson2023-08-162-0/+16
| * | cell: Add accessors to Introduce2.Nick Mathewson2023-08-162-0/+18
* | | Merge branch 'always_bug-from' into 'main'gabi-2502023-08-173-2/+13
|\ \ \ | |_|/ |/| |
| * | tor-bytes: deprecate always_bug with From traitEmil Engler2023-08-173-2/+13
* | | Merge branch 'handshake-tests' into 'main'gabi-2502023-08-171-0/+15
|\ \ \ | |/ / |/| |
| * | test: add a test for missing NETINFO cellsEmil Engler2023-08-121-0/+15
* | | Merge branch 'all_crates_warnings' into 'main'Nick Mathewson2023-08-165-5/+10
|\ \ \
| * | | arti-client: fix conditional unused_import and dead_code warningsNick Mathewson2023-08-162-5/+7
| * | | guardmgr: Fix a dead-code warning when built without bridge support.Nick Mathewson2023-08-161-0/+1
| * | | tor-proto: Fix dead_code when building without experimental-apiNick Mathewson2023-08-162-0/+2
* | | | Merge branch 'netdir-todo' into 'main'gabi-2502023-08-162-23/+112
|\ \ \ \
| * | | | tor-netdir: Replace somewhat niche scan() usage with flat_map().Gabriela Moldovan2023-08-161-9/+7
| * | | | tor-netdir: Rework the logic for checking if a node has already been selected.Gabriela Moldovan2023-08-161-3/+1
| * | | | tor-netdir: Store the hsdir indices in a HashSet instead of a BTreeSet.Gabriela Moldovan2023-08-161-4/+4
| * | | | tor-netdir: Derive Hash for HsDirIndex.Gabriela Moldovan2023-08-161-1/+1
| * | | | tor-netdir: Explain what the ring_items_at filter is for.Gabriela Moldovan2023-08-161-0/+5
| * | | | tor-netdir: Only select nodes that haven't been used for lower-numbered repli...Gabriela Moldovan2023-08-161-15/+96
| * | | | tor-netdir: Make ring_items_at() filter the items before returning.Gabriela Moldovan2023-08-162-2/+5
| * | | | tor-netdir: Update ring_items_at() docs.Gabriela Moldovan2023-08-161-4/+3
| * | | | tor-netdir: Remove extraneous whitespace.Gabriela Moldovan2023-08-161-1/+1
| * | | | tor-netdir: Use hsdir_spread_store if we're uploading.Gabriela Moldovan2023-08-161-4/+9
| |/ / /
* | | | Merge branch 'ipt-e' into 'main'Nick Mathewson2023-08-162-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | tor-hsservice: Have IptEstablisher::new() return the status watch (fmt)Ian Jackson2023-08-161-2/+1
| * | | tor-hsservice: Have IptEstablisher::new() return the status watchIan Jackson2023-08-161-5/+6
| * | | Apply some churn from rustfmt (beta)Ian Jackson2023-08-161-1/+1
|/ / /
* | | Merge branch 'upload-descriptor' into 'main'gabi-2502023-08-167-38/+120
|\ \ \
| * | | tor-dirclient: Fix clippy lints.Gabriela Moldovan2023-08-161-5/+5
| * | | tor-dirclient: Remove unused `StringBody` trait.Gabriela Moldovan2023-08-162-27/+0
| * | | tor-dirclient: Make Requestable return requests with String bodies.Gabriela Moldovan2023-08-164-53/+25
| * | | tor-dirclient: Rename StringBody::str() to StringBody::as_str().Gabriela Moldovan2023-08-162-6/+6
| * | | tor-dirclient: Deprecate download() instead of removing it.Gabriela Moldovan2023-08-162-1/+18
| * | | tor-dirclient: Extend format test to check the body is formatted too (fmt)Gabriela Moldovan2023-08-161-1/+4
| * | | tor-dirclient: Extend format test to check the body is formatted too.Gabriela Moldovan2023-08-161-8/+22
| * | | tor-dirclient: Move request building to a test helper function.Gabriela Moldovan2023-08-161-11/+13