summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | tor-hscrypto: Replace .chunks_exact with .as_chunksIan Jackson2026-07-271-3/+2
* | | Merge branch 'intern' into 'main'Ian Jackson2026-07-279-25/+26
|\ \ \
| * | | tor-netdoc: Make RouterStatus.port_policy use Intern, not ArcIan Jackson2026-07-272-2/+1
| * | | tor-netdoc: Make the str in a SoftwareVersion be Intern (fmt)Ian Jackson2026-07-271-3/+1
| * | | tor-netdoc: Make the str in a SoftwareVersion be InternIan Jackson2026-07-272-3/+4
| * | | tor-protover: Use GloballyInternableIan Jackson2026-07-273-12/+11
| * | | tor-protover: Replace Arc with InternIan Jackson2026-07-271-7/+7
| * | | tor-basic-utils: Intern is always CloneIan Jackson2026-07-273-1/+5
| |/ /
* | | Merge branch 'create-fast' into 'main'opara2026-07-275-79/+159
|\ \ \
| * | | tor-proto: add a TODO for crypt protocol and cc alg logicSteven Engler2026-07-271-0/+4
| * | | tor-proto: add `HandshakeSubprotocols`Steven Engler2026-07-272-9/+49