aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
| * | | | | | relay: Add crypto task command channelDavid Goulet2026-07-285-12/+98
| * | | | | | relay: Pass the desc task TX to the crypto taskDavid Goulet2026-07-284-6/+28
| * | | | | | relay: Implement descriptor upload in desc taskDavid Goulet2026-07-283-10/+32
| * | | | | | relay: Pass the dirauth list to the desc taskDavid Goulet2026-07-283-11/+53
| * | | | | | relay: Initial skeleton of the descriptor upload taskDavid Goulet2026-07-285-0/+282
|/ / / / / /
* | | | | | Merge branch 'use-shadow-exec2' into 'main'David Goulet2026-07-282-61/+64
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | integration-e2e-shadow: use shadow-exec to forward output to consoleJim Newsome2026-07-271-19/+14
| * | | | | CI: bump shadow commitJim Newsome2026-07-271-2/+2
| * | | | | integration-e2e-shadow: use shadowtools.config to typecheck generated shadow ...Jim Newsome2026-07-272-42/+50
| | |/ / / | |/| | |
* | | | | Merge branch 'destroyreason' into 'main'gabi-2502026-07-282-3/+3
|\ \ \ \ \
| * | | | | align DestroyReason with torspec!490ramdoys2026-07-282-3/+3
| |/ / / /
* | | | | Merge branch 'circ-handshake-cleanup' into 'main'David Goulet2026-07-271-9/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tor-proto: build crypt state after building hop settingsSteven Engler2026-07-271-10/+10
| * | | | tor-proto: move where we split 'crypt' in CREATE_FAST handshakeSteven Engler2026-07-271-2/+2
| * | | | tor-proto: add some log messages after circuit handshakeSteven Engler2026-07-271-0/+5
|/ / / /
* | | | Merge branch 'clippy' into 'main'opara2026-07-275-16/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | tor-proto: Remove a redundant explicit link targetIan Jackson2026-07-271-1/+1
| * | | tor-hsservice: Remove a useless formatIan Jackson2026-07-271-4/+4
| * | | tor-netdoc: Replace two open-coded slice::fillIan Jackson2026-07-272-6/+2
| * | | tor-hscrypto: Replace .chunks_exact with .as_chunks (fmt)Ian Jackson2026-07-271-4/+4