summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | | | bash-utils.sh: reject_options: Don't crash due to -u if no argumentsIan Jackson2024-10-021-1/+1
| * | | | | | Remove hard tabs in the one file that has them.Ian Jackson2024-10-021-2/+2
| * | | | | | Provide new forbid-hard-tabs scriptIan Jackson2024-10-021-0/+45
| |/ / / / /
* | | | | | Merge branch 'mpsc-types' into 'main'Ian Jackson2024-10-024-20/+40
|\ \ \ \ \ \
| * | | | | | tor-proto: Introduce type alias for StreamReqSenderIan Jackson2024-10-021-2/+6
| * | | | | | tor-proto: Introduce type aliases for stream queues (fmt)Ian Jackson2024-10-021-4/+3
| * | | | | | tor-proto: Introduce type aliases for stream queuesIan Jackson2024-10-024-18/+35
| |/ / / / /
* | | | | | Merge branch 'orport' into 'main'David Goulet2024-10-023-131/+597
|\ \ \ \ \ \
| * | | | | | tor-chanmgr: minor doc improvementsSteven Engler2024-10-011-3/+3
| * | | | | | tor-chanmgr: add unit testsSteven Engler2024-10-011-0/+416
| * | | | | | tor-chanmgr: change `choose_best_channel` to take `IntoIterator`Steven Engler2024-10-011-1/+3