index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-guardmgr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
|
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
|
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-15
/
+15
*
|
Merge branch 'always-coarsetime' into 'main'
eta
2022-02-28
1
-1
/
+1
|
\
\
|
*
|
Make coarsetime dependency and traffic-timestamping non-optional.
Nick Mathewson
2022-02-25
1
-1
/
+1
|
|
/
*
/
impl Debug for various internal types
Ian Jackson
2022-02-25
1
-0
/
+11
|
/
*
Remove clippy::needless_borrow exception in CI.
Nick Mathewson
2022-02-20
1
-1
/
+0
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
Add TODOs on uncertain points about time_since_last_traffic
Nick Mathewson
2022-02-09
1
-0
/
+1
*
Remove the use of Mutex in channel unused_since timestamp
Yuan Lyu
2022-02-08
1
-5
/
+10
*
Make SpawnError wrappers contain a 'spawning' string
Nick Mathewson
2022-02-04
1
-11
/
+25
*
errors: impl HasKind for GuardMgrError
Ian Jackson
2022-02-04
1
-0
/
+12
*
spawn errors: tor-guardmgr: Use formulaic pattern
Ian Jackson
2022-02-04
1
-2
/
+2
*
spawn errors: impl HasKind for futures::SpawnError
Ian Jackson
2022-02-04
1
-0
/
+1
*
tor_persist::Error: impl HasKind and adjust comments
Ian Jackson
2022-02-04
1
-1
/
+2
*
Merge branch 'dirclient-testing' into 'main'
Nick Mathewson
2022-02-03
1
-1
/
+1
|
\
|
*
Upgrade required version of futures crate to 0.3.14
Nick Mathewson
2022-02-01
1
-1
/
+1
*
|
Temporarily disable some clippy lints on nightly
Ian Jackson
2022-02-02
1
-0
/
+1
|
/
*
Bump tor-netdir and tor-guardmgr versions
arti-v0.0.4
Nick Mathewson
2022-01-31
1
-3
/
+3
*
Bump the patch version of every crate that changed since 0.0.3
Nick Mathewson
2022-01-31
1
-7
/
+7
*
Make the native-tls crate optional.
Nick Mathewson
2022-01-26
1
-1
/
+1
*
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
2
-3
/
+38
|
/
*
Bump all crate versions to 0.0.3.
Nick Mathewson
2022-01-11
1
-13
/
+13
*
Merge branch 'ticket_178' into 'main'
eta
2022-01-10
3
-6
/
+147
|
\
|
*
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
*
|
Minimize the required version for each dependency.
Nick Mathewson
2022-01-07
1
-8
/
+8
|
/
*
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
|
/
*
Merge branch 'readme_fixes'
Nick Mathewson
2021-11-30
1
-1
/
+1
|
\
|
*
run ./maint/readmes.sh
dagon
2021-11-29
1
-1
/
+1
*
|
Bump every crate by one patch version.
Nick Mathewson
2021-11-29
1
-13
/
+13
*
|
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
|
\
[next]