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-keymgr
Commit message (
Expand
)
Author
Age
Files
Lines
*
release: Bump versions.
Wesley Aptekar-Cassels
2025-10-02
1
-17
/
+17
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
tor-keymgr: Fix `KeyMgr::list_keystores` description
hjrgrn
2025-09-22
1
-1
/
+1
*
Bump MSRV from 1.85 to 1.85.1
Nick Mathewson
2025-09-09
1
-1
/
+1
*
arti: keys: Add `keys check-integrity` CLI tool
hjrgrn
2025-09-04
1
-3
/
+35
*
Update to derive-deftly 1.3.0
Ian Jackson
2025-09-02
1
-1
/
+1
*
Bump the minor version of every published crate except for `arti`.
Nick Mathewson
2025-08-28
1
-17
/
+17
*
misc: cleanup now that `_report!` macros support fields
Steven Engler
2025-08-18
1
-1
/
+1
*
clippy: fix `clippy::implicit_clone` errors
Steven Engler
2025-08-11
2
-2
/
+2
*
Fix warnings and errors from edition 2024.
Nick Mathewson
2025-08-07
1
-4
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
15
-114
/
+159
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-2
/
+2
*
Merge branch 'msrv-1.85' into 'main'
Nick Mathewson
2025-08-05
1
-1
/
+1
|
\
|
*
Set MSRV to 1.85.
Nick Mathewson
2025-08-05
1
-1
/
+1
*
|
Merge branch 'semver' into 'main'
Nick Mathewson
2025-08-05
1
-5
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove semver.md files, post-release.
Ian Jackson
2025-08-05
1
-5
/
+0
*
|
Merge branch 'fix_rustdoc_nightly' into 'main'
Nick Mathewson
2025-08-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix errors from rustdoc nightly.
Nick Mathewson
2025-08-05
1
-1
/
+1
*
|
Bump version of tor-basic-utils
Ian Jackson
2025-08-05
1
-2
/
+2
*
|
Version bumps for 1.4.6
Ian Jackson
2025-08-05
1
-14
/
+14
|
/
*
Merge branch 'update' into 'main'
Ian Jackson
2025-08-04
1
-1
/
+1
|
\
|
*
Bump derive-deftly to 1.2.0
Ian Jackson
2025-08-04
1
-1
/
+1
*
|
cargo features: Run fixup-features (fmt)
Ian Jackson
2025-08-04
1
-1
/
+2
*
|
cargo features: Run fixup-features
Ian Jackson
2025-08-04
1
-1
/
+1
|
/
*
Use new DisplayRedacted/DebugRedacted code for HsId.
Nick Mathewson
2025-07-31
2
-3
/
+7
*
arti: hss: Add `arti hss ctor-migrate`
hjrgrn
2025-07-31
1
-0
/
+61
*
tor-keymgr: Add err::Error::KeystoreNotFound
hjrgrn
2025-07-23
2
-2
/
+9
*
arti: keys: Add arti keys-raw
hjrgrn
2025-07-14
14
-254
/
+643
*
Merge branch 'typos-20250709' into 'main'
Nick Mathewson
2025-07-09
3
-3
/
+3
|
\
|
*
Typo fixes (automatic and hand-verified)
Nick Mathewson
2025-07-09
3
-3
/
+3
*
|
keymgr: fix spelling of MethodNotSuppor(t)ed.
Nick Mathewson
2025-07-09
1
-5
/
+5
|
/
*
Bump all the unstable tor- and arti- crates to 0.32.0.
Gabriela Moldovan
2025-07-07
1
-15
/
+15
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2025-07-07
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
Upgrade to derive-deftly 1.1.0.
Gabriela Moldovan
2025-07-07
1
-1
/
+1
*
tor-keymgr: Sort dependencies.
Gabriela Moldovan
2025-07-07
1
-1
/
+7
*
Run fixup-features in preparation for release.
Gabriela Moldovan
2025-07-07
1
-1
/
+2
*
arti: Add keys list and keys list-keystores
hjrgrn
2025-06-12
3
-8
/
+163
*
release: Delete semver.md files after release.
Alexander Hansen Færøy
2025-06-05
1
-3
/
+0
*
release: Bump all tor-/arti- crates to 0.31.0.
Alexander Hansen Færøy
2025-06-05
1
-15
/
+15
*
release: Bump crates non-arti/non-tor crates with functional changes.
Alexander Hansen Færøy
2025-06-05
1
-1
/
+1
*
tor-keymgr: BREAKING: Refactor API: Keystore::list
hjrgrn
2025-05-30
11
-99
/
+476
*
*: use std::io::Error::other in many places
Nick Mathewson
2025-05-15
1
-4
/
+2
*
All crates: bump rust-version to 1.83.
Nick Mathewson
2025-05-13
1
-1
/
+1
*
Merge branch 'item-metadata-cert-support' into 'main'
gabi-250
2025-05-06
1
-75
/
+159
|
\
|
*
tor-keymgr: Refactor ItemMetadata to support certificate metadata
shivam37483
2025-05-06
1
-75
/
+159
*
|
release: Bump all unstable tor/arti crates to 0.30.0
Wesley Aptekar-Cassels
2025-05-01
2
-18
/
+15
*
|
Update rand requirement to 0.9.1
Nick Mathewson
2025-04-29
1
-1
/
+1
*
|
Run cargo update.
Wesley Aptekar-Cassels
2025-04-29
1
-1
/
+1
|
/
*
tor-keymgr: ephemeral type validation
hashcatHitman
2025-04-03
2
-12
/
+77
[next]