summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|\ \ \
| * | | Circuit reactor: document some requirements and assumptionsJim Newsome2024-04-251-10/+42
|/ / /
* | | Merge branch 'dead' into 'main'Ian Jackson2024-04-258-9/+9
|\ \ \ | |_|/ |/| |
| * | Mark tor_dirmgr::storage::Store::consensus_by_meta cfg(test)Ian Jackson2024-04-252-0/+2
| * | Delete duplicate KeySpecifierComponentPrettyHelperIan Jackson2024-04-251-9/+0
| * | Add temporary allows for some dead code warningsIan Jackson2024-04-254-0/+5
| * | Add a dead code allow in RPC codeIan Jackson2024-04-251-0/+1
| * | Suppress a spurious dead code lintIan Jackson2024-04-251-0/+1
|/ /
* | Merge branch 'hspool-loop' into 'main'Alexander Færøy2024-04-251-1/+1
|\ \ | |/ |/|
| * tor-circmgr: Loop until we run out of circuits to launch.Gabriela Moldovan2024-04-251-1/+1
|/
* Merge branch 'misc-nightly-warnings' into 'main'Alexander Færøy2024-04-2311-19/+21
|\
| * Use clone_from in CircMgr config updater.Nick Mathewson2024-04-221-1/+3
| * Fix recursive impl for arti_client::Error.Nick Mathewson2024-04-221-1/+1
| * dirmgr: Use contains_key in check.Nick Mathewson2024-04-221-1/+1
| * Use uXX::MAX in place of std::uXX::MAXNick Mathewson2024-04-228-14/+14
| * proto: Simplify a check-and-convert to use try_into+expectNick Mathewson2024-04-221-2/+2