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
/
Cargo.lock
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rpc: Configuration options for arti
Nick Mathewson
2024-12-19
1
-0
/
+1
*
connpt: Make unix socket handling more robust.
Nick Mathewson
2024-12-19
1
-0
/
+1
*
rpc-connect: Make LoadOptions buildable.
Nick Mathewson
2024-12-19
1
-0
/
+1
*
tor-hscrypto: Move encodable key trait impls from tor-key-forge.
Gabriela Moldovan
2024-12-11
1
-1
/
+1
*
tor-proto: switched from `Slab` to `DenseSlotMap` for waker map
Steven Engler
2024-12-10
1
-1
/
+1
*
tor-proto: replace oneshot broadcast channel
Steven Engler
2024-12-10
1
-0
/
+1
*
tor-rtcompat: Implement StreamOps for all the stream types.
Gabriela Moldovan
2024-12-10
1
-0
/
+1
*
connpt: use cfg-if to declare connect point defaults.
Nick Mathewson
2024-12-09
1
-0
/
+1
*
rpc-client: Initial implementation for RPC connect points.
Nick Mathewson
2024-12-09
1
-0
/
+3
*
rpc-client: move Builder to its own module.
Nick Mathewson
2024-12-09
1
-0
/
+1
*
Move base CfgPathResolver for arti-client back to tor-config-path.
Nick Mathewson
2024-12-09
1
-1
/
+0
*
tor-key-forge: Add an encodable cert type.
Gabriela Moldovan
2024-12-04
1
-0
/
+1
*
Bump arti crate to 1.3.1
Gabriela Moldovan
2024-12-02
1
-1
/
+1
*
Bump all the unstable tor- and arti- crates to 0.25.0.
Gabriela Moldovan
2024-12-02
1
-45
/
+45
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-12-02
1
-7
/
+7
*
Run cargo update post-bumps.
Gabriela Moldovan
2024-11-28
1
-3
/
+3
*
tor-rpc-connect: Bump thiserror to 2.
Gabriela Moldovan
2024-11-28
1
-1
/
+1
*
tor-persist: Bump sanitize-filename to 0.6.0.
Gabriela Moldovan
2024-11-28
1
-3
/
+2
*
tor-netdoc: Bump tinystr to 0.8.0.
Gabriela Moldovan
2024-11-28
1
-5
/
+14
*
Run cargo update in preparation for 1.3.1 release.
Gabriela Moldovan
2024-11-28
1
-294
/
+514
*
Move helpers from tor-hsservice to tor-netdir.
Wesley Aptekar-Cassels
2024-11-25
1
-0
/
+1
*
cargo_audit: Bump rustls to 0.23.18.
Gabriela Moldovan
2024-11-25
1
-2
/
+2
*
connect points: Remember original string addresses
Nick Mathewson
2024-11-19
1
-0
/
+2
*
rpc-connect: Types for cookie authentication.
Nick Mathewson
2024-11-19
1
-0
/
+3
*
RPC connect points: Facility to load from files.
Nick Mathewson
2024-11-19
1
-0
/
+1
*
tor-connect-point: new crate to manage RPC connect points
Nick Mathewson
2024-11-19
1
-27
/
+110
*
update `CfgPath::path` to use a `CfgPathResolver`
Steven Engler
2024-11-18
1
-0
/
+1
*
arti-relay: add clap for cli
Steven Engler
2024-11-13
1
-0
/
+2
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-104
/
+124
*
Merge branch 'tor-proto_benchmarks' into 'main'
gabi-250
2024-11-11
1
-23
/
+184
|
\
|
*
tor-proto: Add benchmarks for cell encryption and decryption
Lionel Goffaux
2024-11-04
1
-23
/
+184
*
|
cargo: update hashbrown version to 0.15.1
Steven Engler
2024-11-04
1
-3
/
+3
*
|
tor-config-path: re-enable 'test_parse' test
Steven Engler
2024-11-04
1
-0
/
+2
*
|
tor-config: removed re-export of `CfgPath`
Steven Engler
2024-11-04
1
-1
/
+6
*
|
tor-config: remove unused dependencies
Steven Engler
2024-11-04
1
-5
/
+0
|
/
*
Merge branch 'cfgaddr' into 'main'
Nick Mathewson
2024-11-02
1
-0
/
+2
|
\
|
*
New CfgAddr type to represent SocketAddrs in configuration.
Nick Mathewson
2024-10-31
1
-0
/
+2
*
|
tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier.
Gabriela Moldovan
2024-10-31
1
-0
/
+3
*
|
tor-persist: Add a slug timestamp type.
Gabriela Moldovan
2024-10-31
1
-0
/
+2
|
/
*
Bump arti crate version to 1.3.0
Ian Jackson
2024-10-30
1
-2
/
+2
*
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
-44
/
+44
*
Update notify to 7.x
Ian Jackson
2024-10-30
1
-20
/
+19
*
cargo update
Ian Jackson
2024-10-30
1
-191
/
+188
*
Merge branch 'tor-genaddr' into 'main'
Nick Mathewson
2024-10-29
1
-0
/
+13
|
\
|
*
Remove re-export of "unix" from tor_rtcompat.
Nick Mathewson
2024-10-29
1
-0
/
+1
|
*
Extract general::SocketAddr and its unix friends to their own crate.
Nick Mathewson
2024-10-29
1
-0
/
+12
*
|
tor-config-path: moved `tor_config::path` to here
Steven Engler
2024-10-29
1
-0
/
+12
*
|
tor-config-path: added empty package
Steven Engler
2024-10-29
1
-0
/
+5
|
/
*
tor-config: use 'path' feature of shellexpand
Steven Engler
2024-10-28
1
-0
/
+22
[prev]
[next]