summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'nightly_fixes' into 'main'Nick Mathewson2025-10-164-10/+15
|\ \ \ | |_|/ |/| |
| * | Fix new clippy nightly warning about subtracting Durations.Nick Mathewson2025-10-162-8/+14
| * | Remove a couple of unused imports.Nick Mathewson2025-10-162-2/+1
* | | Merge branch 'shellcheck' into 'main'gabi-2502025-10-161-1/+1
|\ \ \ | |/ / |/| |
| * | maint/reproducible_build: Use cp -R to placate shellcheckIan Jackson2025-10-161-1/+1
|/ /
* | Merge branch 'outbound-relay-doc-fix' into 'main'Nick Mathewson2025-10-161-1/+1
|\ \
| * | proto: Fix typo in OutboundRelayLayer docs.Gabriela Moldovan2025-10-081-1/+1
* | | Merge branch 'parse2-routerstatus' into 'main'Ian Jackson2025-10-1519-118/+823
|\ \ \
| * | | tor-netdoc: Add a lot of spec cross-references and tidy docsIan Jackson2025-10-153-15/+101
| * | | tor-netdoc: Typo fixes in docsIan Jackson2025-10-152-2/+2
| * | | tor-netdoc: tests: Print out vote routerstatusIan Jackson2025-10-151-1/+2
| * | | tor-netdoc: tests: Move vote parsing test to netstatus.rsIan Jackson2025-10-152-12/+21
| * | | tor-netdoc: tests: Use real `RouterStatus` in `parse2::poc`Ian Jackson2025-10-152-9/+8
| * | | tor-netdoc: impl parse2 for RouterStatus entryIan Jackson2025-10-152-1/+85
| * | | tor-netdoc: Type for parsing `m` lines in votesIan Jackson2025-10-152-1/+39
| * | | tor-netdoc: Add ConsensusMethod typeIan Jackson2025-10-151-3/+46
| * | | tor-netdoc: Add types for hashes with their accompanying alg idIan Jackson2025-10-152-3/+143
| * | | tor-netdoc: B64: impl Clone, [ConstantTime]Eq, Display, DebugIan Jackson2025-10-151-0/+27
| * | | tor-netdoc: B64 helper type: ExposeIan Jackson2025-10-153-4/+6
| * | | tor-netdoc: impl parse2 multiplicity for BTreeSetIan Jackson2025-10-153-3/+36
| * | | tor-netdoc: RouterStatus: Add `publication` argument fieldIan Jackson2025-10-156-3/+28
| * | | tor-netdoc: Mirror netdoc structure in RouterStatus document digestsIan Jackson2025-10-155-7/+38
| * | | tor-netdoc: Provide doc_digest on vote routerstatus entriesIan Jackson2025-10-152-6/+12
| * | | tor-netdoc: RouterStatus: Split out the `r` item's fieldsIan Jackson2025-10-155-28/+62
| * | | tor-netdoc: impl parse2 for rs::VersionIan Jackson2025-10-151-0/+10
| * | | tor-netdoc: impl parse2 for RelayFlagsIan Jackson2025-10-151-0/+13
| * | | tor-netdoc: split up RelayFlags parsing (fmt)Ian Jackson2025-10-151-5/+1
| * | | tor-netdoc: split up RelayFlags parsingIan Jackson2025-10-151-14/+47
| * | | tor-netdoc: impl parse2 traits for RelayWeightIan Jackson2025-10-151-0/+25
| * | | tor-netdoc: split up RelayWeight parsing (fmt)Ian Jackson2025-10-151-4/+2
| * | | tor-netdoc: split up RelayWeight parsingIan Jackson2025-10-151-2/+9
| * | | tor-netdoc: impl parse2 traits for protoversIan Jackson2025-10-153-1/+25
| * | | tor-netdoc: Provide convenience method for handling invalid argumentsIan Jackson2025-10-152-0/+15
| * | | tor-netdoc: Introduce ArgumentNotPresent placeholder utility typeIan Jackson2025-10-152-3/+22
| * | | tor-netdoc: Make Ignored part of a moduleIan Jackson2025-10-151-16/+23
| * | | tor-netdoc: impl Default for IgnoredIan Jackson2025-10-151-1/+1
| * | | tor-netdoc: parse2: export NetdocSigned traitIan Jackson2025-10-151-1/+1
* | | | Merge branch 'flow-ctrl-limits' into 'main'David Goulet2025-10-154-82/+78
|\ \ \ \
| * | | | tor-proto: update unit testSteven Engler2025-10-141-27/+24
| * | | | tor-proto: relax XON limitsSteven Engler2025-10-141-3/+13
| * | | | tor-proto: remove `StreamEndpointType`Steven Engler2025-10-143-31/+12
| * | | | tor-proto: relax XOFF limitsSteven Engler2025-10-141-22/+30
| * | | | tor-proto: add derives for `CellCount`Steven Engler2025-10-141-1/+1
* | | | | Merge branch 'dirserver-refactoring' into 'main'Clara Engler2025-10-158-465/+436
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tor-dirserver: Expose Arc of StoreCacheClara Engler2025-10-152-15/+15
| * | | | tor-dirserver: Do not lock during db queryClara Engler2025-10-151-7/+14
| * | | | tor-dirserver: Don't expose rusqlite::Error in PoolClara Engler2025-10-154-11/+29
| * | | | tor-dirserver: Fix rustdoc commentClara Engler2025-10-151-3/+3
| * | | | tor-dirserver: Some clippy fixesClara Engler2025-10-154-3/+19
| * | | | tor-dirserver: Remove unsafe unreachableClara Engler2025-10-151-3/+3