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-dirmgr
/
src
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-dirmgr: Work around an apparent regression in `time`.
Nick Mathewson
2023-02-17
1
-3
/
+3
*
Fix a bunch of "needless borrow" warnings on nightly
Nick Mathewson
2022-11-18
1
-2
/
+2
*
sqlite cache: Document reasoning about timestamps
Ian Jackson
2022-11-08
1
-2
/
+9
*
bridge desc: Implement storage functions at the DB layer
Ian Jackson
2022-11-04
1
-8
/
+67
*
bridge desc: Implement cache reuse logic and if-modified-since
Ian Jackson
2022-11-04
1
-0
/
+23
*
bridge desc: Provide a Store to the bridge desc manager
Ian Jackson
2022-11-04
1
-2
/
+2
*
dirmgr sqlite store: Improve schema updates
Ian Jackson
2022-11-04
1
-9
/
+25
*
fix clippy::needless_borrow
trinity-1686a
2022-09-10
1
-1
/
+1
*
Merge branch 'dirmgr_error_cleanup' into 'main'
Nick Mathewson
2022-07-18
1
-15
/
+25
|
\
|
*
dirmgr: Add a helper to create LockFile errors.
Nick Mathewson
2022-07-18
1
-8
/
+3
|
*
dirmgr: Make UnrecognizedSchema more helpful
Nick Mathewson
2022-07-14
1
-1
/
+4
|
*
dirmgr: Clarify disk IO errors.
Nick Mathewson
2022-07-14
1
-14
/
+26
*
|
Fix illegal formatting in cache filenames
feelingnothing
2022-07-14
1
-1
/
+1
|
/
*
Work around an erroneous warning from nightly clippy
Nick Mathewson
2022-06-15
1
-0
/
+3
*
fs-mistrust: make Mistrust have a corresponding Builder type.
Nick Mathewson
2022-05-24
1
-7
/
+7
*
Update tor-dirmgr to use fs-mistrust.
Nick Mathewson
2022-05-09
1
-67
/
+78
*
Fix grammar and typos
Samanta Navarro
2022-04-27
1
-1
/
+1
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
Use RsaIdentity::from_hex() and hex::decode_to_slice in more places
Nick Mathewson
2022-03-04
1
-8
/
+4
*
dirmgr::Store.expire_all takes config
tharvik
2022-02-23
1
-23
/
+19
*
dirmgr: add Store trait
tharvik
2022-02-23
1
-240
/
+169
*
dirmgr: Remember where netdocs came from.
Nick Mathewson
2022-02-16
1
-1
/
+2
*
dirmgr: eliminate StringParsingError.
Nick Mathewson
2022-02-16
1
-2
/
+4
*
Fix invalid path character on windows
Michael
2022-01-31
1
-2
/
+2
*
fix nightly clippy errors
Trinity Pointard
2021-12-09
1
-2
/
+1
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-5
/
+5
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-1
/
+1
*
tor-dirmgr: put routerdesc storage behind a feature.
Nick Mathewson
2021-11-12
1
-0
/
+8
*
Upgrade to fslock version 0.2
Nick Mathewson
2021-10-27
1
-1
/
+1
*
Migrate tor-dirmgr from chrono to time 0.3
Nick Mathewson
2021-10-24
1
-30
/
+34
*
Remove useless into() conversions caught by clippy.
Jani Monoses
2021-10-18
1
-6
/
+8
*
Remove anyhow dependency from tor-dirmgr.
Jani Monoses
2021-10-18
1
-7
/
+9
*
Add a few tracing directives to tor-dirmgr.
Nick Mathewson
2021-10-13
1
-1
/
+4
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
1
-2
/
+3
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+1269