summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | proto: Remove silly TODO about outgoing chan mgmtGabriela Moldovan2025-10-211-3/+1
| * | | proto: Move hop settings into a shared moduleGabriela Moldovan2025-10-217-306/+328
| * | | proto: Move streammap out of the client module (fmt)Gabriela Moldovan2025-10-213-5/+3
| * | | proto: Add TODO about future code motionGabriela Moldovan2025-10-211-0/+4
| * | | proto: Move halfstream under streammapGabriela Moldovan2025-10-213-3/+4
| * | | proto: Move streammap out of the client moduleGabriela Moldovan2025-10-2110-13/+15
| * | | proto: Move dumb pipes to top-lvl stream module (fmt)Gabriela Moldovan2025-10-217-7/+7
| * | | proto: Move dumb pipes to top-lvl stream moduleGabriela Moldovan2025-10-2110-9/+10
| * | | proto: Give the relay reactor a stream mapGabriela Moldovan2025-10-213-4/+12
| * | | proto: Rename RelayReactor to BackwardReactorGabriela Moldovan2025-10-211-5/+15
| |/ /
* | | tor-netdoc: Lifetime impls: reindentIan Jackson2025-10-211-37/+37
* | | tor-netdoc: derive NetdocParseableFields for LifetimeIan Jackson2025-10-211-0/+4
* | | tor-netdoc: parse2: Provide documentation for derived Accumulator typesIan Jackson2025-10-211-0/+3
* | | tor-netdoc: Lifetime: change type of fieldsIan Jackson2025-10-212-8/+8
* | | tor-netdoc: Lifetime: derive constructor and accessorsIan Jackson2025-10-211-20/+17
* | | tor-netdoc: Lifetime: Move some documentation to fieldsIan Jackson2025-10-211-10/+10
* | | tor-netdoc: Lifetime: Construct Lifetime struct earlierIan Jackson2025-10-211-6/+10
|/ /
* | arti-relay: refactor error handlingSteven Engler2025-10-203-142/+34
* | Merge branch 'ticket_2210_squashed' into 'main'Nick Mathewson2025-10-201-2/+4
|\ \
| * | Use random_hostname() to pick an (E)SNINeel Chauhan2025-10-201-2/+4
| |/
* | Cleanup: Remove a variable renameNick Mathewson2025-10-201-4/+2
* | Refactor: turn circ_extensions_from_settings into a methodNick Mathewson2025-10-203-63/+62
|/
* Merge branch 'guardmgr-retry-logging' into 'main'wesleyac2025-10-162-8/+21
|\
| * tor-guardmgr: Ignore cognitive_complexity lint.Wesley Aptekar-Cassels2025-10-161-0/+1
| * tor-guardmgr: Use humantime for some logging.Wesley Aptekar-Cassels2025-10-162-2/+2
| * tor-guardmgr: Add retry time to guard failure warning.Wesley Aptekar-Cassels2025-10-161-7/+14
| * tor-guardmgr: Include retry time in AllGuardsDown error message.Wesley Aptekar-Cassels2025-10-161-1/+6
* | Merge branch 'ignore-watch-multiple-test' into 'main'gabi-2502025-10-161-0/+2
|\ \
| * | arti: Ignore reload_cfg::test::watch_multiple.Wesley Aptekar-Cassels2025-10-161-0/+2
| |/
* | Merge branch 'cmd-checkers' into 'main'gabi-2502025-10-1614-64/+101
|\ \ | |/ |/|
| * proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdChecker (fmt)Gabriela Moldovan2025-10-161-1/+2
| * proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdCheckerGabriela Moldovan2025-10-167-19/+19
| * proto: Fix docs to refer to the right stream:: paths.Gabriela Moldovan2025-10-162-2/+2
| * 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
|\ \ \