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-hsclient
/
Cargo.toml
Commit message (
Expand
)
Author
Age
Files
Lines
*
release: Bump versions.
Wesley Aptekar-Cassels
2025-10-02
1
-35
/
+35
*
Bump MSRV from 1.85 to 1.85.1
Nick Mathewson
2025-09-09
1
-1
/
+1
*
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
-35
/
+35
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
Set MSRV to 1.85.
Nick Mathewson
2025-08-05
1
-1
/
+1
*
hsservice, hsclient: Enable tor-circmgr/send-control-msg too.
Gabriela Moldovan
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
-30
/
+30
*
Bump derive-deftly to 1.2.0
Ian Jackson
2025-08-04
1
-1
/
+1
*
Bump all the unstable tor- and arti- crates to 0.32.0.
Gabriela Moldovan
2025-07-07
1
-31
/
+31
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2025-07-07
1
-4
/
+4
*
Upgrade to derive-deftly 1.1.0.
Gabriela Moldovan
2025-07-07
1
-1
/
+1
*
release: Bump all tor-/arti- crates to 0.31.0.
Alexander Hansen Færøy
2025-06-05
1
-31
/
+31
*
./maint/cargo_sort: Run cargo-sort on the entire workspace.
Gabriela Moldovan
2025-05-27
1
-2
/
+8
*
All crates: bump rust-version to 1.83.
Nick Mathewson
2025-05-13
1
-1
/
+1
*
release: Bump all unstable tor/arti crates to 0.30.0
Wesley Aptekar-Cassels
2025-05-01
1
-31
/
+31
*
chore: Run fixup-features.
Wesley Aptekar-Cassels
2025-04-30
1
-1
/
+1
*
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
*
New functions to report supported subprotocols
Nick Mathewson
2025-04-16
1
-0
/
+1
*
Bump all the unstable tor- and arti- crates to 0.29.0.
Gabriela Moldovan
2025-03-31
1
-30
/
+30
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2025-03-31
1
-1
/
+1
*
Upgrade strum dependency to 0.27.1.
Gabriela Moldovan
2025-03-27
1
-1
/
+1
*
Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
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
-30
/
+30
*
Upgrade to derive_more 2
Nick Mathewson
2025-02-26
1
-1
/
+1
*
Enable derive-deftly beta features
Ian Jackson
2025-02-12
1
-1
/
+1
*
Update to derive-deftly 1.0
Ian Jackson
2025-02-12
1
-1
/
+1
*
Version bumps to 0.27.0
Ian Jackson
2025-02-06
1
-30
/
+30
*
Bump versions of internal arti crates for Arti 1.3.2
Nick Mathewson
2025-01-07
1
-30
/
+30
*
Upgrade to itertools 0.14.0
Nick Mathewson
2025-01-06
1
-1
/
+1
*
Bump all the unstable tor- and arti- crates to 0.25.0.
Gabriela Moldovan
2024-12-02
1
-30
/
+30
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-12-02
1
-3
/
+3
*
PoW: Consolidate feature flags into a single flag.
Wesley Aptekar-Cassels
2024-11-25
1
-3
/
+2
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-1
/
+1
*
Merge branch 'versions' into 'main'
Ian Jackson
2024-10-30
1
-32
/
+32
|
\
|
*
Bump minor versions of crates with new APIs/impls
Ian Jackson
2024-10-30
1
-2
/
+2
|
*
Bump unstable tor-* and arti-* crates to 0.24.0
Ian Jackson
2024-10-30
1
-30
/
+30
*
|
cargo: Run fixup-features (formatting)
Ian Jackson
2024-10-30
1
-1
/
+3
*
|
cargo: Run fixup-features
Ian Jackson
2024-10-30
1
-3
/
+3
*
|
cargo: Declare [hs-]pow-* experimental everywhere else
Ian Jackson
2024-10-30
1
-1
/
+1
|
/
*
Convert a few crates to slotmap-careful
Neel Chauhan
2024-10-17
1
-1
/
+1
*
memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>
Ian Jackson
2024-10-15
1
-0
/
+1
*
hs-pow: Refactor to prefer stub types rather than cfg sprawl.
Wesley Aptekar-Cassels
2024-10-09
1
-2
/
+1
*
tor-hspow: Big refactor, dissolve this crate
Wesley Aptekar-Cassels
2024-10-09
1
-2
/
+5
*
First pass at implementing onion proof-of-work client
Wesley Aptekar-Cassels
2024-10-09
1
-0
/
+3
*
Bump arti- and tor- crates to 0.23.0
Nick Mathewson
2024-09-30
1
-29
/
+29
*
Minor bumps on non-tor/arti crates
Nick Mathewson
2024-09-30
1
-3
/
+3
[next]