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
/
arti-relay
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump versions of internal arti crates for Arti 1.3.2
Nick Mathewson
2025-01-07
1
-12
/
+12
*
Bump all the unstable tor- and arti- crates to 0.25.0.
Gabriela Moldovan
2024-12-02
1
-12
/
+12
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-12-02
1
-1
/
+1
*
Run fixup-features in preparation for release (fmt).
Gabriela Moldovan
2024-12-02
1
-1
/
+2
*
Run fixup-features in preparation for release.
Gabriela Moldovan
2024-12-02
1
-1
/
+1
*
update `CfgPath::path` to use a `CfgPathResolver`
Steven Engler
2024-11-18
1
-1
/
+3
*
arti-relay: small change to log level comment
Steven Engler
2024-11-14
1
-1
/
+1
*
arti-relay: remove TODO comment about runtimes
Steven Engler
2024-11-14
1
-7
/
+3
*
arti-relay: remove runtime/tls-related features
Steven Engler
2024-11-14
2
-24
/
+3
*
arti-relay: add cli tests
Steven Engler
2024-11-13
1
-0
/
+35
*
arti-relay: add 'build-info' subcommand
Steven Engler
2024-11-13
3
-0
/
+57
*
arti-relay: add clap for cli
Steven Engler
2024-11-13
3
-2
/
+111
*
arti-relay: add 'test-all-crates' and 'matrix-check' exceptions
Steven Engler
2024-11-13
1
-0
/
+4
*
arti-relay: add 'default-runtime' feature
Steven Engler
2024-11-13
1
-2
/
+4
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-1
/
+1
*
tor-config: removed re-export of `CfgPath`
Steven Engler
2024-11-04
2
-1
/
+3
*
tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier.
Gabriela Moldovan
2024-10-31
1
-1
/
+1
*
tor-relay-crypto: Use the KS_ prefix for RelayIdentityKeySpecifier.
Gabriela Moldovan
2024-10-31
1
-2
/
+2
*
Merge branch 'versions' into 'main'
Ian Jackson
2024-10-30
1
-11
/
+11
|
\
|
*
Bump unstable tor-* and arti-* crates to 0.24.0
Ian Jackson
2024-10-30
1
-11
/
+11
*
|
cargo: Run fixup-features (formatting)
Ian Jackson
2024-10-30
1
-1
/
+2
*
|
cargo: Run fixup-features
Ian Jackson
2024-10-30
1
-1
/
+1
|
/
*
Apply `default-features = false` to all tor-memquota deps
Ian Jackson
2024-10-16
1
-1
/
+2
*
memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>
Ian Jackson
2024-10-15
1
-1
/
+2
*
arti-relay: Rename remaining XXXs to be TODOs
David Goulet
2024-10-10
2
-4
/
+4
*
arti-relay: Fix cargo doc issues
David Goulet
2024-10-10
2
-3
/
+3
*
arti-relay: Remove the use of pub and pub use
David Goulet
2024-10-10
3
-10
/
+8
*
arti-relay: Remove its library crate
David Goulet
2024-10-10
3
-6
/
+12
*
arti-relay: Add a binary to the crate
David Goulet
2024-10-10
3
-1
/
+44
*
tor-keymgr: Move config/arti.rs to config.rs
Gabriela Moldovan
2024-10-08
1
-1
/
+1
*
memquota: Add a toplevel account in tor-chanmgr
Ian Jackson
2024-10-03
2
-0
/
+3
*
Remove semver.md files from 1.2.8
Nick Mathewson
2024-09-30
1
-1
/
+0
*
Bump arti- and tor- crates to 0.23.0
Nick Mathewson
2024-09-30
1
-10
/
+10
*
Minor bumps on non-tor/arti crates
Nick Mathewson
2024-09-30
1
-1
/
+1
*
Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'
David Goulet
2024-09-26
1
-1
/
+1
|
\
|
*
Upgrade MSRV to 1.77
Nick Mathewson
2024-09-25
1
-1
/
+1
*
|
Merge branch 'upgrades-20240925' into 'main'
Nick Mathewson
2024-09-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-1
/
+1
*
|
Run fixup-features in preparation for upcoming release.
Nick Mathewson
2024-09-25
1
-1
/
+1
|
/
*
tor-keymgr: Rename the primary keystore for clarity.
Gabriela Moldovan
2024-09-23
1
-1
/
+1
*
tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfig
Morgan
2024-09-20
2
-2
/
+3
*
relay: Require keymgr feature from tor-keymgr
David Goulet
2024-09-18
1
-1
/
+1
*
relay: Try to generate long-term identity key
David Goulet
2024-09-18
2
-5
/
+31
*
relay: Add KeyMgr to TorRelay
David Goulet
2024-09-18
4
-2
/
+66
*
Bump MSRV from 1.70 to 1.75.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+1
*
arti-relay: add and use `Error`/`ErrorDetail`
Steven Engler
2024-09-05
4
-4
/
+123
*
tor-relay: add `ChanMgr` to `TorRelay`
Steven Engler
2024-09-03
2
-2
/
+41
*
arti-relay: pass config in `TorRelay::create_inner`
Steven Engler
2024-09-03
2
-3
/
+4
*
Bump all the unstable tor- and arti- crates to 0.22.0.
Gabriela Moldovan
2024-09-03
1
-8
/
+8
*
relay: Add basic configuration and builder
David Goulet
2024-08-20
4
-4
/
+267
[next]