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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
TimerangeBound: Stop using std::ops::Bound.
Wesley Aptekar-Cassels
2024-11-25
2
-7
/
+5
*
tor-dirmgr: don't support changing `DirMgrConfig::cache_trust`
Steven Engler
2024-11-05
2
-0
/
+5
*
Replace _ => panic!() elsewhere
Ian Jackson
2024-10-15
1
-1
/
+1
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
2
-5
/
+5
*
rtcompat: Add an extension trait for building modified Runtimes
Nick Mathewson
2024-09-24
1
-2
/
+3
*
Fix typos
Dimitris Apostolou
2024-09-03
1
-1
/
+1
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
2
-2
/
+2
*
Merge branch 'sqlite-race' into 'main'
gabi-250
2024-07-31
2
-9
/
+62
|
\
|
*
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
2
-14
/
+58
*
|
tor-dirmgr: Use Path::try_exists() instead of Path::exists().
Gabriela Moldovan
2024-07-30
1
-1
/
+1
|
/
*
tor-dirmgr: Deprecate Error::CachePermissions, use CacheAccess
Ian Jackson
2024-07-10
1
-1
/
+12
*
tor-dirmgr: Correct message and description for mistrust error
Ian Jackson
2024-07-10
1
-2
/
+4
*
tor-dirmgr: Add some duplicate dead code allows
Ian Jackson
2024-07-08
2
-2
/
+4
*
Merge branch 'tolerate_missing_blob' into 'main'
Nick Mathewson
2024-06-18
1
-23
/
+161
|
\
|
*
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
*
|
dirmgr: Limit the number of mds that we will fetch from sqlite at once.
Nick Mathewson
2024-06-12
1
-6
/
+14
*
|
dirmgr: split out the loading part of load_once into a new function.
Nick Mathewson
2024-06-12
1
-6
/
+17
|
/
*
dirauth: Add new faravahar authority
David Goulet
2024-05-30
1
-1
/
+2
*
DirMgr: Clarify dead_code status on storage methods.
Nick Mathewson
2024-05-14
1
-2
/
+5
*
Use the right feature name for an allow(dead_code).
Nick Mathewson
2024-05-07
1
-1
/
+1
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
properly report bootstrap readiness without cache
trinity-1686a
2024-04-29
1
-0
/
+3
*
Mark tor_dirmgr::storage::Store::consensus_by_meta cfg(test)
Ian Jackson
2024-04-25
2
-0
/
+2
*
Add temporary allows for some dead code warnings
Ian Jackson
2024-04-25
1
-0
/
+2
*
dirmgr: Use contains_key in check.
Nick Mathewson
2024-04-22
1
-1
/
+1
*
dirauth: New tor26 v3 identity
David Goulet
2024-04-09
1
-1
/
+1
*
tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and impl
Ian Jackson
2024-03-25
1
-1
/
+1
[prev]
[next]