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-dirmgr
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
New API to expose and use TaskHandle from DirMgr.
Nick Mathewson
2022-06-13
2
-2
/
+34
|
*
DirMgr: Refactor bootstrap to use a TaskSchedule for sleeping.
Nick Mathewson
2022-06-10
2
-32
/
+53
*
|
Merge branch 'use-testing-rng'
Nick Mathewson
2022-06-07
3
-3
/
+6
|
\
\
|
*
|
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
3
-3
/
+6
*
|
|
Upgrade float_eq dev-dependency to 1.0.0
Nick Mathewson
2022-06-07
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'lint' into 'main'
Ian Jackson
2022-05-31
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
|
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
|
tor-dirmgr: Fix DirSkewTolerance
Ian Jackson
2022-05-30
1
-2
/
+2
|
/
*
Lexically sort Cargo.toml dependencies
Orhun Parmaksız
2022-05-28
1
-19
/
+18
*
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-10
/
+10
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-12
/
+12
*
DirMgr:: Remove Error::NoChange as redundant.
Nick Mathewson
2022-05-25
3
-72
/
+25
*
Merge branch 'bug482' into 'main'
eta
2022-05-24
2
-29
/
+133
|
\
|
*
DirMgr: Stop load-from-cache process when there is no change.
Nick Mathewson
2022-05-24
2
-29
/
+133
*
|
fs-mistrust: make Mistrust have a corresponding Builder type.
Nick Mathewson
2022-05-24
2
-8
/
+8
|
/
*
Simplify advance and reset functions with mem::replace.
Nick Mathewson
2022-05-19
1
-8
/
+4
*
Explain why we call update_status unconditionally.
Nick Mathewson
2022-05-19
1
-0
/
+3
*
Remove BootstrapAction::Impossible
Nick Mathewson
2022-05-19
3
-7
/
+4
*
Fix compilation with Rust 1.56.
Nick Mathewson
2022-05-17
1
-3
/
+2
*
DirMgr: Remove blocking_error return path.
Nick Mathewson
2022-05-17
2
-53
/
+29
*
DirMgr: Unify error return paths
Nick Mathewson
2022-05-17
3
-170
/
+262
*
DirMgr: Remove special handling of "changed" boolean
Nick Mathewson
2022-05-17
2
-84
/
+69
*
DirMgr: Start refactoring error handling.
Nick Mathewson
2022-05-17
2
-3
/
+96
*
Give an error if the cache violates If-Modified-Since.
Nick Mathewson
2022-05-16
1
-7
/
+24
*
Add missing extend_tolerance to add_consensus_text.
Nick Mathewson
2022-05-16
1
-0
/
+1
*
DirMgr: Blame the correct cache for consensus validation failure
Nick Mathewson
2022-05-16
1
-2
/
+15
*
Move consensus signature verification to add-document code.
Nick Mathewson
2022-05-16
1
-22
/
+95
*
On a blocking error, blame the appropriate directory cache
Nick Mathewson
2022-05-16
2
-0
/
+22
*
DirMgr: Add a way for a state to report a blocking error.
Nick Mathewson
2022-05-16
2
-7
/
+26
*
Implement nonfatal errors in add_from_*
Nick Mathewson
2022-05-16
1
-52
/
+91
*
DirMgr: Let add_from_* distinguish non-fatal errors
Nick Mathewson
2022-05-16
2
-54
/
+79
*
DirMgr: Improve display for DocSource
Nick Mathewson
2022-05-16
1
-3
/
+11
*
DirMgr: make DocSource useful by having it include dirserver info.
Nick Mathewson
2022-05-16
3
-22
/
+47
*
Merge branch 'main' into 'ticket_466'
Nick Mathewson
2022-05-16
3
-10
/
+7
|
\
|
*
Merge branch 'network-config-error' into 'main'
Nick Mathewson
2022-05-12
1
-5
/
+0
|
|
\
|
|
*
Delete tor_dirmgr::Error::BadNetworkConfig
Ian Jackson
2022-05-12
1
-5
/
+0
|
*
|
Resolve DOCDOC comments in tor-dirmgr.
Nick Mathewson
2022-05-12
2
-5
/
+7
*
|
|
dirmgr: use set_skew_limit.
Nick Mathewson
2022-05-11
1
-0
/
+9
|
/
/
*
|
Adjust if-modified-since field on the basis of tolerated skew
Nick Mathewson
2022-05-11
2
-29
/
+84
*
|
tor-dirmgr: update status reporting to consider skew tolerance
Nick Mathewson
2022-05-11
3
-24
/
+84
*
|
Make reset_time() for incomplete directories more generous.
Nick Mathewson
2022-05-11
1
-10
/
+35
*
|
Add DirSkewTolerance section to DirMgr configuration.
Nick Mathewson
2022-05-11
3
-2
/
+63
|
/
*
tor-dirmgr: move apply_netdir_changes() to be a DirMgr method
eta
2022-05-10
2
-79
/
+80
*
tor-dirmgr: small fixups for the bootstrapping refactor
eta
2022-05-10
3
-16
/
+10
*
tor-dirmgr/bootstrap.rs: error on older netdirs, add log line
eta
2022-05-10
2
-0
/
+26
*
tor-dirmgr/state.rs: take an object to get a netdir, not a netdir
eta
2022-05-10
2
-12
/
+29
*
tor-dirmgr/state.rs: remove GetConsensusState::bodge_new
eta
2022-05-10
2
-43
/
+36
*
tor-dirmgr/state.rs: remove WriteNetDir, use filters directly
eta
2022-05-10
1
-97
/
+79
*
tor-dirmgr/state.rs: use the NetDirChange API instead of WriteNetDir
eta
2022-05-10
3
-260
/
+179
[prev]
[next]