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-guardmgr
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ticket_176_v2' into 'main'
Nick Mathewson
2022-01-11
2
-63
/
+144
|
\
|
*
Remove now-unused GuardSet::new().
Nick Mathewson
2022-01-11
1
-14
/
+8
|
*
guardmgr: Use a better persistent data format
Nick Mathewson
2022-01-11
2
-50
/
+137
*
|
guardmgr::..::sample_test: Fix intermittent failure.
Nick Mathewson
2022-01-11
1
-3
/
+37
|
/
*
Tests for new guardmgr functionality.
Nick Mathewson
2022-01-06
2
-0
/
+83
*
Add API to check if primary MDs are missing.
Nick Mathewson
2022-01-06
3
-2
/
+34
*
guardmgr: Don't use no-md guards for data circs.
Nick Mathewson
2022-01-06
1
-5
/
+31
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
*
Remove unused started_at PendingRequest
Neel Chauhan
2021-12-14
2
-12
/
+2
*
Make TlsConnector wrap TCP connections, not create its own
eta
2021-12-07
1
-1
/
+1
*
Merge branch 'bug183a_redux' into 'main'
eta
2021-12-07
2
-15
/
+49
|
\
|
*
Tests for new family-related functions.
Nick Mathewson
2021-12-06
1
-0
/
+23
|
*
Use hashset _inside_ GuardRestriction.
Nick Mathewson
2021-12-06
2
-1
/
+4
|
*
Change GuardUsage to have Vec of restrictions.
Nick Mathewson
2021-12-06
2
-32
/
+26
|
*
Implement guard family restriction code
Neel Chauhan
2021-12-06
2
-9
/
+23
*
|
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-1
/
+3
|
/
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
2
-4
/
+5
*
deglob some enums, use concise iteration syntax
Daniel Eades
2021-11-25
1
-6
/
+6
*
More typo fixes that I forgot to save :(
Nick Mathewson
2021-11-24
1
-3
/
+3
*
Fix a clippy issue on nightly
Nick Mathewson
2021-11-24
1
-0
/
+1
*
Fix a few typos.
Nick Mathewson
2021-11-24
2
-5
/
+5
*
Avoid a warning about retain_mut() in nightly.
Nick Mathewson
2021-11-23
1
-2
/
+2
*
Merge remote-tracking branch 'origin/mr/140'
Nick Mathewson
2021-11-23
1
-1
/
+13
|
\
|
*
Use guard-extreme-restriction-percent
Neel Chauhan
2021-11-23
1
-3
/
+8
|
*
In guard filtering code, warn if the filter is too small according to guard p...
Neel Chauhan
2021-11-22
1
-1
/
+8
*
|
Fix typo in tor-guardmgr comment related to suspicious guards
Neel Chauhan
2021-11-22
1
-1
/
+1
|
/
*
Move top-level configuration downwards from `arti` to `arti-config`.
Nick Mathewson
2021-11-18
1
-0
/
+1
*
Fix typos
Dimitris Apostolou
2021-11-12
1
-1
/
+1
*
Remove all remaining dbg! instances.
Nick Mathewson
2021-11-04
1
-2
/
+0
*
Merge branch 'bug219'
Nick Mathewson
2021-11-02
3
-63
/
+28
|
\
|
*
Refactor tor-guardmgr's inter-task communication.
Nick Mathewson
2021-11-02
3
-63
/
+28
*
|
tor-circmgr: test ExitPathBuilder with guards.
Nick Mathewson
2021-11-02
1
-0
/
+7
*
|
tor-circmgr: test DirPathBuilder with GuardMgr.
Nick Mathewson
2021-11-02
1
-1
/
+2
*
|
Add a comment to explain the computation of net_has_been_down.
Nick Mathewson
2021-11-02
1
-0
/
+5
*
|
tor-guardmgr: Add tests for a few functions.
Nick Mathewson
2021-11-02
2
-0
/
+57
*
|
Mark primary guards as retriable when we come back online.
Nick Mathewson
2021-11-02
3
-47
/
+63
|
/
*
Improve some documentation links
Nick Mathewson
2021-10-29
2
-6
/
+6
*
Update our disclaimers and limitations sections.
Nick Mathewson
2021-10-27
1
-0
/
+1
*
Add Futureproof<T> wrapper type, use for GuardDisabled enum
eta
2021-10-27
1
-6
/
+4
*
Add #[serde(flatten)] HashMap fields to serializable objects
eta
2021-10-27
2
-4
/
+20
*
Avoid a strange borrow syntax in tor_guardmgr::sample
Nick Mathewson
2021-10-26
1
-3
/
+3
*
Do not blame a guard for failures on non-random circuits.
Nick Mathewson
2021-10-26
1
-3
/
+30
*
Implement a "lightweight" form of pathbias detection.
Nick Mathewson
2021-10-26
3
-5
/
+193
*
guardmgr: Don't use guards that are marked as unlisted.
Nick Mathewson
2021-10-25
2
-7
/
+22
*
Merge branch 'share_state'
Nick Mathewson
2021-10-21
3
-11
/
+62
|
\
|
*
Implement the guard side of shared state directories.
Nick Mathewson
2021-10-21
3
-2
/
+41
|
*
Finish the timeout-inference side of shared state.
Nick Mathewson
2021-10-20
1
-2
/
+19
|
*
Replace the return type of StorageMgr::try_lock with a tristate
Nick Mathewson
2021-10-20
1
-1
/
+1
|
*
Initial work on periodically reloading state.
Nick Mathewson
2021-10-19
1
-11
/
+6
*
|
Fix most warnings from nightly.
Nick Mathewson
2021-10-19
2
-0
/
+2
|
/
[next]