aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tor-netdoc: Properly obtain min/max for start and end timeClara Engler2026-07-301-2/+2
| * | | | | tor-netdoc: Rename min/max to start and end timeClara Engler2026-07-301-5/+7
* | | | | | Merge branch 'testdata-typo' into 'main'Ian Jackson2026-07-302-3/+3
|\ \ \ \ \ \
| * | | | | | tor-netdoc: Fix typo in testdata-live-download and RELAY_* constantsIan Jackson2026-07-302-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'mock-net' into 'main'David Goulet2026-07-305-0/+476
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | tor-proto: add unit tests for some circuit handshakesSteven Engler2026-07-291-0/+130
| * | | | | tor-proto: add 'test_utils' mod for channel testsSteven Engler2026-07-292-0/+308
| * | | | | tor-proto: add test-only `NoOpChannelProvider`Steven Engler2026-07-291-0/+22
| * | | | | tor-proto: add test-only `NoOpRequestFilter`Steven Engler2026-07-291-0/+16
* | | | | | Merge branch 'rd-verify' into 'main'Clara Engler2026-07-304-8/+359
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tor-netdoc: Add various TODO follow-upsClara Engler2026-07-302-3/+8
| * | | | | tor-netdoc: Make RouterDescUnverified::verify() publicClara Engler2026-07-302-2/+2
| * | | | | tor-netdoc: Run cargo-fmtClara Engler2026-07-301-3/+13
| * | | | | tor-netdoc: Allow dead_code for RouterDesc::verifyClara Engler2026-07-301-0/+1
| * | | | | tor-netdoc: Add large RouterDesc verification testClara Engler2026-07-301-1/+169
| * | | | | tor-netdoc: Enable cvt-x25519 for llcryptoClara Engler2026-07-301-1/+1
| * | | | | tor-netdoc: Add test only rd_encode_sign() methodClara Engler2026-07-301-0/+46
| * | | | | tor-netdoc: Call .verify() in test_parse2_simpleClara Engler2026-07-301-1/+8
| * | | | | tor-netdoc: Add RouterDescUnverified::verify()Clara Engler2026-07-301-5/+118
| * | | | | tor-netdoc: Derive Copy for Ed25519PublicClara Engler2026-07-292-1/+2
| |/ / / /
* | | | | Merge branch 'relay-fix' into 'main'David Goulet2026-07-291-1/+1
|\ \ \ \ \
| * | | | | tor-proto: fix tests when `feature = relay`Steven Engler2026-07-291-1/+1
|/ / / / /
* | | | | Merge branch 'proto-relay-chan-log' into 'main'opara2026-07-291-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | proto: Use PeerInfo to log responder channel addrDavid Goulet2026-07-291-2/+2
|/ / / /
* | | | Merge branch 'no-tap' into 'main'Ian Jackson2026-07-291-49/+1
|\ \ \ \
| * | | | tor-netdoc: routerdesc: Abolish onion-key & -crosscert handling in old parserIan Jackson2026-07-291-38/+0
| * | | | tor-netdoc: routerdesc: Abolish onion-key (obsolete TAP) fieldIan Jackson2026-07-291-11/+1
* | | | | Merge branch 'todo-newcomer' into 'main'Ian Jackson2026-07-291-21/+23
|\ \ \ \ \
| * | | | | CONTRIBUTING: Remove a stray backslashIan Jackson2026-07-281-1/+1
| * | | | | CONTRIBUTING: Encourage asking on irc some moreIan Jackson2026-07-281-8/+10
| * | | | | CONTRIBUTING: Improve best next stepsIan Jackson2026-07-281-2/+2
| * | | | | CONTRIBUTING: Replace TODO wordingJim Newsome2026-07-281-4/+3
| * | | | | CONTRIBUTING: Remove a spurious blank lineIan Jackson2026-07-281-1/+0
| * | | | | CONTRIBUTING: Remove duplicate buggracker referenceIan Jackson2026-07-281-3/+0
| * | | | | CONTRIBUTING: Be a bit more sceptical about "First Contribution"Ian Jackson2026-07-281-1/+1
| * | | | | CONTRIBUTING: Move "First Contribution" ticket label earlierIan Jackson2026-07-281-3/+3
| * | | | | CONTRIBUTING: Suggest the ticket tracker rather than TODO-huntingIan Jackson2026-07-211-7/+12
* | | | | | Merge branch 'ticket2549_01' into 'main'David Goulet2026-07-287-7/+397
|\ \ \ \ \ \
| * | | | | | relay: Keep desc publisher idle until encoding is implementedDavid Goulet2026-07-281-1/+2
| * | | | | | relay: Make build_descriptor() return Arc<str>David Goulet2026-07-281-9/+2
| * | | | | | relay: Add needeed changes to dirmirror todo commentDavid Goulet2026-07-281-1/+2
| * | | | | | relay: Get rid of our custom relay desc uploaderDavid Goulet2026-07-281-51/+20
| * | | | | | relay: Use mpsc_channel_no_memquota for tasks' queueDavid Goulet2026-07-282-4/+5
| * | | | | | relay: Move authorities ownership to TorRelayDavid Goulet2026-07-282-20/+12
| * | | | | | relay: Adjust the try_send() error messageDavid Goulet2026-07-282-3/+6
| * | | | | | relay: Use warn_report on crypto task command failureDavid Goulet2026-07-281-1/+2
| * | | | | | relay: Use DirectHttpUploader for the desc taskDavid Goulet2026-07-281-31/+12
| * | | | | | relay: Return bug error if dir authority has no address(es)David Goulet2026-07-281-3/+4
| * | | | | | relay: Make compute_targets() not return an OptionDavid Goulet2026-07-281-10/+10
| * | | | | | relay: Remove runtime from desc task structDavid Goulet2026-07-282-13/+6