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
...
*
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
*
tor-rtmock: task: Remove Default impl for ThreadDescriptor
Ian Jackson
2025-03-04
1
-1
/
+1
*
Bump minor versions in tor-*, arti-*.
Nick Mathewson
2025-03-03
1
-20
/
+20
*
Upgrade to derive_more 2
Nick Mathewson
2025-02-26
1
-1
/
+1
*
Bump minor version of fs-mistrust
Ian Jackson
2025-02-07
1
-1
/
+1
*
Version bumps to 0.27.0
Ian Jackson
2025-02-06
1
-20
/
+20
*
fs-mistrust: bump minor version, and in-tree deps
Ian Jackson
2025-02-06
1
-1
/
+1
*
Bump versions of internal arti crates for Arti 1.3.2
Nick Mathewson
2025-01-07
1
-20
/
+20
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
Upgrade to itertools 0.14.0
Nick Mathewson
2025-01-06
1
-1
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Bump all the unstable tor- and arti- crates to 0.25.0.
Gabriela Moldovan
2024-12-02
1
-20
/
+20
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-12-02
1
-2
/
+2
*
TimerangeBound: Stop using std::ops::Bound.
Wesley Aptekar-Cassels
2024-11-25
2
-7
/
+5
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-1
/
+1
*
tor-dirmgr: don't support changing `DirMgrConfig::cache_trust`
Steven Engler
2024-11-05
2
-0
/
+5
*
Bump minor versions of crates with new APIs/impls
Ian Jackson
2024-10-30
1
-1
/
+1
*
Bump unstable tor-* and arti-* crates to 0.24.0
Ian Jackson
2024-10-30
1
-20
/
+20
*
Replace _ => panic!() elsewhere
Ian Jackson
2024-10-15
1
-1
/
+1
*
Bump arti- and tor- crates to 0.23.0
Nick Mathewson
2024-09-30
1
-20
/
+20
*
Minor bumps on non-tor/arti crates
Nick Mathewson
2024-09-30
1
-3
/
+3
*
Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'
David Goulet
2024-09-26
1
-2
/
+2
|
\
|
*
Upgrade to rusqlite 0.32.1.
Nick Mathewson
2024-09-25
1
-1
/
+1
|
*
Upgrade MSRV to 1.77
Nick Mathewson
2024-09-25
1
-1
/
+1
*
|
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
3
-6
/
+6
|
/
*
rtcompat: Add an extension trait for building modified Runtimes
Nick Mathewson
2024-09-24
1
-2
/
+3
*
Bump MSRV from 1.70 to 1.75.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+1
*
Bump all the unstable tor- and arti- crates to 0.22.0.
Gabriela Moldovan
2024-09-03
1
-20
/
+20
*
oneshot-fused-workaround: Set the initial version to 0.1.0.
Gabriela Moldovan
2024-09-03
1
-1
/
+1
*
Fix formatting issues introduced by fixup-features.
Gabriela Moldovan
2024-09-03
1
-1
/
+2
*
Run fixup-features in preparation for release.
Gabriela Moldovan
2024-09-03
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2024-09-03
1
-1
/
+1
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
3
-2
/
+3
*
Don't need to tell docs.rs to enable `docsrs` cfg
Kunal Mehta
2024-08-02
1
-1
/
+0
*
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
|
\
[prev]
[next]