summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * proto: Move IncomingDataCmdChecker to top-level stream module.Gabriela Moldovan2025-10-164-49/+55
| * proto: Split out DataCmdChecker into multiple types (fmt).Gabriela Moldovan2025-10-161-1/+1
| * proto: Split out DataCmdChecker into multiple types.Gabriela Moldovan2025-10-163-13/+51
| * proto: Do not fully-qualify Arc.Gabriela Moldovan2025-10-161-3/+3
| * proto: Replace fully-qualified paths with use (fmt).Gabriela Moldovan2025-10-162-8/+2
| * proto: Replace fully-qualified paths with use.Gabriela Moldovan2025-10-162-8/+8
| * proto: Reformat imports post-move.Gabriela Moldovan2025-10-1610-12/+11
| * proto: Avoid crate-pub reexports of shared types from the client module.Gabriela Moldovan2025-10-1611-20/+19
| * proto: Move cmdchecker under top-level stream module.Gabriela Moldovan2025-10-163-2/+2
* | Merge branch 'fix-watch-single-file-flake' into 'main'wesleyac2025-10-161-3/+5
|\ \
| * | arti config: Fix flaky watch_single_file test in a more principled way.Wesley Aptekar-Cassels2025-10-071-12/+4
| * | arti config: Fix flaky watch_single_file test.Wesley Aptekar-Cassels2025-10-071-2/+12
* | | 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 '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