summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | tor-memquota: Provide facilities for deriving HasMemoryCostIan Jackson2024-10-024-1/+344
| * | | | | tor-memquota: Make EnabledToken constructors constIan Jackson2024-10-021-2/+2
* | | | | | 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-021-2/+2
|\ \ \ \ \
| * | | | | Remove hard tabs in the one file that has them.Ian Jackson2024-10-021-2/+2
| |/ / / /
* | | | | 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
| * | | | | tor-chanmgr: don't allow pending channels with no relay idsSteven Engler2024-10-012-2/+8
| * | | | | tor-chanmgr: move channel selection logic to a new moduleSteven Engler2024-10-012-162/+172
| * | | | | tor-chanmgr: improve readability of `choose_best_channel`Steven Engler2024-10-011-13/+45
| | |/ / / | |/| | |
* | | | | Merge branch 'ffi_seal' into 'main'Nick Mathewson2024-10-021-34/+41
|\ \ \ \ \
| * | | | | artilib: Take a different approach to sealing a pair of traits.Nick Mathewson2024-10-011-34/+41
* | | | | | Merge branch 'close-channel-2' into 'main'Nick Mathewson2024-10-025-13/+96
|\ \ \ \ \ \
| * | | | | | tor-async-utils: Fix typo.Ian Jackson2024-10-021-1/+1
| * | | | | | tor-async-utils: SinkCloseChannel: Tidy up doc commentIan Jackson2024-10-021-4/+5
| * | | | | | tor-proto: Use trait methods for try_send and channel_close (fmt)Ian Jackson2024-10-011-10/+7
| * | | | | | tor-proto: Use trait methods for try_send and channel_closeIan Jackson2024-10-012-5/+8
| * | | | | | tor-memquota: Implement SinkChannelClose for mq_queueIan Jackson2024-10-011-1/+12
| * | | | | | Provide SinkCloseChannelIan Jackson2024-10-012-0/+71
* | | | | | | Merge branch 'sink-try-send-2' into 'main'Nick Mathewson2024-10-022-11/+94
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | tor-memquota: Test error handling paths in try_send implIan Jackson2024-10-021-0/+54
| * | | | | | tor-memquota: Prepare for SinkTrySend testsIan Jackson2024-10-021-3/+24
| * | | | | | tor-memquota: Make BustedSink contain the BustedError to yield (fmt)Ian Jackson2024-10-021-1/+3
| * | | | | | tor-memquota: Make BustedSink contain the BustedError to yieldIan Jackson2024-10-021-8/+14
| * | | | | | tor-async-utils: SinkTrySend: Fix a doc commentIan Jackson2024-10-021-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'rpc_unexpected_reply' into 'main'Nick Mathewson2024-10-026-46/+121
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | rpclib: Add a #[source] annotation.Nick Mathewson2024-10-021-1/+1
| * | | | | Apply 1 suggestion(s) to 1 file(s)Nick Mathewson2024-10-021-1/+1
| * | | | | update cbindgen warnings.Nick Mathewson2024-09-251-0/+1