summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tor-rtmock: Remove a todo commentIan Jackson2024-04-031-5/+0
| * | | | derive-deftly: Call pub_template_semver_checkIan Jackson2024-04-032-0/+4
| * | | | Switch to derive-deftlyIan Jackson2024-04-0329-234/+236
* | | | | Merge branch 'finish-backoff-refactor' into 'main'Nick Mathewson2024-04-022-31/+126
|\ \ \ \ \
| * | | | | tor-hsservice: Move optional timeout to optionally_timeout().Gabriela Moldovan2024-04-021-7/+32
| * | | | | tor-hsservice: s/timeout/overall_timeout for clarity.Gabriela Moldovan2024-04-021-2/+2
| * | | | | tor-hsservice: Add a test for the backoff runner's single_attempt_timeout().Gabriela Moldovan2024-04-021-0/+51
| * | | | | tor-hsservice: Use single_attempt_timeout in backoff Runner impl (fmt).Gabriela Moldovan2024-04-021-10/+10
| * | | | | tor-hsservice: Use single_attempt_timeout in backoff Runner impl.Gabriela Moldovan2024-04-022-19/+38
* | | | | | Merge branch 'unmanaged-proxy-config-test' into 'main'Nick Mathewson2024-04-024-10/+63
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add a test for transport configurationNick Mathewson2024-04-021-0/+46
| * | | | | example-config: Indent transport argumentsNick Mathewson2024-04-021-9/+9
| * | | | | ptmgr: Use impl_standard_builder for TransportConfigNick Mathewson2024-04-021-1/+3
| * | | | | Make TorClientConfig implement AsRef<BridgesConfig>Nick Mathewson2024-04-021-0/+5
* | | | | | remove unused dependenciestrinity-1686a2024-04-0218-52/+2
|/ / / / /
* | / / / Remove semver.md files from arti-1.2.1 releaseNick Mathewson2024-04-027-18/+0
| |/ / / |/| | |
* | | | Run cargo update in {equix,hashx}/benchNick Mathewson2024-04-022-418/+326
* | | | Bump arti crate to 1.2.1Nick Mathewson2024-04-023-3/+3
* | | | Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-0245-361/+361
* | | | Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-0232-46/+46
|/ / /
* | | Merge branch 'time' into 'main'Ian Jackson2024-04-025-89/+147
|\ \ \
| * | | tor-rtmock: Change word in commentIan Jackson2024-04-021-1/+1
| * | | tor-rtmock: Use MockTimeCore in time.rs too (fmt)Ian Jackson2024-03-251-6/+12
| * | | tor-rtmock: Use MockTimeCore in time.rs tooIan Jackson2024-03-251-23/+18
| * | | tor-rtmock: Introduce MockTimeCoreIan Jackson2024-03-252-25/+82
| * | | tor-rtmock: time_core: rename from coarse_time (fmt)Ian Jackson2024-03-251-1/+1
| * | | tor-rtmock: time_core: rename from coarse_timeIan Jackson2024-03-254-3/+3
* | | | Run "fixup-features" in preparation for next release.Nick Mathewson2024-03-287-7/+7
| |/ / |/| |
* | | Merge branch 'netdir-params-links' into 'main'Alexander Færøy2024-03-271-3/+3
|\ \ \
| * | | tor-netdir: Fix broken links in NetParameters docs.Gabriela Moldovan2024-03-261-3/+3
* | | | Fix note in config that claimed onion services weren't implementedNick Mathewson2024-03-271-1/+4
|/ / /
* | | Merge branch 'vanguard-params' into 'main'gabi-2502024-03-262-0/+89
|\ \ \ | |_|/ |/| |
| * | tor-guardmgr: Replace From impl with from_net_parameter constructor.Gabriela Moldovan2024-03-261-2/+8
| * | tor-netdir: Use IntegerSeconds for the vanguard lifetime params.Gabriela Moldovan2024-03-261-4/+4
| * | tor-netdir: Use consistent termninology in the vanguard param docs.Gabriela Moldovan2024-03-261-6/+6
| * | tor-netdir: Fix torspec links in vanguard param docs.Gabriela Moldovan2024-03-261-8/+8
| * | tor-guardmgr: Implement From<BoundedInt32> for VanguardMode.Gabriela Moldovan2024-03-261-0/+13
| * | tor-netdir: Add the vanguard params to NetParameters.Gabriela Moldovan2024-03-261-0/+70
| |/
* | Make filter conditional, to fix build with hs-service disabled.Nick Mathewson2024-03-262-2/+6
* | Refactor and simplify ClientCircSyncViewNick Mathewson2024-03-262-34/+24
* | Rename the old IncomingStreamRequestContext to StreamReqInfo.Nick Mathewson2024-03-263-9/+7
* | hss: Make the limit for streams configurable.Nick Mathewson2024-03-265-16/+30
* | Add an IncomingStreamRequestFilter to check early propertiesNick Mathewson2024-03-266-17/+167
* | Define a type for a synchronous (blocking) view of a circuit state.Nick Mathewson2024-03-263-0/+40
* | proto: Make StreamMap keep a count of open streams.Nick Mathewson2024-03-261-0/+34
* | proto: Prevent general state-transitions on StreamEntNick Mathewson2024-03-262-38/+60
* | proto: Refactor circuit::streammap::StreamEntNick Mathewson2024-03-262-40/+51
* | Merge branch 'refactor_stream_crypto_init' into 'main'Nick Mathewson2024-03-265-87/+118
|\ \ | |/ |/|
| * Push HandshakeRole down one level.Nick Mathewson2024-03-261-5/+4
| * Provide spec links for relay crypto formats.Nick Mathewson2024-03-261-2/+10