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
/
tor-dirmgr
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Download and use consensus diffs.
Nick Mathewson
2020-12-17
1
-7
/
+36
*
dirmgr: Refactor so it has no unusable state.
Nick Mathewson
2020-12-15
1
-16
/
+49
*
Add a "RetryError" to capture the idea of multiple failed attempts.
Nick Mathewson
2020-12-12
1
-16
/
+10
*
De-parameterize ChanMgr and everything that wraps it.
Nick Mathewson
2020-12-08
1
-67
/
+28
*
Mark some XXXX issues as XXXX-A1.
Nick Mathewson
2020-12-07
1
-16
/
+19
*
Fix grammar in a log message
Nick Mathewson
2020-12-07
1
-1
/
+1
*
Add a few log messages about download timing.
Nick Mathewson
2020-12-07
1
-1
/
+5
*
Teach updater to download microdescriptors for usable directory.
Nick Mathewson
2020-12-07
1
-14
/
+61
*
Reuse microdescriptors from previous consensus
Nick Mathewson
2020-12-06
1
-10
/
+16
*
Update a few comments.
Nick Mathewson
2020-12-04
1
-3
/
+16
*
Dirmgr: Add a feature to keep the directory up-to-date.
Nick Mathewson
2020-12-04
1
-27
/
+87
*
Abandon directory circuits on most kinds of directory failure.
Nick Mathewson
2020-12-02
1
-3
/
+14
*
tor-dirmgr: retry up to 3 times on download failure.
Nick Mathewson
2020-12-01
1
-4
/
+111
*
Add a decorrelated-jitter implementation.
Nick Mathewson
2020-11-30
1
-0
/
+2
*
only expire dorectory info on a successful bootstrap.
Nick Mathewson
2020-11-30
1
-0
/
+2
*
tor-dirmgr: Refactor storage not to take AuthCert type.
Nick Mathewson
2020-11-30
1
-2
/
+6
*
tor-dirmgr: Refactor storage not to take Microdesc type.
Nick Mathewson
2020-11-30
1
-2
/
+4
*
Fetch microdescriptors in parallel.
Nick Mathewson
2020-11-24
1
-27
/
+51
*
A little better logging on bootstrap.
Nick Mathewson
2020-11-24
1
-0
/
+4
*
Add a function to load a directory from cache.
Nick Mathewson
2020-11-24
1
-1
/
+65
*
When a consensus has enough descriptors, mark it non-pending.
Nick Mathewson
2020-11-24
1
-3
/
+19
*
When storing consensuses, index them by the sha3 of the whole file.
Nick Mathewson
2020-11-23
1
-3
/
+3
*
Document and de-warning the rest of tor-dirmgr
Nick Mathewson
2020-11-23
1
-0
/
+51
*
Less copying of the authority list.
Nick Mathewson
2020-11-23
1
-31
/
+27
*
A little documentation in tor-dirmgr
Nick Mathewson
2020-11-23
1
-14
/
+44
*
Make "storage" module private
Nick Mathewson
2020-11-20
1
-1
/
+1
*
Remove a couple of #[allow]s.
Nick Mathewson
2020-11-20
1
-7
/
+5
*
Teach DirMgr to use its own NetDir, if present, to bootstrap itself.
Nick Mathewson
2020-11-20
1
-7
/
+5
*
Add a better way to get a shared directory out of a DirMgr.
Nick Mathewson
2020-11-20
1
-16
/
+23
*
Remove needless Arc<> for DirStoreHandle. And DirStoreHandle itself.
Nick Mathewson
2020-11-20
1
-37
/
+24
*
Move a few more responsibilities into NetDirConfig.
Nick Mathewson
2020-11-20
1
-54
/
+72
*
Move storage and config logic from netdir to dirmgr.
Nick Mathewson
2020-11-20
1
-4
/
+15
*
Initial pass on directory-manager code.
Nick Mathewson
2020-11-19
1
-0
/
+422
[prev]