summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | maint: rework 'extract-md-links' interpositionSteven Engler2025-12-081-52/+86
| * | | | | maint: add comment to 'extract-md-links' re manual parsingSteven Engler2025-12-081-0/+9
| * | | | | maint: add a self-test to 'extract-md-links'Steven Engler2025-12-081-0/+39
| * | | | | maint: fix 'extract-md-links' to work with mistune 3.1.3Steven Engler2025-12-081-6/+45
| * | | | | maint: fix accidental globals in 'extract-md-links'Steven Engler2025-12-081-2/+6
| * | | | | maint: fix method names for 'extract-md-links' parsersSteven Engler2025-12-081-4/+4
|/ / / / /
* | | | | Merge branch 'ticket1223' into 'main'Nick Mathewson2025-12-048-128/+128
|\ \ \ \ \
| * | | | | Refactor common code that builds circtargets for HS.Nick Mathewson2025-12-048-128/+128
| | |/ / / | |/| | |
* | | | | Merge branch 'remove_extra_doc_cfgs_redux' into 'main'Nick Mathewson2025-12-0430-76/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-0430-76/+0
|/ / / /
* | | | Merge branch 'netdoc-authcert' into 'main'Clara Engler2025-12-0414-2/+1012
|\ \ \ \ | |_|/ / |/| | |
| * | | tor-netdoc: Implement new authority certificatesClara Engler2025-12-0413-1/+1011
| * | | tor-netdoc: Implement (Partial)Eq for VerifyFailedClara Engler2025-12-041-1/+1
* | | | Merge branch 'bump-criterion' into 'main'Ian Jackson2025-12-042-8/+29
|\ \ \ \ | |/ / / |/| | |
| * | | proto: Bump criterion, criterion-cycles-per-byte to 0.8.0Gabriela Moldovan2025-12-042-8/+29
| |/ /
* | | Merge branch 'protover_refactor' into 'main'Nick Mathewson2025-12-0420-107/+137
|\ \ \
| * | | protover: document interning in Protocols docs.Nick Mathewson2025-12-041-0/+8
| * | | proto: Add comment about create_firsthop_fastNick Mathewson2025-12-031-1/+2
| * | | linkspec: Remove comment about expense of cloning protocols.Nick Mathewson2025-12-031-2/+0
| * | | netdoc: Remove protocol interning.Nick Mathewson2025-12-039-71/+48
| * | | protover: Intern ProtocolsInner.Nick Mathewson2025-12-033-1/+12
| * | | protover: Make Protocols become an Arc internally.Nick Mathewson2025-12-031-25/+42
| * | | Move intern from tor-netdir to tor-basic-utils and make it pubNick Mathewson2025-12-0310-9/+18
| * | | tor_netdoc::intern: Note a future possible cleanup.Nick Mathewson2025-12-031-0/+2
| * | | protover: Document un-recommended usage of Protocols::new()Nick Mathewson2025-12-031-0/+7
| |/ /
* | | Merge branch 'n_authorities_usize' into 'main'Ian Jackson2025-12-043-7/+6
|\ \ \
| * | | tor-netdoc: Remove unnecessary castsClara Engler2025-12-042-2/+2
| * | | tor-netdoc: Store n_authorities in usizeClara Engler2025-12-023-5/+4
* | | | Merge branch 'fix-rpc-json' into 'main'Nick Mathewson2025-12-041-2/+2
|\ \ \ \
| * | | | Fix the JSON in rpc-book/messages-and-json.md.Pier Angelo Vendrame2025-12-041-2/+2
* | | | | Merge branch 'nd-enc-api-prep' into 'main'Ian Jackson2025-12-043-16/+24
|\ \ \ \ \
| * | | | | tor-netdoc: Provide ItemEncoder::finishIan Jackson2025-12-041-0/+5
| * | | | | tor-netdoc: Improve and expose args_raw_stringIan Jackson2025-12-042-3/+2
| * | | | | tor-netdoc: test2: Don't ever have raw String in defaulted argumentsIan Jackson2025-12-041-9/+9
| * | | | | tor-netdoc: Better error from empty argument (fmt)Ian Jackson2025-12-041-1/+4
| * | | | | tor-netdoc: Better error from empty argumentIan Jackson2025-12-041-1/+1
| * | | | | tor-netdoc: Throw rather than squirreling error from NormalItemArgumentIan Jackson2025-12-041-3/+1
| * | | | | tor-netdoc: Explain some downsides to use of ItemEncoder::argIan Jackson2025-12-041-0/+3
|/ / / / /
* | | | | Merge branch 'deftly-1.6.0' into 'main'Ian Jackson2025-12-0428-31/+33
|\ \ \ \ \
| * | | | | tor-netdoc: Suppress a clippy warning more thoroughlyIan Jackson2025-12-041-1/+2
| * | | | | Pin our derive-deftly version to ~1.6.0 everywhereIan Jackson2025-12-036-6/+6
| * | | | | tor-netdoc: Suppress a clippy warningIan Jackson2025-12-031-0/+1
| * | | | | Update to derive-deftly 1.6.0Ian Jackson2025-12-0327-31/+31
| | |_|/ / | |/| | |
* | | | | Merge branch 'circ-reactor-log-msgs' into 'main'gabi-2502025-12-041-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tor-circmgr: small comment fixSteven Engler2025-12-031-1/+1
| * | | | tor-circmgr: reduce level of info reactor tracing msgSteven Engler2025-12-031-1/+1
|/ / / /
* | | | Merge branch 'torclient-keymgr-accessor' into 'main'wesleyac2025-12-032-12/+16
|\ \ \ \ | |/ / / |/| | |
| * | | arti: keys: use `TorClient::keymgr` instead of `InertTorClient::keymgr` in `r...hjrgrn2025-11-051-12/+10
| * | | arti-client: Add `TorClient:keymgr` getter functionhjrgrn2025-11-051-0/+6
* | | | Merge branch 'bug-context' into 'main'gabi-2502025-12-032-0/+34
|\ \ \ \