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
*
dirmgr: Rewrite .is_some()/.unwrap() using let match
Gabriela Moldovan
2025-12-01
1
-4
/
+6
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-11
/
+17
*
dirmgr, netdir: Store protocol requirments as soon as they are validated.
Nick Mathewson
2025-04-16
1
-2
/
+0
*
dirmgr: Backend support for cacheing protocol status.
Nick Mathewson
2025-04-16
1
-1
/
+118
*
tor-dirmgr: remove `dbg!`
Steven Engler
2025-03-05
1
-1
/
+0
*
sqlite: Handle vanished blobs during consensus loading
Nick Mathewson
2025-03-05
1
-16
/
+38
*
sqlite: add a method to tidy extdocs for vanished blobs
Nick Mathewson
2025-03-05
1
-1
/
+93
*
sqlite.rs: Let read_blob signal whether it cleaned up.
Nick Mathewson
2025-03-05
1
-8
/
+28
*
sqlite: Extract body of latest_consensus into a new method
Nick Mathewson
2025-03-05
1
-23
/
+33
*
sqlite: Stop ignoring any errors.
Nick Mathewson
2025-03-05
1
-3
/
+22
*
sqlite: Add a comment about O(n) query.
Nick Mathewson
2025-03-05
1
-0
/
+2
*
sqlite.rs: Rustfmt.
Nick Mathewson
2025-03-05
1
-86
/
+87
*
sqlite.rs: Put SavedBlobHandle into its own module
Nick Mathewson
2025-03-05
1
-13
/
+30
*
sqlite.rs: More comments about blob rollback.
Nick Mathewson
2025-03-05
1
-1
/
+7
*
sqlite.rs: Give SavedBlobHandle more methods.
Nick Mathewson
2025-03-05
1
-24
/
+47
*
sqlite.rs: add comments about consistency
Nick Mathewson
2025-03-05
1
-2
/
+14
*
sqlite.rs: Add a note on blob consistency (or lack thereof)
Nick Mathewson
2025-03-05
1
-0
/
+77
*
sqlite.rs: Rename dtype to digest_type to avoid further confusion.
Nick Mathewson
2025-03-05
1
-6
/
+6
*
dirmgr: Propagate row-conversion failure from expire_all.
Nick Mathewson
2025-03-05
1
-5
/
+4
*
dirmgr: When expiring a consensus, remove its blob.
Nick Mathewson
2025-03-05
1
-2
/
+68
*
dirmgr: Store the correct value in ExtDocs.type
Nick Mathewson
2025-03-05
1
-2
/
+5
*
Merge branch 'sqlite-race' into 'main'
gabi-250
2024-07-31
1
-9
/
+38
|
\
|
*
tor-dirmgr: Replace from_conn impl with a call to from_conn_internal helper.
Gabriela Moldovan
2024-07-30
1
-7
/
+16
|
*
tor-dirmgr: Return an error if storage is readonly and DB is missing/incompat...
Gabriela Moldovan
2024-07-30
1
-14
/
+34
*
|
tor-dirmgr: Use Path::try_exists() instead of Path::exists().
Gabriela Moldovan
2024-07-30
1
-1
/
+1
|
/
*
tor-dirmgr: Add some duplicate dead code allows
Ian Jackson
2024-07-08
1
-0
/
+2
*
sqlite: (style) Use consistent casing on "ExtDocs"
Nick Mathewson
2024-06-18
1
-2
/
+2
*
storage: Remove orphaned files from dir_blobs
Nick Mathewson
2024-06-12
1
-0
/
+117
*
dirmgr: create temporary testing stores with correct paths.
Nick Mathewson
2024-06-12
1
-3
/
+3
*
dirmgr::storage: Enable foreign keys on our sqlite connections.
Nick Mathewson
2024-06-12
1
-0
/
+4
*
dirmgr::storage: Treat a missing blob file as an absent object.
Nick Mathewson
2024-06-12
1
-19
/
+36
*
Mark tor_dirmgr::storage::Store::consensus_by_meta cfg(test)
Ian Jackson
2024-04-25
1
-0
/
+1
*
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
[next]