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
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some warnings about needless & from nightly clippy
Nick Mathewson
2021-06-18
1
-2
/
+2
*
Add the "unreachable_pub" lint.
Nick Mathewson
2021-05-18
1
-19
/
+29
*
Always capitalize as RouterDesc, Microdesc.
Nick Mathewson
2021-05-18
1
-4
/
+4
*
Improved tests for sqlite storage.
Nick Mathewson
2021-05-14
1
-2
/
+77
*
Remove untested legacy.rs code. Add a comment about where to find it.
Nick Mathewson
2021-05-10
1
-168
/
+0
*
Repair multiprocess collaborative directory download.
Nick Mathewson
2021-05-03
1
-1
/
+1
*
Major revision on DirMgr logic -- almost a complete rewrite.
Nick Mathewson
2021-04-13
1
-9
/
+14
*
Start moving responsibility for building requests into dirmgr
Nick Mathewson
2021-04-09
1
-22
/
+46
*
Upgrade rusqlite; remove needless usage.
Nick Mathewson
2021-04-05
1
-21
/
+15
*
DirMgr: add text() and texts() functions to ask for document text
Nick Mathewson
2021-03-31
1
-22
/
+25
*
Refactor sqlite.rs to know about consensus flavors.
Nick Mathewson
2021-03-31
1
-23
/
+52
*
Look for RdDigest in the right location
Nick Mathewson
2021-03-30
1
-1
/
+2
*
small tweaks to routerdesc storage code.
Nick Mathewson
2021-03-30
1
-48
/
+20
*
dirmgr: Add functions to store/read/update router descriptors
David Goulet
2021-03-30
1
-3
/
+131
*
dirmgr: Add SQLite schema for router descriptors
David Goulet
2021-03-30
1
-9
/
+21
*
Fix Rust-1.51 clippy warnings about acronyms in camel case.
Nick Mathewson
2021-03-29
2
-9
/
+9
*
DirMgr: cooperative multiprocess support.
Nick Mathewson
2021-03-29
1
-24
/
+13
*
Add support for a lockfile to control concurrent access to a dirmgr.
Nick Mathewson
2021-03-29
1
-11
/
+89
*
Add support to override network parameters in the configuration.
Nick Mathewson
2021-02-16
1
-1
/
+1
*
Remove some not-necessary XXX-A1s in sqlite.rs
Nick Mathewson
2021-01-25
1
-3
/
+0
*
dirmgr: fix usage and meaning of `pending`.
Nick Mathewson
2021-01-25
1
-11
/
+31
*
Detect consensuses that are signed by the wrong authorities.
Nick Mathewson
2021-01-25
1
-13
/
+21
*
Fix a few clippy warnings
Nick Mathewson
2020-12-17
1
-2
/
+5
*
Download and use consensus diffs.
Nick Mathewson
2020-12-17
1
-11
/
+67
*
Document a problem on network transition
Nick Mathewson
2020-12-08
1
-0
/
+11
*
Mark some XXXX issues as XXXX-A1.
Nick Mathewson
2020-12-07
1
-3
/
+3
*
Enforce that the periods in a consensus lifetime are nonempty.
Nick Mathewson
2020-12-04
1
-1
/
+2
*
only expire dorectory info on a successful bootstrap.
Nick Mathewson
2020-11-30
1
-2
/
+1
*
Add tests for blob_fname failing cases
Nick Mathewson
2020-11-30
1
-0
/
+17
*
More tests for sqlite.rs
Nick Mathewson
2020-11-30
1
-3
/
+46
*
Initial tests for authcert storage
Nick Mathewson
2020-11-30
1
-4
/
+30
*
tor-dirmgr: Refactor storage not to take AuthCert type.
Nick Mathewson
2020-11-30
1
-8
/
+9
*
tor-dirmgr: Refactor storage not to take Microdesc type.
Nick Mathewson
2020-11-30
1
-4
/
+4
*
A little better logging on bootstrap.
Nick Mathewson
2020-11-24
1
-3
/
+9
*
When a consensus has enough descriptors, mark it non-pending.
Nick Mathewson
2020-11-24
1
-3
/
+33
*
When storing consensuses, index them by the sha3 of the whole file.
Nick Mathewson
2020-11-23
2
-8
/
+9
*
Document and de-warning the rest of tor-dirmgr
Nick Mathewson
2020-11-23
2
-40
/
+139
*
Move a few more responsibilities into NetDirConfig.
Nick Mathewson
2020-11-20
1
-0
/
+17
*
Move storage and config logic from netdir to dirmgr.
Nick Mathewson
2020-11-20
2
-0
/
+785