index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-circmgr
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-circmgr: Prefer STUB+ where possible.
Gabriela Moldovan
2024-04-29
2
-10
/
+61
*
tor-circmgr: Remove no-longer-needed dead_code allow.
Gabriela Moldovan
2024-04-29
1
-1
/
+0
*
tor-circmgr: Have separate targets for the STUB and STUB+ pools (fmt).
Gabriela Moldovan
2024-04-29
1
-3
/
+3
*
tor-circmgr: Have separate targets for the STUB and STUB+ pools.
Gabriela Moldovan
2024-04-29
1
-32
/
+46
*
tor-circmgr: Add a TODO about launching HS circuits in parallel.
Gabriela Moldovan
2024-04-29
1
-0
/
+1
*
tor-circmgr: Expand on the ForLaunch docs.
Nick Mathewson
2024-04-29
1
-1
/
+2
*
tor-circmgr: Remove an addressed TODO.
Gabriela Moldovan
2024-04-29
1
-13
/
+0
*
tor-circmgr: Log the kinds of circuits we're about to launch (fmt).
Gabriela Moldovan
2024-04-29
1
-4
/
+1
*
tor-circmgr: Log the kinds of circuits we're about to launch.
Gabriela Moldovan
2024-04-29
2
-3
/
+24
*
tor-circmgr: Remove no-longer-needed dead code allows.
Gabriela Moldovan
2024-04-29
1
-2
/
+0
*
tor-circmgr: Make a fraction of preemptive HS circuits be STUB+.
Gabriela Moldovan
2024-04-29
2
-11
/
+111
*
tor-guardmgr: Temporarily reintroduce VanguardConfig.
Gabriela Moldovan
2024-04-29
1
-1
/
+1
*
tor-circmgr: Loop until we run out of circuits to launch.
Gabriela Moldovan
2024-04-25
1
-1
/
+1
*
Use clone_from in CircMgr config updater.
Nick Mathewson
2024-04-22
1
-1
/
+3
*
tor-guardmgr: Store whether we're running an onion svc (fmt).
Gabriela Moldovan
2024-04-11
1
-1
/
+6
*
tor-guardmgr: Store whether we're running an onion svc.
Gabriela Moldovan
2024-04-11
2
-2
/
+10
*
tor-circmgr: Call VanguardMgr::launch_background_tasks.
Gabriela Moldovan
2024-04-05
2
-1
/
+10
*
tor-guardmgr: Pass an rng to select_vanguard.
Gabriela Moldovan
2024-04-05
1
-2
/
+2
*
tor-guardmgr: Give VanguardMgr a handle to the runtime (fmt).
Gabriela Moldovan
2024-04-05
2
-3
/
+14
*
tor-guardmgr: Give VanguardMgr a handle to the runtime.
Gabriela Moldovan
2024-04-05
4
-13
/
+14
*
tor-circmgr: Remove addressed TODO.
Gabriela Moldovan
2024-04-05
1
-2
/
+0
*
exitpath: Refactor a test to use tor-relay-usage.
Nick Mathewson
2024-03-28
1
-20
/
+14
*
Remove temporary functions in CheckedRelay.
Nick Mathewson
2024-03-28
4
-12
/
+14
*
tor-circmgr: Fix a clippy warning.
Gabriela Moldovan
2024-03-21
1
-2
/
+2
*
tor-circmgr: If full vanguards are enabled, apply exclusions to the extra hop...
Gabriela Moldovan
2024-03-21
1
-7
/
+7
*
tor-circmgr: If full vanguards are enabled, apply exclusions to the extra hop...
Gabriela Moldovan
2024-03-21
1
-5
/
+9
*
tor-circmgr: Rewrite RelayExclusion building using exclude_identities().
Gabriela Moldovan
2024-03-21
1
-19
/
+7
*
tor-circmgr: Add function for building a RelayExclusion from a slice of relays.
Gabriela Moldovan
2024-03-21
1
-0
/
+14
*
tor-guardmgr: Make Vanguard::select_relay take a RelayExclusion.
Gabriela Moldovan
2024-03-21
1
-3
/
+31
*
tor-circmgr: Clarify that stub circuits are sometimes 4-hop circuits.
Gabriela Moldovan
2024-03-20
1
-1
/
+1
*
tor-circmgr: Move HsPathBuilder trait impl closer to struct definition.
Gabriela Moldovan
2024-03-20
1
-35
/
+35
*
tor-circmgr: Add allow(unused) for functions only used on particular feature ...
Gabriela Moldovan
2024-03-20
1
-0
/
+2
*
tor-circmgr: Move ExitPathBuilder::from_chosen_exit under the test mod.
Gabriela Moldovan
2024-03-20
1
-10
/
+13
*
tor-circmgr: Make the path module crate-private.
Gabriela Moldovan
2024-03-20
5
-16
/
+24
*
tor-circmgr: Reference #1339 in a TODO.
Gabriela Moldovan
2024-03-20
1
-0
/
+2
*
tor-circmgr: Cross-reference the hspath docs in the HsCircStubKind docs.
Gabriela Moldovan
2024-03-20
1
-1
/
+3
*
tor-circmgr: Move HsPathBuilder docs to the module-level.
Gabriela Moldovan
2024-03-20
1
-39
/
+41
*
tor-circmgr: Remove unnecessary Result wrapping.
Gabriela Moldovan
2024-03-20
2
-10
/
+9
*
tor-circmgr: Unconditionally define VanguardMode.
Gabriela Moldovan
2024-03-20
2
-16
/
+7
*
tor-circmgr: Apply deferred cargo fmt.
Gabriela Moldovan
2024-03-20
1
-9
/
+2
*
tor-circmgr: Rename pick_path to pick_path_with_vanguards.
Gabriela Moldovan
2024-03-20
2
-5
/
+5
*
tor-circmgr: Add an explanation and a couple of TODOs.
Gabriela Moldovan
2024-03-20
1
-0
/
+8
*
tor-circmgr: Clarify the TODO in launch_hs_circuits_as_needed.
Gabriela Moldovan
2024-03-20
1
-2
/
+12
*
tor-circmgr: Remove unnecessary AnonymousPathBuilder impl.
Gabriela Moldovan
2024-03-20
2
-36
/
+30
*
tor-circmgr: s/can_build/can_become.
Gabriela Moldovan
2024-03-20
1
-2
/
+2
*
tor-circmgr: Move match block to a separate function.
Gabriela Moldovan
2024-03-20
1
-15
/
+20
*
tor-circmgr: Remove an addressed TODO.
Gabriela Moldovan
2024-03-20
1
-5
/
+0
*
tor-circmgr: Talk about vanguards path selection in HsPathBuilder docs.
Gabriela Moldovan
2024-03-20
1
-3
/
+23
*
tor-circmgr: Implement vanguard path selection in HsPathBuilder.
Gabriela Moldovan
2024-03-20
1
-8
/
+120
*
tor-circmgr: Extract guard selection to a separate function.
Gabriela Moldovan
2024-03-20
1
-43
/
+58
[prev]
[next]