summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | tor-netdoc: Improve docs for RelayFlagsIan Jackson2025-11-181-1/+10
* | | | | | tor-netdoc: Move RelayFlags into its own moduleIan Jackson2025-11-183-161/+185
|/ / / / /
* | | | | proto: Fix up doc links post-refactoringGabriela Moldovan2025-11-172-9/+9
* | | | | proto: Temporarily silence a few warningsGabriela Moldovan2025-11-171-0/+3
* | | | | proto: Use CircHopInbound in the ForwardReactor (fmt)Gabriela Moldovan2025-11-173-6/+4
* | | | | proto: Use CircHopInbound in the ForwardReactorGabriela Moldovan2025-11-172-19/+15
* | | | | proto: Use CircHopOutbound in BackwardReactorGabriela Moldovan2025-11-172-34/+24
* | | | | proto: Make cc state shared between CircHop{Inbound,Outbound}Gabriela Moldovan2025-11-173-27/+30
* | | | | proto: Make CongestionWindow CopyGabriela Moldovan2025-11-173-8/+8
* | | | | proto: Move CircHop{Inbound,Outbound} out of the client module.Gabriela Moldovan2025-11-172-575/+599
* | | | | proto: Add constructors for CircHop{Inbound,Outbound}Gabriela Moldovan2025-11-171-19/+46
* | | | | proto: Move some of CircHop's impl to CircHop{Inbound,Outbound}Gabriela Moldovan2025-11-171-141/+340
* | | | | proto: Make the hop in SendRelayCell optional (fmt)Gabriela Moldovan2025-11-171-1/+5
* | | | | proto: Make the hop in SendRelayCell optionalGabriela Moldovan2025-11-177-20/+22
* | | | | proto: Update SendRelayCell docsGabriela Moldovan2025-11-171-2/+3
* | | | | proto: Move SendRelayCell to circhop (fmt)Gabriela Moldovan2025-11-174-5/+5
* | | | | proto: Move SendRelayCell to circhopGabriela Moldovan2025-11-175-20/+23
* | | | | proto: Split CircHop into inbound and outbound components (fmt)Gabriela Moldovan2025-11-171-7/+13
* | | | | proto: Split CircHop into inbound and outbound componentsGabriela Moldovan2025-11-171-52/+76
* | | | | proto: Rename cell decoder field for clarityGabriela Moldovan2025-11-141-3/+3
* | | | | proto: Avoid exposing stream map field (fmt)Gabriela Moldovan2025-11-141-8/+11
* | | | | proto: Avoid exposing stream map fieldGabriela Moldovan2025-11-141-3/+3
* | | | | proto: Import StreamMap to reduce cognitive complexityGabriela Moldovan2025-11-141-6/+6
* | | | | proto: Move CloseStreamBehavior to top-level stream moduleGabriela Moldovan2025-11-145-26/+29
* | | | | proto: Remove extraneous backtick in CloseStreamBehavior docsGabriela Moldovan2025-11-141-1/+1
| |_|_|/ |/| | |
* | | | http_connect: Add AsyncReadExt to fix compilation.Nick Mathewson2025-11-131-2/+2
* | | | Merge branch 'opentelemetry-options-without-feature-warning' into 'main'Nick Mathewson2025-11-131-1/+17
|\ \ \ \
| * | | | arti: Boyscout fixnield2025-11-131-1/+1
| * | | | arti: Warning when opentelemetry config is set but not build with featurenield2025-11-131-0/+16
* | | | | Merge branch 'http_xsprobe' into 'main'Nick Mathewson2025-11-131-1/+142
|\ \ \ \ \
| * | | | | http_connect: prevent tests from colliding on directoriesNick Mathewson2025-11-131-5/+16
| * | | | | http_connect: fix to conform to MSRVNick Mathewson2025-11-131-1/+1
| * | | | | http_connect: add a test for Host validation.Nick Mathewson2025-11-131-0/+73
| * | | | | Validate Host header for non-CONNECT requests to HTTP CONNECT portNick Mathewson2025-11-031-1/+58
* | | | | | Merge branch 'x509-tls-cert' into 'main'Nick Mathewson2025-11-132-40/+221
|\ \ \ \ \ \
| * | | | | | tor-cert: x509 requires tor-llcrypto/rng-compat.Nick Mathewson2025-11-121-1/+1
| * | | | | | Rename TlsCertifiedKey to TlsKeyAndCert.Nick Mathewson2025-11-121-4/+4
| * | | | | | x509: Correct single instance of misnamed certNick Mathewson2025-11-121-1/+1
| * | | | | | x509: Support generating the keys and certs that relays need.Nick Mathewson2025-11-122-9/+191
| * | | | | | x509: Extract serial-number generation into its own function.Nick Mathewson2025-11-121-6/+9
| * | | | | | x509: Fix an unfinished comment.Nick Mathewson2025-11-121-1/+1
| * | | | | | x509: refactor lifetime calculationNick Mathewson2025-11-121-27/+23
* | | | | | | Merge branch 'config-error' into 'main'opara2025-11-133-13/+30
|\ \ \ \ \ \ \
| * | | | | | | tor-config: fix error source for `ConfigLoadError`Steven Engler2025-11-131-1/+7
| * | | | | | | retry-error: stop trying to dedup error msgsSteven Engler2025-11-132-12/+23
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'prop368-v4' into 'main'Nick Mathewson2025-11-1321-86/+842
|\ \ \ \ \ \ \
| * | | | | | | Fix another doc link.Nick Mathewson2025-11-131-1/+1
| * | | | | | | fix a documentation link.Nick Mathewson2025-11-131-1/+1
| * | | | | | | proto: run add_warning to update tunnel_activity.rsNick Mathewson2025-11-121-1/+1
| * | | | | | | Fix compilation without all-features.Nick Mathewson2025-11-122-8/+10