summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-consdiff: Replaced an old MSRV TODO with a link to why it shouldn't be donehashcatHitman2025-04-231-2/+3
| * | tor-consdiff: standardized MSRV TODOhashcatHitman2025-04-161-2/+1
| * | tor-hsservice: standardized MSRV TODOhashcatHitman2025-04-161-1/+1
| * | tor-memquota: standardized MSRV TODOhashcatHitman2025-04-161-1/+2
| * | tor-rpc-connect: standardized MSRV TODOhashcatHitman2025-04-161-1/+1
| * | arti-relay: standardized MSRV TODOhashcatHitman2025-04-161-1/+1
| * | tor-basic-utils: standardized MSRV TODOshashcatHitman2025-04-162-4/+4
| * | tor-netdir: remove lint allow as per TODOhashcatHitman2025-04-161-3/+0
* | | Merge branch 'remove-note' into 'main'Ian Jackson2025-04-241-1/+0
|\ \ \ | |_|/ |/| |
| * | arti-client: remove incorrect note about `StateDirectory` usageSteven Engler2025-04-231-1/+0
|/ /
* | Merge branch 'chutney-shadow-flakiness' into 'main'Jim Newsome2025-04-232-5/+35
|\ \
| * | integration-e2e-shadow: move simulation seed to yamlJim Newsome2025-04-231-3/+3
| * | integration-e2e-shadow: move unblocked-syscall-latency to yamlJim Newsome2025-04-231-1/+1
| * | arti-bench: work around shadow writer shutdown bugJim Newsome2025-04-231-1/+11
| * | integration-e2e-shadow: use a larger max_unapplied_cpu_latencyJim Newsome2025-04-231-0/+20
|/ /
* | Merge branch 'proto_enforce' into 'main'Nick Mathewson2025-04-2239-48/+1666
|\ \
| * | Rename recommended_protocols to protocol_statuses.Nick Mathewson2025-04-166-17/+17
| * | netdoc: Require serde feature from tor-protover.Nick Mathewson2025-04-161-1/+1
| * | arti-client: Document spec of checking date on cached protosNick Mathewson2025-04-161-3/+6
| * | arti-client: On shutdown for missing proto, print to stderrNick Mathewson2025-04-161-1/+17
| * | arti-client README: Document undesirable exit(1) behavior.Nick Mathewson2025-04-161-1/+12
| * | netdoc: improve documentation for check_protocolsNick Mathewson2025-04-161-1/+7
| * | protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-167-6/+32
| * | protover: Enforce that every unrecognized protocol entry is nonzero.Nick Mathewson2025-04-161-1/+5
| * | Fix a pair of documentation links.Nick Mathewson2025-04-161-2/+2
| * | dirmgr: Always apply changes before advancing consensus.Nick Mathewson2025-04-161-6/+6
| * | arti-client: Small test for evaluating protocol status.Nick Mathewson2025-04-163-0/+73
| * | arti,arti-client: Add an option to override required protocolsNick Mathewson2025-04-166-6/+92
| * | arti-client: Keep a somewhat accurate notion of our release date.Nick Mathewson2025-04-168-4/+172
| * | Add warnings about removing supported protocols.Nick Mathewson2025-04-167-0/+48
| * | arti-client: Implement the basics of protocol enforcement.Nick Mathewson2025-04-165-2/+266
| * | Implement PartialEq for ProtoStatuses unconditionally.Nick Mathewson2025-04-161-4/+2
| * | netdir: Add a recommended_protocols() to NetDirProviderNick Mathewson2025-04-164-0/+25
| * | dirmgr, netdir: Store protocol requirments as soon as they are validated.Nick Mathewson2025-04-165-5/+60
| * | dirmgr: Backend support for cacheing protocol status.Nick Mathewson2025-04-165-3/+140
| * | protover,netdoc: Implement serde for Protocols etc.Nick Mathewson2025-04-165-4/+47
| * | netdoc: Put all ProtoStatuses into a single Arc<>d objectNick Mathewson2025-04-162-19/+55
| * | netdoc: functionality for detecting missing subprotos.Nick Mathewson2025-04-162-2/+100
| * | New functions to report supported subprotocolsNick Mathewson2025-04-1612-0/+276
| * | Fix another miscapitalized "MicroDesc"Nick Mathewson2025-04-161-1/+1
| * | protover: Correct capitalization of Micro[Dd]escNick Mathewson2025-04-163-10/+12
| * | protover: Add an implementation for FromIteratorNick Mathewson2025-04-161-0/+37
| * | protover: document and enforce more invariantsNick Mathewson2025-04-161-3/+19
| * | protover: add names for members of the Link protocol group.Nick Mathewson2025-04-161-0/+27
| * | protover: New function to intersect Protocols sets.Nick Mathewson2025-04-161-0/+53
| * | protover: New function to combine (union) Protocols sets.Nick Mathewson2025-04-161-1/+57
| * | protover: New function to subtract to Protocols sets.Nick Mathewson2025-04-161-0/+54
| |/
* | Merge branch 'once-cell-once-lock' into 'main'Nick Mathewson2025-04-229-20/+27
|\ \
| * | tor-netdoc: Joined OnceLock import with other std::sync importshashcatHitman2025-04-171-2/+1
| * | tor-circmgr: Added TODO about replacing OnceCellhashcatHitman2025-04-171-0/+8