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-cirmgr: Replace OwnedChanTarget with LoggedChanTarget in errors
Ian Jackson
2022-11-23
2
-9
/
+9
*
Even more comments explaining circuit cancellation.
Nick Mathewson
2022-11-22
1
-3
/
+37
*
Improve notes surrounding circuit cancellation.
Nick Mathewson
2022-11-22
2
-6
/
+18
*
CircMgr: retire all circuits if bridge configuration changes.
Nick Mathewson
2022-11-22
1
-5
/
+9
*
Merge branch 'refactor_into_ownedchantarget' into 'main'
Nick Mathewson
2022-11-18
1
-3
/
+3
|
\
|
*
CircMgr: Refactor DirSpecificTarget constructor
Nick Mathewson
2022-11-18
1
-3
/
+3
*
|
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
*
Move GuardMgr::new call to arti_client::TorClient
Ian Jackson
2022-11-14
1
-1
/
+1
*
Document Clone semantics of GuardMgr and DirMgr
Ian Jackson
2022-11-11
1
-0
/
+2
*
Merge branch 'misc-todo-ptclient' into 'main'
Ian Jackson
2022-11-08
1
-3
/
+3
|
\
|
*
circmgr: downgrade TODO pt-client comments
Nick Mathewson
2022-11-08
1
-3
/
+3
*
|
Refactor external guardmgr APIs: Stop taking NetDir arguments.
Nick Mathewson
2022-11-08
3
-25
/
+7
|
/
*
guardmgr config: Introduce and require new GuardMgrConfig trait
Ian Jackson
2022-11-03
4
-16
/
+11
*
guardmgr config: Pass fallback list from config by reference
Ian Jackson
2022-11-03
1
-1
/
+1
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
Merge branch 'guards_as_bridges_part1' into 'main'
Nick Mathewson
2022-10-24
2
-34
/
+163
|
\
|
*
circmgr: More NOTEs and TODO pt-clients.
Nick Mathewson
2022-10-24
1
-3
/
+9
|
*
Circmgr: construct paths using either Relay or OwnedCircTarget
Nick Mathewson
2022-10-24
2
-34
/
+157
*
|
tor-circmgr: Make get_or_launch_dir_specific feature-specific
Ian Jackson
2022-10-21
2
-3
/
+15
*
|
tor-circmgr: Rename get_or_launch_dir_specific from _bridge
Ian Jackson
2022-10-21
1
-1
/
+1
|
/
*
circmgr: Plumbing for direct to target directory circuits
Ian Jackson
2022-10-20
2
-2
/
+29
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-21
/
+1
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
1
-0
/
+1
*
tor-linkspec: Remove the old OwnedFoo::new() functions
Nick Mathewson
2022-10-06
1
-2
/
+15
*
Add the necessary APIs for bridge-based circuit construction.
Nick Mathewson
2022-09-26
1
-0
/
+1
*
CircMgr: Add an accessor for the CircuitBuilder.
Nick Mathewson
2022-09-22
1
-0
/
+8
*
Shorten the duration needed in preemptive::test::does_not_predict_old_ports.
Alexander Færøy
2022-08-31
1
-2
/
+3
*
circmgr: treat usage as sensitive.
Nick Mathewson
2022-08-25
1
-1
/
+6
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
Merge branch 'channel' into 'main'
Ian Jackson
2022-08-17
4
-16
/
+75
|
\
|
*
channel usage: Rename CU::UserTraffic from CU::Exit
Ian Jackson
2022-08-17
3
-6
/
+6
|
*
Move ChannelUsage from tor_proto to tor_chanmgr
Ian Jackson
2022-08-17
3
-6
/
+5
|
*
chanmgr: Use NetDirProvider::params and Arc<dyn..Netparameters>
Ian Jackson
2022-08-17
1
-0
/
+1
|
*
Introduce ChannelConfig
Ian Jackson
2022-08-16
1
-1
/
+6
|
*
Provide ChannelUsage and plumb it all the way down
Ian Jackson
2022-08-16
4
-14
/
+68
|
*
dormancy: Plumb through to chanmgr reconfigure_general
Ian Jackson
2022-08-16
1
-1
/
+1
*
|
Additionally, mark the LostUsablityRace error as a "reset".
Nick Mathewson
2022-08-16
1
-1
/
+5
*
|
Mark some circuit-building errors as "transient".
Nick Mathewson
2022-08-16
2
-15
/
+71
|
/
*
tor-netdir: Collapse by_id and by_relay_id into a single fn.
Nick Mathewson
2022-08-10
3
-8
/
+11
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
2
-8
/
+8
*
Introduce a RelayIdSet and use it in place of HashSet<RelayId>.
Nick Mathewson
2022-08-10
1
-8
/
+11
*
Teach guard restrictions about RelayId.
Nick Mathewson
2022-08-10
1
-2
/
+7
*
Use accessors in two places where tests look at specific keys.
Nick Mathewson
2022-08-10
1
-7
/
+17
*
Avoid a simple usage of ed_identity() in circmgr tests
Nick Mathewson
2022-08-02
1
-2
/
+1
*
Introduce HasRelayIds::same_relay_ids.
Nick Mathewson
2022-08-02
3
-14
/
+18
*
guardmgr: Change APIs that used to take IDs.
Nick Mathewson
2022-08-02
1
-10
/
+8
*
tor-linkspec: Refactor out traits to represent a relay's ID set.
Nick Mathewson
2022-08-02
5
-4
/
+5
[next]