summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tor-hsservice: Move HsNickname to tor-persist.Gabriela Moldovan2024-10-084-7/+16
* | | | | | Merge branch 'dyn-time-2' into 'main'Ian Jackson2024-10-081-11/+15
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | tor-rtmock: dyn_time tests: rustfmtIan Jackson2024-10-081-3/+1
| * | | | | tor-rtmock: dyn_time tests: Check DropCount on type-mismatch pathIan Jackson2024-10-081-1/+7
| * | | | | tor-rtmock: dyn_time tests: Make try_downcast_string return S, not implIan Jackson2024-10-081-3/+3
| * | | | | tor-rtmock: dyn_time tests: Break out try_downcast_stringIan Jackson2024-10-081-8/+8
| * | | | | tor-rtmock: dyn_time tests: Rename try_downcast_dc from chkIan Jackson2024-10-081-2/+2
| |/ / / /
* | | | | Merge branch 'update-feature-flag-docs' into 'main'Ian Jackson2024-10-081-3/+3
|\ \ \ \ \
| * | | | | arti: Remove outdated information from README.Wesley Aptekar-Cassels2024-10-081-2/+2
| * | | | | docs: Add vanguard feature flag to README.Wesley Aptekar-Cassels2024-10-071-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'memquota-macro-tidying' into 'main'Ian Jackson2024-10-081-21/+25
|\ \ \ \ \
| * | | | | tor-proto: memquota: Rationalise macro innardsIan Jackson2024-10-071-11/+13
| * | | | | tor-proto: memquota: Fix a docs typoIan Jackson2024-10-071-1/+1
| * | | | | tor-proto: memquota: Rename SpecificAccount::Parent to ConstructedFromIan Jackson2024-10-071-11/+13
* | | | | | Merge branch 'circmgr-code-motion-for-tests' into 'main'Ian Jackson2024-10-081-193/+193
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | CircMgr: Move note_external_{failure, success} methods to generic impl.Wesley Aptekar-Cassels2024-10-031-27/+27
| * | | | | CircMgr: Move get_or_launch_dir_specific method to generic impl.Wesley Aptekar-Cassels2024-10-031-18/+18
| * | | | | CircMgr: Move get_or_launch_exit method to generic impl.Wesley Aptekar-Cassels2024-10-031-45/+45
| * | | | | CircMgr: Move get_or_launch_dir method to generic impl.Wesley Aptekar-Cassels2024-10-031-8/+8
| * | | | | CircMgr: Move skew_events method to generic impl.Wesley Aptekar-Cassels2024-10-031-11/+11
| * | | | | CircMgr: Move retire_circ method to generic impl.Wesley Aptekar-Cassels2024-10-031-6/+6
| * | | | | CircMgr: Move reconfigure method to generic impl.Wesley Aptekar-Cassels2024-10-031-67/+67
| * | | | | CircMgr: Move retire_all_circuits method to generic impl.Wesley Aptekar-Cassels2024-10-031-11/+11
* | | | | | Merge branch 'allow-onion-addrs-default-true' into 'main'gabi-2502024-10-074-42/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Default allow_onion_addrs to true.Wesley Aptekar-Cassels2024-10-074-42/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'params-required' into 'main'Nick Mathewson2024-10-071-3/+0
|\ \ \ \ \
| * | | | | rpcserver: Remove TODO about optionality of paramsNick Mathewson2024-10-071-3/+0
| |/ / / /
* | | | | Merge branch 'fix-onion-service-client-feature-flag' into 'main'gabi-2502024-10-072-5/+4
|\ \ \ \ \
| * | | | | arti-client: Fix restricted-discovery dependencies.Wesley Aptekar-Cassels2024-10-071-1/+1
| * | | | | arti-client: Fix incorrect feature gate for onion-service-client.Wesley Aptekar-Cassels2024-10-071-4/+3
| |/ / / /
* | | | | Merge branch 'fix-flaky-accept-valid-sendme-test' into 'main'Jim Newsome2024-10-071-4/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tor-proto: Fix flaky circuit::test::accept_valid_sendme test.Wesley Aptekar-Cassels2024-10-071-4/+3
|/ / / /
* | | | Merge branch 'bump-futures-util' into 'main'Nick Mathewson2024-10-071-14/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | cargo-audit Bump our various futures-* deps to 0.3.31.Gabriela Moldovan2024-10-071-14/+14
* | | | Merge branch 'mq' into 'main'Ian Jackson2024-10-0730-63/+453
|\ \ \ \ | |/ / / |/| | |
| * | | Document breaking changes (new memquota arguments)Ian Jackson2024-10-031-0/+9
| * | | tor-proto: Remove the no-longer needed allowsIan Jackson2024-10-033-3/+0
| * | | tor-proto: Make incoming stream requests participate in memquota (fmt)Ian Jackson2024-10-031-2/+2
| * | | tor-proto: Make incoming stream requests participate in memquotaIan Jackson2024-10-032-3/+5
| * | | tor-proto: Implement HasMemoryCost for StreamReqInfoIan Jackson2024-10-031-1/+8
| * | | tor-proto: Make stream queues participate in memquota (fmt)Ian Jackson2024-10-031-2/+2
| * | | tor-proto: Make stream queues participate in memquotaIan Jackson2024-10-032-8/+19
| * | | tor-proto: channel: Provide time_provider accessorsIan Jackson2024-10-031-0/+17
| * | | tor-proto: Make circuit->channel queues participate in memquotaIan Jackson2024-10-034-11/+53
| * | | tor-proto: Introduce a fake_mpsc helper for channel testsIan Jackson2024-10-031-2/+11
| * | | tor-proto: Put a StreamAccount in DataStream etc.Ian Jackson2024-10-034-7/+29
| * | | tor-proto: Put a StreamAccount in DataStream etc. (pre-fmt)Ian Jackson2024-10-031-2/+9
| * | | tor-proto: Put a CircuitAccount in ClientCirc and circuit::ReactorIan Jackson2024-10-032-1/+18
| * | | tor-proto: Plumb the ChannelAccount through to queue creation siteIan Jackson2024-10-039-17/+73
| * | | tor-proto: Plumb the ChannelAccount through to queue creation site (pre-fmt)Ian Jackson2024-10-034-4/+16