index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
|
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
|
Use atomic set-and-check to update OptTimestamps if none.
Nick Mathewson
2022-02-09
2
-4
/
+38
|
/
*
Remove the use of Mutex in channel unused_since timestamp
Yuan Lyu
2022-02-08
4
-58
/
+67
*
Expire channels that have been unused for too long
Yuan Lyu
2022-02-04
3
-14
/
+97
*
Merge branch 'eta/reactor-2.5' into 'main'
eta
2022-02-03
1
-33
/
+60
|
\
|
*
Fix severe reactor ordering problems
eta
2022-02-03
1
-33
/
+60
*
|
Merge branch 'dirclient-testing' into 'main'
Nick Mathewson
2022-02-03
1
-1
/
+1
|
\
\
|
*
|
Upgrade required version of futures crate to 0.3.14
Nick Mathewson
2022-02-01
1
-1
/
+1
|
|
/
*
|
Merge branch 'typos' into 'main'
eta
2022-02-03
2
-2
/
+2
|
\
\
|
*
|
Fix typos
Dimitris Apostolou
2022-02-02
2
-2
/
+2
|
|
/
[next]