summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | | | Merge branch 'mcost' into 'main'Ian Jackson2024-10-0229-81/+620
|\ \ \ \ \ \
| * | | | | | tor-memquota: Fix more hard tabs.Ian Jackson2024-10-021-2/+2
| * | | | | | tor-memquota: Explain choice of boundsIan Jackson2024-10-021-0/+2
| * | | | | | Revert "tor-cell: Use HasMemoryCostStructural, rather than Copy"Ian Jackson2024-10-021-1/+2
| * | | | | | tor-memquota: Replace MemoryCostStructuralCopy with assert_copy_static (fmt)Ian Jackson2024-10-021-1/+1
| * | | | | | tor-memquota: Replace MemoryCostStructuralCopy with assert_copy_staticIan Jackson2024-10-022-23/+13
| * | | | | | tor-memquota: Move and reword a commentIan Jackson2024-10-021-3/+5
| * | | | | | tor-memquota: Add an example for HasMemoryCost deriveIan Jackson2024-10-023-0/+41
| * | | | | | tor-cell: Use HasMemoryCostStructural, rather than CopyIan Jackson2024-10-021-2/+1
| * | | | | | Abolish SIZE in favour of std::mem::size_ofIan Jackson2024-10-022-22/+10
| * | | | | | tor-memquota: Provide explicit "indirect size" feature in deriveIan Jackson2024-10-021-0/+6
| * | | | | | Use std::num::NonZeroFooIan Jackson2024-10-021-4/+5
| * | | | | | Some HasMemoryCost impls in tor-protoIan Jackson2024-10-024-5/+15
| * | | | | | Some HasMemoryCost impls in tor-cellIan Jackson2024-10-0210-65/+169
| * | | | | | Some HasMemoryCost impls in tor-linkspecIan Jackson2024-10-023-3/+11
| * | | | | | Some HasMemoryCost impls in tor-hscryptoIan Jackson2024-10-023-0/+14
| * | | | | | Some HasMemoryCost impls in tor-llcryptoIan Jackson2024-10-025-1/+21
| * | | | | | Some HasMemoryCost impls in tor-unitsIan Jackson2024-10-023-1/+10
| * | | | | | tor-memquota: Export Account at the toplevelIan Jackson2024-10-021-1/+1
| * | | | | | tor-memquota: Provide facilities for deriving HasMemoryCostIan Jackson2024-10-025-1/+345
| * | | | | | tor-memquota: Make EnabledToken constructors constIan Jackson2024-10-021-2/+2
| * | | | | | Bump tor-units up the crate stackIan Jackson2024-10-021-1/+1
* | | | | | | Merge branch 'misc' into 'main'Ian Jackson2024-10-023-0/+16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | memquota: Note a TODO about PT channelsIan Jackson2024-10-021-0/+1
| * | | | | | memquota: Note a TODO about overheadsIan Jackson2024-10-021-0/+5
| * | | | | | tor-proto: SometimesUnboundedSink: provide as_inner accessorIan Jackson2024-10-021-0/+10
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'tab' into 'main'Ian Jackson2024-10-024-3/+53
|\ \ \ \ \ \
| * | | | | | forbid-hard-tabs: Improve doc commentIan Jackson2024-10-021-1/+5
| * | | | | | Run forbid-hard-tabs in CIIan Jackson2024-10-021-0/+1