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 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
|
|
/
*
|
Merge branch 'remote_stream_err' into 'main'
eta
2022-02-24
1
-3
/
+1
|
\
\
|
*
|
Give specific error kinds to different END reasons
Nick Mathewson
2022-02-23
1
-3
/
+1
|
|
/
*
|
Merge branch 'debug-datastream' into 'main'
eta
2022-02-24
3
-2
/
+19
|
\
\
|
|
/
|
/
|
|
*
impl Debug for DataStream (and its components)
Ian Jackson
2022-02-24
3
-2
/
+19
*
|
Merge remote-tracking branch 'origin/mr/340'
Nick Mathewson
2022-02-23
5
-29
/
+52
|
\
\
|
*
|
Eliminate RequestedResourceAbsent kind.
Nick Mathewson
2022-02-22
5
-23
/
+46
|
*
|
Fold NamespaceFull into BadApiUsage.
Nick Mathewson
2022-02-22
1
-1
/
+1
|
*
|
Rename RemoteNameError to RemoteHostNotFound
Nick Mathewson
2022-02-22
1
-2
/
+2
|
*
|
Replace RemoteRefused with CircuitRefused.
Nick Mathewson
2022-02-22
1
-1
/
+1
|
*
|
Rename RemoteIdMismatch to RelayIdMismatch.
Nick Mathewson
2022-02-22
1
-1
/
+1
|
*
|
Fold AlreadyClosed into BadApiUsage
Nick Mathewson
2022-02-22
1
-1
/
+1
|
|
/
*
/
Remove clippy::needless_borrow exception in CI.
Nick Mathewson
2022-02-20
1
-1
/
+0
|
/
*
Replace as_mut with deref impl for MutCircEnt
Yuan Lyu
2022-02-16
2
-26
/
+34
*
Make CircMap open_ent_count O(1)
Yuan Lyu
2022-02-16
2
-26
/
+76
*
tor_proto::Error: Fix an incomplete sentence.
Nick Mathewson
2022-02-16
1
-1
/
+2
*
Update tor-proto errors to latest API.
Nick Mathewson
2022-02-15
11
-43
/
+41
*
Make tor-proto::Error implement HasKind.
Nick Mathewson
2022-02-15
3
-26
/
+54
*
tor-proto: use InternalError for internal errors.
Nick Mathewson
2022-02-15
13
-45
/
+84
*
tor-cell: provide HasKind.
Nick Mathewson
2022-02-15
4
-17
/
+49
*
Merge branch 'warn_not_deny' into 'main'
eta
2022-02-14
1
-1
/
+1
|
\
[next]