summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | proto: Improve comment for handle_incoming()David Goulet2026-01-221-5/+6
| * | | | | proto: Put rsa_id and rsa_cert_digest togetherDavid Goulet2026-01-222-14/+13
| * | | | | proto: Avoid magic hardcoded value for LINK_AUTHDavid Goulet2026-01-222-3/+3
| * | | | | proto: Enforce CERTS and AUTHENTICATE are always expected togetherDavid Goulet2026-01-221-0/+6
| * | | | | proto: Remove async for VerifiableChannel::check()David Goulet2026-01-224-22/+18
| * | | | | proto: Move cell sending out of check() and into finish()David Goulet2026-01-222-37/+42
| * | | | | proto: Remove uneeded code in the unverified inner check()David Goulet2026-01-221-25/+3
| * | | | | proto: Implement FinalizableChannel for an unverified relay channelDavid Goulet2026-01-222-33/+128
| * | | | | proto: Send relay channel NETINFO in check()David Goulet2026-01-223-34/+44
| * | | | | proto: Authenticate a relay channelDavid Goulet2026-01-224-33/+77
| * | | | | proto: Make VerifiableChannel::check() asyncDavid Goulet2026-01-224-4/+7
| * | | | | proto: Add CertifiedConn to relay handshakeDavid Goulet2026-01-222-17/+17
| * | | | | proto: Add relay link signing kp to RelayIdentitiesDavid Goulet2026-01-221-0/+5
| * | | | | proto: Add UnverifiedRelayChannel::build_auth_data()David Goulet2026-01-221-37/+101
| * | | | | proto: Implement RelayResponderHandshakeDavid Goulet2026-01-222-2/+264
| * | | | | proto: Add helper to build NETINFO cellDavid Goulet2026-01-221-13/+25
| * | | | | proto: Add a helper function to build CERTS cellDavid Goulet2026-01-221-1/+47
| * | | | | relay: Pass advertised addresses to the channel handlerDavid Goulet2026-01-2210-19/+56
| * | | | | cert: Add cert_type() to RsaCrossertDavid Goulet2026-01-221-0/+7
| * | | | | proto: Make CERTS cell optionnable for UnverifiedChannelDavid Goulet2026-01-225-21/+67
| * | | | | proto: Move relay channel related structs outside of handshake.rsDavid Goulet2026-01-222-269/+272
| | |_|/ / | |/| | |
* | | | | Merge branch 'rate-limit' into 'main'David Goulet2026-01-221-9/+19
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | arti-relay: change debug message to rate-limited warningSteven Engler2026-01-201-9/+19
| | |/ / | |/| |
* | | | Merge branch 'database-refactoring' into 'main'Clara Engler2026-01-224-197/+245
|\ \ \ \ | |_|/ / |/| | |
| * | | tor-dirserver: Remove FromStr for DocumentIdClara Engler2026-01-223-39/+15
| * | | tor-dirserver: Add `sha2` to `router_descriptor`Clara Engler2026-01-191-0/+2
| * | | tor-dirserver: Rename `doc_id` to `docid`Clara Engler2026-01-194-76/+75
| * | | tor-dirserver: Rename sha256 to docid in schemaClara Engler2026-01-194-51/+51
| * | | tor-dirserver: Rename database meta tableClara Engler2026-01-191-16/+13
| * | | database: Introduce DocumentIdClara Engler2026-01-195-136/+210
* | | | tor-dircommon: De-duplicate example from AuthorityContactClara Engler2026-01-221-35/+0
* | | | arti: Fix commented out comment in exampleClara Engler2026-01-221-1/+1
* | | | tor-dircommon: Fix clippy warningClara Engler2026-01-221-1/+1
* | | | tor-dircommon: Remove legacy authority syntaxClara Engler2026-01-222-149/+16
* | | | tor-dircommon: Document prop330 syntax betterClara Engler2026-01-222-1/+68
* | | | tor-dirserver: Make downloader statelessClara Engler2026-01-202-53/+55
| |/ / |/| |
* | | Fix flaky `request_fail_ultimately` testClara Engler2026-01-191-1/+10
|/ /
* | Merge branch 'opaque_arti_2.0' into 'main'Nick Mathewson2026-01-159-107/+146
|\ \
| * | arti: Edit README.md text about experimental-api.Nick Mathewson2026-01-141-1/+6
| * | bench,testing: Use experimental-api.Nick Mathewson2026-01-132-2/+2
| * | arti: remove deprecated feature flags.Nick Mathewson2026-01-133-17/+6
| * | Reformatting in arti/Cargo.tomlNick Mathewson2026-01-131-33/+5
| * | arti: Resolve unreachable-pub warnings.Nick Mathewson2026-01-132-24/+63
| * | arti: tweak notes on experimental-apiNick Mathewson2026-01-131-4/+6
| * | arti: rename experimental-api "run" to "run_proxy".Nick Mathewson2026-01-131-1/+1
| * | Make arti crate opaque by defaultNick Mathewson2026-01-133-27/+59
* | | tor-netdoc: Remove remaining use of EP::OtherClara Engler2026-01-151-8/+16
* | | Merge branch 'encoded-authcert' into 'main'Ian Jackson2026-01-1515-136/+605
|\ \ \
| * | | tor-netdoc: EncodedAuthCert: docs grammarIan Jackson2026-01-151-1/+1
| * | | tor-netdoc: EncodedAuthCert: remove another bit of leftover debugIan Jackson2026-01-151-1/+0