summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Provide newtypes to distinguish memoquota accounts at different levelsIan Jackson2024-10-032-0/+118
| |/ / /
* | | | Merge branch 'update-circmgr-0.23.0-changelog' into 'main'gabi-2502024-10-031-3/+7
|\ \ \ \
| * | | | Update CHANGELOG.md with more tor-circmgr 0.23.0 changes.Wesley Aptekar-Cassels2024-10-031-3/+7
| |/ / /
* | | | Merge branch 'rpc-forward-compat' into 'main'Nick Mathewson2024-10-031-3/+112
|\ \ \ \ | |_|/ / |/| | |
| * | | rpc-meta-draft: add TODO note about unsupported_featuresNick Mathewson2024-10-031-1/+5
| * | | rpc-meta-draft: Use SHOULD NOT instead of USUALLY NOT RECOMMENDEDNick Mathewson2024-10-031-2/+1
| * | | rpc-meta-draft: describe rules for remembering feature supportNick Mathewson2024-10-031-0/+20
| * | | rpc-meta-draft: describe feature namespacing.Nick Mathewson2024-10-031-2/+12
| * | | rpc-meta-draft: describe compatibility rules and mechanismsNick Mathewson2024-09-301-3/+79
* | | | Merge branch 'launch-with-hsid-docs' into 'main'gabi-2502024-10-032-2/+10
|\ \ \ \
| * | | | tor-keymgr: Linkify the ArtiKeystoreKind docs.Gabriela Moldovan2024-10-031-2/+2
| * | | | arti-client: Clarify the launch_onion_service_with_hsid() docs.Gabriela Moldovan2024-10-031-0/+8
* | | | | Merge branch 'prop351-refs' into 'main'Jim Newsome2024-10-032-8/+12
|\ \ \ \ \
| * | | | | Replace references to prop351 with socks-extensions.mdNick Mathewson2024-10-022-8/+12
* | | | | | Merge branch 'rename-client-auth' into 'main'Ian Jackson2024-10-0321-44/+65
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | doc/dev: Rename client authorization to restricted discovery.Gabriela Moldovan2024-10-033-4/+4
| * | | | | doc: Note that client authorization was renamed.Gabriela Moldovan2024-10-036-0/+16
| * | | | | arti-client: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-2/+2
| * | | | | tor-hscrypto: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-1/+1
| * | | | | tor-key-forge: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-4/+4
| * | | | | tor-hsservice: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-1/+1
| * | | | | tor-hsclient: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-033-8/+10
| * | | | | tor-netdoc: Wrap some too-long comments and docs.Gabriela Moldovan2024-10-033-4/+7
| * | | | | tor-netdoc: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-035-22/+22
| | |/ / / | |/| | |
* | | | | Merge branch 'div_ceil' into 'main'Nick Mathewson2024-10-032-15/+2
|\ \ \ \ \
| * | | | | Use {u64,usize}::div_ceilNick Mathewson2024-09-302-15/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'rpc-annotation' into 'main'Nick Mathewson2024-10-032-55/+86
|\ \ \ \ \
| * | | | | python: Use mypy option for cleaner code wrt rebinding.Nick Mathewson2024-10-031-11/+24
| * | | | | python: Fix annotation typo.Nick Mathewson2024-10-031-1/+1
| * | | | | python: Remove TODO about WinDLLNick Mathewson2024-10-031-5/+0
| * | | | | python: annotate CDLL-related functionsNick Mathewson2024-10-031-16/+11
| * | | | | python: Remove todos about annotating "params"Nick Mathewson2024-10-031-2/+0
| * | | | | python: Prefer Optional over Union.Nick Mathewson2024-10-031-4/+4
| * | | | | python: Type-annotate rpc.pyNick Mathewson2024-10-012-38/+66
| * | | | | python: Add minimal annotations for "mypy" to pass.Nick Mathewson2024-10-011-4/+6
| |/ / / /
* | | | | Merge branch 'circmgr-initial-test' into 'main'gabi-2502024-10-0310-291/+426
|\ \ \ \ \
| * | | | | CircMgr: Start writing tests.Wesley Aptekar-Cassels2024-10-0310-291/+426
* | | | | | Merge branch 'rpc-doc-automation' into 'main'Nick Mathewson2024-10-031-0/+669
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | rpc-doc-tool: improvements to HTML_HEADERNick Mathewson2024-10-031-2/+4
| * | | | | rpc-doc-tool: move constants to head of fileNick Mathewson2024-10-031-26/+26
| * | | | | rpc-doc-tool: Use __file__ in place of argv[0]Nick Mathewson2024-10-031-4/+6
| * | | | | rpc-doc-tool: Fix handling for "magic" headings.Nick Mathewson2024-10-021-4/+3
| * | | | | add references for rustdoc links.Nick Mathewson2024-10-011-8/+45
| * | | | | rpc-doc-tool: only emit Parameters link when there are some.Nick Mathewson2024-10-011-1/+15
| * | | | | Python tool to build RPC method/type documentation.Nick Mathewson2024-10-011-0/+615
* | | | | | Merge branch 'rpc-rustdoc' into 'main'Nick Mathewson2024-10-038-23/+123
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | rpc: clarify documentation and fix typosNick Mathewson2024-10-023-4/+9
| * | | | | Revise RPC documentation to be more informative.Nick Mathewson2024-10-028-23/+118
* | | | | | Merge branch 'docsrs-feature' into 'main'Ian Jackson2024-10-031-0/+4
|\ \ \ \ \ \
| * | | | | | tor-socksproto: fix "check_doc_features" warningSteven Engler2024-10-011-0/+4