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-proto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
1
-18
/
+18
*
Run fixup-features script and resolve its complaints.
Nick Mathewson
2023-05-31
1
-1
/
+1
*
Merge branch 'stream_ctrl' into 'main'
Nick Mathewson
2023-05-24
4
-3
/
+238
|
\
|
*
Add "TODO RPC" notes around DataStreamCtrl per review.
Nick Mathewson
2023-05-24
2
-0
/
+16
|
*
proto: Add stream-status functionality to DataStreamCtrl.
Nick Mathewson
2023-05-24
1
-2
/
+106
|
*
proto: Create a `DataStreamCtrl` type.
Nick Mathewson
2023-05-22
3
-1
/
+114
|
*
proto: Add a new experimental stream-ctrl feature.
Nick Mathewson
2023-05-22
1
-1
/
+2
|
*
tor-proto: Move a comment in Cargo.toml
Nick Mathewson
2023-05-22
1
-1
/
+2
*
|
proto: Make PathEntry::Virtual feature-conditional.
Nick Mathewson
2023-05-23
2
-0
/
+3
|
/
*
Merge branch 'virtual_hop' into 'main'
Nick Mathewson
2023-05-18
5
-38
/
+245
|
\
|
*
proto: Explain "virtual" hops better.
Nick Mathewson
2023-05-18
1
-0
/
+4
|
*
proto: Try to improve the documentation in crypto/cell.rs
Nick Mathewson
2023-05-18
1
-24
/
+86
|
*
proto: Allow circuit Paths to represent virtual hops.
Nick Mathewson
2023-05-18
3
-14
/
+57
|
*
proto: Implement Circuit::extend_virtual.
Nick Mathewson
2023-05-18
2
-2
/
+59
|
*
tor-proto: Code to construct crypto layers for virtual hops.
Nick Mathewson
2023-05-18
3
-1
/
+42
*
|
tor-guardmgr, tor-proto: minor logging tweaks
eta
2023-05-18
1
-2
/
+2
*
|
hs_ntor: several documentation cleanups.
Nick Mathewson
2023-05-17
1
-6
/
+14
*
|
hs_ntor: make encrypt_and_mac take a typed public key
Nick Mathewson
2023-05-17
1
-10
/
+6
*
|
hs_ntor: remove the last lingering AsRef<[u8]>
Nick Mathewson
2023-05-17
1
-7
/
+7
*
|
hs_ntor: Add a test vector case extracted from C tor.
Nick Mathewson
2023-05-17
1
-0
/
+104
*
|
hs_ntor: Calculate MAC on introduce1 message correctly.
Nick Mathewson
2023-05-17
1
-3
/
+12
*
|
hs_ntor: Make internal no-rng variants of the handshake functions.
Nick Mathewson
2023-05-17
1
-2
/
+25
*
|
hs_ntor: Move extra data outside of the "input" fields.
Nick Mathewson
2023-05-17
1
-59
/
+33
*
|
hs_ntor: Use MAC implementation from tor-hscrypto
Nick Mathewson
2023-05-17
1
-35
/
+16
*
|
hs_ntor: Use correct PK types from tor_hscrypto.
Nick Mathewson
2023-05-17
1
-20
/
+24
*
|
hs_ntor: Use Subcredential type from tor-hscrypto
Nick Mathewson
2023-05-17
2
-5
/
+5
|
/
*
Merge branch 'arc_circ' into 'main'
gabi-250
2023-05-17
3
-18
/
+24
|
\
|
*
Refactor ClientCirc APIs to use Arc<ClientCirc>.
Nick Mathewson
2023-05-16
3
-18
/
+24
*
|
Merge branch 'ticket_759' into 'main'
Nick Mathewson
2023-05-16
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Replace usage of KeyUnknownCert::check_key.
Nick Mathewson
2023-05-16
1
-2
/
+2
*
|
Revise all XXXXs from fixup-features
Nick Mathewson
2023-05-15
1
-5
/
+3
*
|
Run fixup-features _with_ annotations.
Nick Mathewson
2023-05-15
1
-0
/
+2
*
|
Reformat Cargo.toml files.
Nick Mathewson
2023-05-15
1
-1
/
+18
*
|
Run fixup-features --no-annotate for initial Cargo.toml fixes.
Nick Mathewson
2023-05-15
1
-5
/
+6
|
/
*
Use non-deprecated *Secret::random_from_rng.
Nick Mathewson
2023-05-13
3
-13
/
+13
*
Change CircTarget::linkspecs() to return an encoded list.
Nick Mathewson
2023-05-10
2
-7
/
+9
*
Upgrade tracing to 0.1.36.
Nick Mathewson
2023-05-03
1
-1
/
+1
*
Increment crate versions.
Nick Mathewson
2023-05-03
1
-17
/
+17
*
async-utils: rename SinkExt to SinkPrepareExt
Nick Mathewson
2023-04-19
1
-1
/
+1
*
Upgrade our hex-literal dependency
Nick Mathewson
2023-04-13
1
-1
/
+1
*
tor-proto: Be explicit about an into().
Nick Mathewson
2023-04-12
1
-1
/
+1
*
Increment MSRV to 1.65 in every crate.
Nick Mathewson
2023-04-11
1
-1
/
+1
*
Remove semver.md files.
Nick Mathewson
2023-03-31
1
-1
/
+0
*
Patchlevel bumps for crates whose dependencies just changed.
Nick Mathewson
2023-03-31
1
-2
/
+2
*
Bump crate versions that have breaking changes
Nick Mathewson
2023-03-31
1
-2
/
+2
*
Bump patchlevel on crates with non-breaking changes
Nick Mathewson
2023-03-31
1
-7
/
+7
*
Move functionality from tor_basic_utils to tor_async_utils
Nick Mathewson
2023-03-29
2
-6
/
+4
*
Add some missing imports
Ian Jackson
2023-03-28
1
-1
/
+4
*
Add an experimental circuit accessor to DataStream.
Nick Mathewson
2023-03-23
2
-2
/
+34
*
tor-proto: Feature-conditionalise some enum variants
Ian Jackson
2023-03-23
1
-0
/
+6
[next]