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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump versions for tor- and arti- crates to 0.21.0
Nick Mathewson
2024-08-01
1
-20
/
+20
*
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
*
Update versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-06-27
1
-20
/
+20
*
Update to itertools 0.13.0
Ian Jackson
2024-06-25
1
-1
/
+1
*
Require strum 0.26.3
Ian Jackson
2024-06-25
1
-1
/
+1
*
Merge branch 'tolerate_missing_blob' into 'main'
Nick Mathewson
2024-06-18
2
-24
/
+164
|
\
|
*
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
2
-0
/
+118
|
*
dirmgr: create temporary testing stores with correct paths.
Nick Mathewson
2024-06-12
1
-3
/
+3
|
*
dirmgr: reformat cargo.toml
Nick Mathewson
2024-06-12
1
-1
/
+2
|
*
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
|
/
*
Bump all the unstable tor- and arti- crates to 0.19.
Gabriela Moldovan
2024-06-05
1
-20
/
+20
*
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
*
Bump versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-04-30
1
-20
/
+20
*
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
*
remove unused dependencies
trinity-1686a
2024-04-02
1
-2
/
+0
*
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-20
/
+20
*
Bump patchlevel versions on non-{tor/arti} crates.
Nick Mathewson
2024-04-02
1
-3
/
+3
*
tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and impl
Ian Jackson
2024-03-25
1
-1
/
+1
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
12
-0
/
+12
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
2
-2
/
+2
*
Merge branch 'deny-unchecked-duration-substraction' into 'main'
Ian Jackson
2024-03-05
1
-0
/
+1
|
\
|
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
|
tor-dirclient: Bump minor version.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
*
|
Bump the minor version, for crates with breaking changes.
Gabriela Moldovan
2024-03-04
1
-4
/
+4
*
|
Bump patchlevel of pre-1.0.0 crates with new APIs.
Gabriela Moldovan
2024-03-04
1
-2
/
+2
*
|
Bump patchlevel of crates with functional changes.
Gabriela Moldovan
2024-03-04
1
-3
/
+3
|
/
*
Upgrade to latest signature.
Gabriela Moldovan
2024-02-28
1
-1
/
+1
*
Upgrade to latest rusqlite
Nick Mathewson
2024-02-26
1
-1
/
+1
*
Upgrade to latest event-listener
Nick Mathewson
2024-02-26
2
-2
/
+2
*
educe: Use std's default for enums where default variant is unit
Ian Jackson
2024-02-12
1
-3
/
+2
*
Bump patch versions *with* dependency update
Ian Jackson
2024-02-05
1
-1
/
+1
*
Bump minor versions
Ian Jackson
2024-02-05
1
-15
/
+15
*
clippy: Use Result::cloned in several places
Ian Jackson
2024-01-31
1
-1
/
+1
[next]