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
*
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-2
/
+2
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-4
/
+4
*
More tests for ClockSkew.
Nick Mathewson
2022-05-25
1
-0
/
+40
*
prepare_send_from: clippy: Replace some or_else with or
Ian Jackson
2022-05-23
1
-2
/
+2
*
channel: Provide and use Sink::prepare_send_from
Ian Jackson
2022-05-23
1
-75
/
+25
*
Merge branch 'main' into 'ticket_466'
Nick Mathewson
2022-05-16
2
-1
/
+2
|
\
|
*
clippy: Change a binding to (), and allow clippy::let_unit_value
Ian Jackson
2022-05-11
2
-1
/
+2
*
|
Add a channel accessor to ClientCirc.
Nick Mathewson
2022-05-11
1
-1
/
+20
|
/
*
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-11
/
+11
*
Fix typos (using the typos-cli tool).
Nick Mathewson
2022-05-04
1
-1
/
+1
*
Upgrade to AES 0.8
Nick Mathewson
2022-04-26
4
-5
/
+5
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
6
-9
/
+0
*
Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+1
*
Add 'rust-version = "1.56"' to every Cargo.toml file.
Nick Mathewson
2022-04-25
1
-0
/
+1
*
Reformat all not-yet-reformatted Cargo.toml files.
Nick Mathewson
2022-04-25
1
-10
/
+10
*
handshake.rs: Document the time for clock skew authentication.
Nick Mathewson
2022-04-11
1
-3
/
+25
*
Implement a better clock skew estimator.
Nick Mathewson
2022-04-11
1
-8
/
+75
*
Initial functions to determine and expose a clock skew estimate.
Nick Mathewson
2022-04-07
1
-4
/
+13
*
chanmgr: bubble ClockSkew up through the Error object.
Nick Mathewson
2022-04-07
2
-3
/
+1
*
Channel: Expose our view of whether the clock is skewed, and the age
Nick Mathewson
2022-04-07
3
-1
/
+33
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-11
/
+11
*
Merge branch 'netinfo-clock-skew' into 'main'
Nick Mathewson
2022-03-23
5
-25
/
+231
|
\
|
*
tor-proto: better errors when handshake fails due to untimely certs
Nick Mathewson
2022-03-23
2
-15
/
+63
|
*
tor-proto: add a backend to detect reported clock skew.
Nick Mathewson
2022-03-23
4
-10
/
+168
*
|
Define accessors for circuit hops.
Nick Mathewson
2022-03-17
2
-0
/
+39
*
|
tor-proto: Remember peer information in circuit and channel
Nick Mathewson
2022-03-17
6
-36
/
+68
*
|
ClientCirc: Move n_hops into a new Path type.
Nick Mathewson
2022-03-17
3
-14
/
+36
|
/
*
Merge branch 'educe-traits' into 'main'
Ian Jackson
2022-03-04
2
-32
/
+25
|
\
|
*
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
2
-1
/
+2
|
*
Replace manual Debug impls with educe in tor-proto
Ian Jackson
2022-03-02
2
-32
/
+24
*
|
Replace manual Default and new with std derive in tor-proto
Ian Jackson
2022-03-02
1
-7
/
+2
|
/
*
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
|
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
|
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-10
/
+10
*
|
remove usage of dbg!(..)
trinity-1686a
2022-02-28
1
-1
/
+0
*
|
Merge branch 'always-coarsetime' into 'main'
eta
2022-02-28
3
-12
/
+2
|
\
\
|
*
|
Make coarsetime dependency and traffic-timestamping non-optional.
Nick Mathewson
2022-02-25
3
-12
/
+2
*
|
|
Merge branch 'upgrade-dependencies' into 'main'
Nick Mathewson
2022-02-25
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Bump minimum tokio to 1.7, since tokio-util now needs that.
Nick Mathewson
2022-02-25
1
-1
/
+1
|
*
|
Upgrade dependency to new version of tokio-util.
Nick Mathewson
2022-02-25
1
-1
/
+1
*
|
|
tor-proto datastream: Fix typo in Debug impl
Ian Jackson
2022-02-25
1
-1
/
+1
|
/
/
*
|
Merge branch 'debug-datastream' into 'main'
eta
2022-02-24
1
-4
/
+11
|
\
\
|
*
|
Fix rustfmt
Ian Jackson
2022-02-24
1
-1
/
+1
|
*
|
tor-proto datastream: Do not dump packet data in DataWriterImpl
Ian Jackson
2022-02-24
1
-2
/
+9
|
*
|
tor-proto datastream: import std::fmt::Debug trait name
Ian Jackson
2022-02-24
1
-2
/
+2
*
|
|
Merge branch 'proto_handshake_err' into 'main'
Nick Mathewson
2022-02-24
9
-95
/
+140
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
proto: Refactor conversion from CodecError to Error
Nick Mathewson
2022-02-24
3
-32
/
+37
|
*
|
tor-proto: refactor handshake protocol errors to a different type
Nick Mathewson
2022-02-23
2
-52
/
+79
|
*
|
tor-proto: Rename BadHandshake to BadCircHandshake
Nick Mathewson
2022-02-23
7
-12
/
+12
|
*
|
tor-proto: Split IoErr based on when it occurs
Nick Mathewson
2022-02-23
3
-18
/
+31
|
|
/
[next]