summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-guardmgr: Prevent misleading logs when not rotating vanguards.Gabriela Moldovan2024-04-292-2/+15
| * | tor-circmgr: Don't log unless we are launching some circuits.Gabriela Moldovan2024-04-291-5/+7
| * | tor-guardmgr: Make a vanguard log message more accurate.Gabriela Moldovan2024-04-291-1/+1
| * | arti: Make vanguards a default feature.Gabriela Moldovan2024-04-291-0/+1
| * | arti-client: Make vanguards non-experimental.Gabriela Moldovan2024-04-295-10/+21
* | | Merge branch 'quota-rename' into 'main'Ian Jackson2024-04-2919-12/+12
|\ \ \ | |/ / |/| |
| * | Rename tor-memtrack to tor-memquotaIan Jackson2024-04-2919-12/+12
* | | Merge branch 'report-readiness-no-cache' into 'main'gabi-2502024-04-291-0/+3
|\ \ \
| * | | properly report bootstrap readiness without cachetrinity-1686a2024-04-291-0/+3
| |/ /
* | | Merge branch 'prefer-stub-plus' into 'main'gabi-2502024-04-293-15/+63
|\ \ \
| * | | tor-circmgr: Remove no-longer-relevant TODO.Gabriela Moldovan2024-04-291-1/+1
| * | | tor-circmgr: The circuit must still be usable, even if vanguards are enabled.Gabriela Moldovan2024-04-291-3/+1
| * | | tor-circmgr: Prefer STUB+ where possible.Gabriela Moldovan2024-04-292-10/+61
| * | | tor-circmgr: Remove no-longer-needed dead_code allow.Gabriela Moldovan2024-04-291-1/+0
|/ / /
* | | Merge branch 'launch-stub-circuits' into 'main'gabi-2502024-04-292-47/+166
|\ \ \
| * | | tor-circmgr: Have separate targets for the STUB and STUB+ pools (fmt).Gabriela Moldovan2024-04-291-3/+3
| * | | tor-circmgr: Have separate targets for the STUB and STUB+ pools.Gabriela Moldovan2024-04-291-32/+46
| * | | tor-circmgr: Add a TODO about launching HS circuits in parallel.Gabriela Moldovan2024-04-291-0/+1
| * | | tor-circmgr: Expand on the ForLaunch docs.Nick Mathewson2024-04-291-1/+2
| * | | tor-circmgr: Remove an addressed TODO.Gabriela Moldovan2024-04-291-13/+0
| * | | tor-circmgr: Log the kinds of circuits we're about to launch (fmt).Gabriela Moldovan2024-04-291-4/+1
| * | | tor-circmgr: Log the kinds of circuits we're about to launch.Gabriela Moldovan2024-04-292-3/+24
| * | | tor-circmgr: Remove no-longer-needed dead code allows.Gabriela Moldovan2024-04-291-2/+0
| * | | tor-circmgr: Make a fraction of preemptive HS circuits be STUB+.Gabriela Moldovan2024-04-292-11/+111
| | |/ | |/|
* | | Merge branch 'rpc-macro' into 'main'Ian Jackson2024-04-291-33/+86
|\ \ \ | |/ / |/| |
| * | tor-rpcbase: Add a missing `#[doc(hidden)]`Ian Jackson2024-04-291-0/+1
| * | tor-rpcbase: invoker_ent!: simplify argument parsingIan Jackson2024-04-251-12/+15
| * | tor-rpcbase: invoker_ent!: abolish flags argumentIan Jackson2024-04-251-19/+9
| * | tor-rpcbase: invoker_ent: Infer the correct fn type for castIan Jackson2024-04-251-7/+69
| * | tor-rpcbase: invoker_ent!: remove buggy unuseable armIan Jackson2024-04-251-3/+0
* | | Merge branch 'vanguard-config-fixes' into 'main'gabi-2502024-04-294-59/+99
|\ \ \
| * | | tor-guardmgr: Add a TODO about using the vanguard consensus params.Gabriela Moldovan2024-04-291-0/+3
| * | | tor-guardmgr: Make the VanguardMgr tests pass again.Gabriela Moldovan2024-04-291-14/+29
| * | | tor-guardmgr: Temporarily reintroduce VanguardConfig.Gabriela Moldovan2024-04-292-36/+67
| * | | tor-guardmgr: Remove old TODO about making VanguardMode a VanguardParam.Gabriela Moldovan2024-04-291-3/+0
| * | | tor-guardmgr: Remove unnecessary clippy allows.Gabriela Moldovan2024-04-293-6/+0
|/ / /
* | | Merge branch 'lgpl' into 'main'Nick Mathewson2024-04-297-0/+2522
|\ \ \ | |_|/ |/| |
| * | Ship GPL-3 alongside LGPL-3, as requiredIan Jackson2024-04-253-0/+2022
| * | Add note re LGPL to README.me License sectionIan Jackson2024-04-251-0/+5
| * | Copy LGPL-3 file into hashx and equix cratesIan Jackson2024-04-252-0/+330
| * | Add LGPL-3.0 fileIan Jackson2024-04-251-0/+165
| |/
* | Merge branch 'bomb' into 'main'Ian Jackson2024-04-256-76/+654
|\ \
| * | tor-memtrack: Fix typosgabi-2502024-04-251-2/+2
| * | tor_memtrack: Use DropBombCondition in bookkeeping.rsIan Jackson2024-04-241-5/+24
| * | tor-memtrack: bookkeeping: Break out BOMB d-d conditionIan Jackson2024-04-241-1/+3
| * | tor_memtrack: Use DropBombCondition in refcount.rsIan Jackson2024-04-242-12/+74
| * | tor-memtrack: New DropBombCondition typeIan Jackson2024-04-242-5/+191
| * | tor-memtrack: Add test cases for drop_reentrancyIan Jackson2024-04-241-0/+39
| * | tor_memtrack: Soup up DropBomb and make into its own moduleIan Jackson2024-04-245-65/+335
* | | Merge branch 'b1373' into 'main'gabi-2502024-04-251-10/+42
|\ \ \