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
/
usage.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-circmgr: Post-renaming documentation fixes.
Gabriela Moldovan
2024-10-24
1
-1
/
+1
*
tor-circmgr: s/stub/stem throughout.
Gabriela Moldovan
2024-10-24
1
-1
/
+1
*
tor-circmgr: s/HsCircStubKind/HsCircStemKind.
Gabriela Moldovan
2024-10-24
1
-2
/
+2
*
tor-circmgr: Remove AbstractSpec and FakeSpec.
Wesley Aptekar-Cassels
2024-09-16
1
-17
/
+58
*
tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs.
Gabriela Moldovan
2024-09-09
1
-2
/
+2
*
tor-circmgr: make `GuardMgr` mandatory
Steven Engler
2024-08-12
1
-34
/
+30
*
tor-circmg: prepare tests for runtime requirement
Steven Engler
2024-08-12
1
-130
/
+135
*
tor-guardmgr: Store whether we're running an onion svc.
Gabriela Moldovan
2024-04-11
1
-0
/
+2
*
tor-guardmgr: Give VanguardMgr a handle to the runtime (fmt).
Gabriela Moldovan
2024-04-05
1
-2
/
+12
*
tor-guardmgr: Give VanguardMgr a handle to the runtime.
Gabriela Moldovan
2024-04-05
1
-5
/
+6
*
Remove temporary functions in CheckedRelay.
Nick Mathewson
2024-03-28
1
-6
/
+6
*
tor-circmgr: Rename pick_path to pick_path_with_vanguards.
Gabriela Moldovan
2024-03-20
1
-1
/
+1
*
tor-circmgr: Give pick_path a VanguardMgr (fmt).
Gabriela Moldovan
2024-03-20
1
-4
/
+36
*
tor-circmgr: Give pick_path a VanguardMgr.
Gabriela Moldovan
2024-03-20
1
-6
/
+26
*
tor-circmgr: Tell HsPathBuilder what kind of circuit stub is needed (fmt).
Gabriela Moldovan
2024-03-20
1
-5
/
+2
*
tor-circmgr: Tell HsPathBuilder what kind of circuit stub is needed.
Gabriela Moldovan
2024-03-20
1
-2
/
+8
*
tor-circmgr: Move pick_path out of AnonymousCircuitBuilder.
Gabriela Moldovan
2024-03-14
1
-3
/
+1
*
tor-circmgr: Remove unused require_stability.
Gabriela Moldovan
2024-03-14
1
-3
/
+0
*
tor-circmgr: Use HsPathBuilder instead of ExitPathBuilder.
Gabriela Moldovan
2024-03-14
1
-6
/
+7
*
tor-circmgr: Implement AnonymousPathBuilder for ExitPathBuilder.
Gabriela Moldovan
2024-03-14
1
-1
/
+3
*
Annotate remaining "TODO #504" comments explaining why they are there.
Nick Mathewson
2024-03-12
1
-4
/
+14
*
circmgr: Rename "any exit" code to reflect its real purpose
Nick Mathewson
2024-03-12
1
-1
/
+1
*
New crate to define a high-level API for relay selection
Nick Mathewson
2024-03-12
1
-45
/
+2
*
Mark code with "TODO #504" and "TODO #789".
Nick Mathewson
2024-02-22
1
-0
/
+5
*
Teach *CircUsage structs about stability.
Nick Mathewson
2024-02-20
1
-12
/
+57
*
Add a couple of TODOs about Stable-based path selection.
Nick Mathewson
2024-02-20
1
-0
/
+2
*
When building paths, require the Stable flag as appropriate
Nick Mathewson
2024-02-20
1
-2
/
+12
*
Downgrade some messages to trace
Ian Jackson
2023-11-29
1
-2
/
+2
*
arti-client: add exit selection with GeoIP country codes
eta
2023-09-18
1
-6
/
+89
*
circmgr: Mark a number of internal APIs as hs-only.
Nick Mathewson
2023-04-06
1
-0
/
+2
*
Add some missing imports
Ian Jackson
2023-03-28
1
-1
/
+4
*
circmgr: Make a separate SupportedCircUsage for HS stuff
Nick Mathewson
2023-03-22
1
-3
/
+6
*
circmgr: Add a usage for building the beginning of an hs circ
Nick Mathewson
2023-03-22
1
-0
/
+25
*
circmgr: make some imports conditional
Nick Mathewson
2022-11-18
1
-2
/
+1
*
Remove a spurious log that I committed by mistake. Whoops.
Nick Mathewson
2022-11-15
1
-1
/
+0
*
Implement more cases for `DirSpecificTarget`.
Nick Mathewson
2022-11-15
1
-1
/
+22
*
tor-circmgr: Make get_or_launch_dir_specific feature-specific
Ian Jackson
2022-10-21
1
-2
/
+9
*
circmgr: Plumbing for direct to target directory circuits
Ian Jackson
2022-10-20
1
-1
/
+13
*
channel usage: Rename CU::UserTraffic from CU::Exit
Ian Jackson
2022-08-17
1
-1
/
+1
*
Move ChannelUsage from tor_proto to tor_chanmgr
Ian Jackson
2022-08-17
1
-1
/
+1
*
Provide ChannelUsage and plumb it all the way down
Ian Jackson
2022-08-16
1
-0
/
+11
*
tor-netdir: Collapse by_id and by_relay_id into a single fn.
Nick Mathewson
2022-08-10
1
-4
/
+5
*
Avoid a simple usage of ed_identity() in circmgr tests
Nick Mathewson
2022-08-02
1
-2
/
+1
*
tor-linkspec: Refactor out traits to represent a relay's ID set.
Nick Mathewson
2022-08-02
1
-1
/
+1
*
tor-netdir: testnet: Make construct_netdir infallible (rustfmt)
Ian Jackson
2022-06-13
1
-3
/
+1
*
tor-netdir: testnet: Make construct_netdir infallible
Ian Jackson
2022-06-13
1
-1
/
+0
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
1
-2
/
+3
*
Resolve the new `derive_partial_eq_without_eq` lint.
Nick Mathewson
2022-05-23
1
-1
/
+1
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
circmgr: Avoid a race condition in circuit usage restriction
Nick Mathewson
2022-04-04
1
-5
/
+7
[next]