summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | arti-client: Added TODO about replacing OnceCellhashcatHitman2025-04-171-0/+7
| * | tor-events: Removed once_cell dependencyhashcatHitman2025-04-173-8/+5
| * | tor-log-ratelim: Replace OnceCell with OnceLockhashcatHitman2025-04-171-3/+2
| * | tor-netdoc: Replace OnceCell with OnceLockhashcatHitman2025-04-171-3/+3
| * | tor-geoip: Removed once_cell dependencyhashcatHitman2025-04-173-5/+2
|/ /
* | Merge branch 'chutney-cargo-build' into 'main'Jim Newsome2025-04-171-2/+9
|\ \
| * | tests: remove 'cargo build' from chutney setupSteven Engler2025-04-171-2/+9
|/ /
* | Merge branch 'backticks' into 'main'Nick Mathewson2025-04-162-2/+2
|\ \ | |/ |/|
| * hashx, tor-persist: fix intra-doc link backtickshashcatHitman2025-04-162-2/+2
|/
* Merge branch '1944_new_relay_format_v2' into 'main'Nick Mathewson2025-04-1618-106/+462
|\
| * cell: simpler (?) approach to StreamIdReqNick Mathewson2025-04-161-22/+43
| * cell: simpler approach to assert-checking offsetsNick Mathewson2025-04-162-11/+13
| * proto: Create StreamTargets with the right RelayCellFormat.Nick Mathewson2025-04-164-8/+27
| * cell, proto: Use correct Data sizes for v1 relay cellsNick Mathewson2025-04-167-24/+74
| * cell: Remove the deprecated Data::split_from().Nick Mathewson2025-04-162-14/+1