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: Add AnonymousPathBuilder trait.
Gabriela Moldovan
2024-03-14
1
-4
/
+177
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
12
-0
/
+12
*
Annotate usage of low_level_predicate_permits_relay
Nick Mathewson
2024-03-12
1
-0
/
+8
*
Rename the RelayPredicate trait to discourage its being used directly.
Nick Mathewson
2024-03-12
1
-2
/
+4
*
Add comments about "unaccompanied" use of Relay{Usage,Exclusion}
Nick Mathewson
2024-03-12
1
-0
/
+2
*
Annotate remaining "TODO #504" comments explaining why they are there.
Nick Mathewson
2024-03-12
1
-4
/
+14
*
hspool: Replace TargetInfo with a RelayExclusion.
Nick Mathewson
2024-03-12
1
-53
/
+17
*
circmgr: Rename "any exit" code to reflect its real purpose
Nick Mathewson
2024-03-12
2
-8
/
+11
*
circmgr: Remove now-obsolete error variants.
Nick Mathewson
2024-03-12
2
-48
/
+5
*
circmgr: Begin porting path selection to tor-relay-selection
Nick Mathewson
2024-03-12
4
-190
/
+159
*
New crate to define a high-level API for relay selection
Nick Mathewson
2024-03-12
1
-45
/
+2
*
tor-circmgr: Fix clippy warning.
Gabriela Moldovan
2024-03-11
1
-1
/
+1
*
tor-circmgr: Add HsCircPoolConfig, make HsCircPool::reconfigure general-purpose.
Gabriela Moldovan
2024-03-11
2
-7
/
+39
*
tor-circmgr: Rename Pool::reconfigure to Pool::reconfigure_vanguards.
Gabriela Moldovan
2024-03-11
2
-2
/
+2
*
tor-circmgr: Explain why vanguards_config is defined as an "other" accessor.
Gabriela Moldovan
2024-03-11
1
-0
/
+5
*
tor-hsclient: Do not enable vanguards feature in dev-dependency.
Gabriela Moldovan
2024-03-11
1
-0
/
+2
*
tor-circmgr: Create the VanguardMgr in CircMgr::new.
Gabriela Moldovan
2024-03-11
2
-3
/
+18
*
tor-circmgr: Discard all circuits if VanguardMgr says so.
Gabriela Moldovan
2024-03-11
1
-0
/
+11
*
arti-client: Add vanguard_config() to CircMgrConfig.
Gabriela Moldovan
2024-03-11
1
-0
/
+11
*
tor-circmgr: Add functions for reconfiguring the HS circuit pool.
Gabriela Moldovan
2024-03-11
2
-1
/
+40
*
tor-circmgr: Store the VanguardMode in HsCircPool.
Gabriela Moldovan
2024-03-11
1
-0
/
+11
*
tor-circmgr: Give CircMgr a VanguardMgr.
Gabriela Moldovan
2024-03-11
2
-0
/
+23
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
2
-2
/
+2
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
tor-circmgr: Include the UniqId in Protocol error string (fmt).
Gabriela Moldovan
2024-02-27
1
-1
/
+6
*
tor-circmgr: Include the UniqId in Protocol error string.
Gabriela Moldovan
2024-02-27
1
-1
/
+1
*
tor-circmgr: Add TODO about adding context to Error::CircCanceled.
Gabriela Moldovan
2024-02-27
1
-0
/
+5
*
tor-circmgr: Add UniqId to Error::Protocol.
Gabriela Moldovan
2024-02-27
3
-0
/
+9
*
tor-circmgr: Add UniqId to CircTimeout.
Gabriela Moldovan
2024-02-27
4
-21
/
+17
*
tor-circmgr: Fix typo in PendingFailed docs.
Gabriela Moldovan
2024-02-27
1
-1
/
+1
*
tor-circmgr: Add UniqId to Error::GuardNotUsable.
Gabriela Moldovan
2024-02-27
2
-7
/
+7
*
tor-circmgr: Add a helper for displaying optional UniqIds.
Gabriela Moldovan
2024-02-27
1
-0
/
+14
*
Mark code with "TODO #504" and "TODO #789".
Nick Mathewson
2024-02-22
4
-0
/
+18
*
PathConfigBuilder: Actually provide the long_lived_ports setters
Ian Jackson
2024-02-20
1
-0
/
+6
*
Use list_builder and sub-builder pattern for long_lived_ports.
Nick Mathewson
2024-02-20
1
-6
/
+18
*
Teach *CircUsage structs about stability.
Nick Mathewson
2024-02-20
5
-29
/
+122
*
Add a couple of TODOs about Stable-based path selection.
Nick Mathewson
2024-02-20
2
-0
/
+6
*
When building paths, require the Stable flag as appropriate
Nick Mathewson
2024-02-20
2
-2
/
+33
*
Add a configuration option for long_lived_ports.
Nick Mathewson
2024-02-20
1
-0
/
+13
*
Require the Fast flag on all randomly selected relays.
Nick Mathewson
2024-02-20
1
-9
/
+16
*
Only pick Fast-flagged relays as directory caches
Nick Mathewson
2024-02-20
1
-1
/
+3
*
Require that guards are Fast and Stable.
Nick Mathewson
2024-02-20
1
-1
/
+1
*
tor-circmgr: Expose ErrorKind-combining calculation.
Nick Mathewson
2024-01-23
1
-5
/
+12
*
netdir: Explain why there is no HsRend WeightRule.
Nick Mathewson
2024-01-14
1
-0
/
+6
*
circmgr:Resolve a warning when building without ntor-v3
Nick Mathewson
2023-12-13
1
-2
/
+3
*
Fix a clippy lint
Ian Jackson
2023-12-12
1
-1
/
+1
*
ClientCir: use ntor_v3 handshake when target supports it
Jim Newsome
2023-12-07
1
-18
/
+50
*
Downgrade some messages to trace
Ian Jackson
2023-11-29
2
-3
/
+3
*
tor-circmgr: panic instead in order to return Error
Saksham Mittal
2023-11-21
1
-1
/
+1
*
tor-circmgr: port run_builder_test() to use spawn_join()
Saksham Mittal
2023-11-21
1
-10
/
+4
[prev]
[next]