summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | tor-async-utils: Implement SinkTrySend for mpsc::SenderIan Jackson2024-10-013-0/+140
* | | | | | tor-async-utils: Provide new SinkTrySend traitIan Jackson2024-10-012-0/+57
* | | | | | tor-memquota: Provide TypedParticipation::try_claim_or_returnIan Jackson2024-10-011-1/+24
| |/ / / / |/| | | |
* | | | | Merge branch 'dyn-time' into 'main'Ian Jackson2024-10-0112-17/+360
|\ \ \ \ \
| * | | | | tor-rtcompat: dyn_time: Combine test cases into module (fmt)Ian Jackson2024-10-011-27/+28
| * | | | | tor-rtcompat: dyn_time: Combine test cases into moduleIan Jackson2024-10-011-7/+24
| * | | | | tor-rtcompat: Test case demonstrating downcast_value doesn't dropIan Jackson2024-10-011-0/+25
| * | | | | tor-rtcompat: Comments about the implementation of downcast_valueIan Jackson2024-10-011-0/+18
| * | | | | tor-rtcompat: Comments about tradeoffs in special casing PreferredRuntimeIan Jackson2024-10-011-1/+14
| * | | | | tor-memquota: mq_queue: Provide Sender::time_provider accessorIan Jackson2024-09-261-0/+14
| * | | | | tor-memquota: Erase the CoarseTimeProvider from mq_queue::Sender (fmt)Ian Jackson2024-09-261-1/+6
| * | | | | tor-memquota: Erase the CoarseTimeProvider from mq_queue::SenderIan Jackson2024-09-263-14/+17
| * | | | | tor-rtcompat: Introduce DynTimeProviderIan Jackson2024-09-263-0/+236
| * | | | | tor-memquota: mq_queue: Take Account by referenceIan Jackson2024-09-262-6/+8
| * | | | | CI: run miri, currently on tor-rtcompatIan Jackson2024-09-267-3/+12
* | | | | | Fix a couple of lifetime warnings from nightly.Nick Mathewson2024-10-012-3/+3
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'warn_on_nonlocal' into 'main'Nick Mathewson2024-10-019-379/+475
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Mark resolve_listen_port as deprecated.Nick Mathewson2024-09-301-2/+9
| * | | | ptmgr: Forbid managed pts on non-localhostNick Mathewson2024-09-251-0/+7
| * | | | ptmgr: Warn on non-local unmanaged PTsNick Mathewson2024-09-252-0/+12
| * | | | arti: Warn when listening on non-loopback addresses.Nick Mathewson2024-09-252-0/+8
| * | | | tor-config: Add Listen::is_localhost_only.Nick Mathewson2024-09-251-0/+33
| * | | | tor-config: move Listen to its own module.Nick Mathewson2024-09-253-377/+402
| * | | | arti::cfg: Add a note to avoid new uses of a macro.Nick Mathewson2024-09-251-0/+4
* | | | | Merge branch 'misc' into 'main'Ian Jackson2024-10-014-5/+46
|\ \ \ \ \
| * | | | | tor-proto: Reformat a doc commentIan Jackson2024-09-261-3/+6
| * | | | | arti-client: Change the case of ErrorDetail::MemquotaSetup from MemQuotaSetupIan Jackson2024-09-261-2/+2
| * | | | | tor-memquota: Clarify that mq isn't the accountholderIan Jackson2024-09-261-0/+4
| * | | | | tor-memquota: Provide Account::new_childIan Jackson2024-09-261-0/+15
| * | | | | tor-memquota: provide Account::new_noopIan Jackson2024-09-261-0/+7
| * | | | | tor-memquota: impl FusedStream for Receiver, where appropriateIan Jackson2024-09-261-0/+12
| |/ / / /
* | | | | Merge branch 'unused' into 'main'David Goulet2024-10-013-5/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tor-rtcompat: Suppress a dead code warningIan Jackson2024-09-301-0/+3
| * | | | tor-persist: Allow all dead code if not all features enabledIan Jackson2024-09-301-0/+3
| * | | | tor-proto: Allow all dead code if not all features enabledIan Jackson2024-09-301-5/+2
| | |/ / | |/| |
* | | | Merge branch 'typed-index-approx' into 'main'Nick Mathewson2024-09-301-1/+3
|\ \ \ \
| * | | | Fix typed-index-collections versions to ~3.1.0Nick Mathewson2024-09-301-1/+3
* | | | | Merge branch 'orport' into 'main'opara2024-09-3010-149/+1555
|\ \ \ \ \
| * | | | | tor-chanmgr: support multiple channels for a relay IDSteven Engler2024-09-302-133/+292
| * | | | | tor-linkspec: add `ListByRelayIds`Steven Engler2024-09-233-13/+478
| * | | | | tor-linkspec: impl `HasAddrs` for `&T`Steven Engler2024-09-231-0/+7
| * | | | | tor-basic-utils: add `n_key_list` macroSteven Engler2024-09-233-0/+776
| * | | | | tor-basic-utils: small doc changes to `n_key_set`Steven Engler2024-09-231-3/+2
* | | | | | Merge branch 'remove-semver' into 'main'Nick Mathewson2024-09-309-22/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove semver.md files from 1.2.8Nick Mathewson2024-09-309-22/+0
* | | | | | Merge branch 'bug_1632' into 'main'Nick Mathewson2024-09-303-38/+32
|\ \ \ \ \ \
| * | | | | | tor-llcrypto: replace simple_asn1 dependency with der_parserMorgan2024-09-283-38/+32
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'silence-warning' into 'main'gabi-2502024-09-301-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | arti: Silence unused_mut warning.Gabriela Moldovan2024-09-181-0/+1
* | | | | | Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2024-09-302-100/+118