summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-chanmgr: Make a memquota::ChannelAcocunt per channel (pre-fmt)Ian Jackson2024-10-031-1/+4
| * | memquota: Add a toplevel account in tor-chanmgrIan Jackson2024-10-039-1/+28
| * | memquota: Add a toplevel account in tor-chanmgr (pre-fmt)Ian Jackson2024-10-031-1/+2
| * | tor-proto: Make PendingClientCirc::new fallible (fmt)Ian Jackson2024-10-031-7/+1
| * | tor-proto: Make PendingClientCirc::new fallibleIan Jackson2024-10-032-6/+7
| * | tor-proto: channel: Make construction fallibleIan Jackson2024-10-033-5/+7
| * | arti-client: Provide another variant for memquota errorsIan Jackson2024-10-031-0/+5
| * | tor-chanmgr: Provide a variant for memquota errorsIan Jackson2024-10-032-0/+9
| * | tor-proto: Provide a variant for memquota errorsIan Jackson2024-10-031-0/+6
| * | Provide newtypes to distinguish memoquota accounts at different levelsIan Jackson2024-10-032-0/+118
| |/
* | 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-0312-40/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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
* | | | CircMgr: Start writing tests.Wesley Aptekar-Cassels2024-10-0310-291/+426
* | | | 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-0227-80/+606
|\ \ \ \ \
| * | | | | 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-022-0/+40
| * | | | | 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-023-5/+13
| * | | | | Some HasMemoryCost impls in tor-cellIan Jackson2024-10-029-65/+167
| * | | | | Some HasMemoryCost impls in tor-linkspecIan Jackson2024-10-022-3/+10
| * | | | | Some HasMemoryCost impls in tor-hscryptoIan Jackson2024-10-022-0/+12
| * | | | | Some HasMemoryCost impls in tor-llcryptoIan Jackson2024-10-024-1/+19
| * | | | | Some HasMemoryCost impls in tor-unitsIan Jackson2024-10-022-1/+8
| * | | | | tor-memquota: Export Account at the toplevelIan Jackson2024-10-021-1/+1