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
/
src
/
channel
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove usage of dbg!(..)
trinity-1686a
2022-02-28
1
-1
/
+0
*
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
1
-49
/
+68
*
tor-proto: Rename BadHandshake to BadCircHandshake
Nick Mathewson
2022-02-23
1
-1
/
+1
*
tor-proto: Split IoErr based on when it occurs
Nick Mathewson
2022-02-23
2
-7
/
+21
*
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
*
Update tor-proto errors to latest API.
Nick Mathewson
2022-02-15
2
-2
/
+2
*
tor-proto: use InternalError for internal errors.
Nick Mathewson
2022-02-15
2
-8
/
+10
*
tor-cell: provide HasKind.
Nick Mathewson
2022-02-15
2
-14
/
+44
*
Use atomic set-and-check to update OptTimestamps if none.
Nick Mathewson
2022-02-09
1
-4
/
+2
*
Remove the use of Mutex in channel unused_since timestamp
Yuan Lyu
2022-02-08
1
-11
/
+6
*
Expire channels that have been unused for too long
Yuan Lyu
2022-02-04
2
-0
/
+46
*
Remove many needless borrows and slices
Ian Jackson
2022-02-02
1
-1
/
+1
*
handshake: Use read_exact, not read and checking len
Ian Jackson
2022-01-19
1
-3
/
+7
*
clippy: Rename a `from_foo` method that doesn't do conversion
Ian Jackson
2022-01-19
1
-1
/
+3
*
Fix two bugs related to incomplete read/write
Ian Jackson
2022-01-19
1
-3
/
+3
*
chanmgr: get rid of Arc around Channel
Ian Jackson
2022-01-13
1
-34
/
+27
*
tor-circmgr: Don't clone parameters in create_chantarget()
Neel Chauhan
2021-12-25
1
-1
/
+2
*
tor-proto: Replace XXXs with references to arti#269
Nick Mathewson
2021-12-20
1
-9
/
+7
*
fix nightly clippy errors
Trinity Pointard
2021-12-09
1
-2
/
+1
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-1
/
+1
*
Mark a test as #[ignore]
Nick Mathewson
2021-11-29
1
-0
/
+1
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
2
-13
/
+13
*
Remove a couple more eprintln! calls.
Nick Mathewson
2021-11-23
1
-1
/
+1
*
Make unreliable tor-proto tests more reliable (arti#238).
eta
2021-11-18
1
-12
/
+16
*
tor-proto: Use tor-rtcompat macros for testing, not tokio.
Nick Mathewson
2021-11-15
3
-430
/
+463
*
A few more eprintln!() removals that I missed.
Nick Mathewson
2021-11-13
1
-4
/
+0
*
Get rid of unbounded stream sender, and RawCellStream
eta
2021-11-12
1
-1
/
+1
*
Completely overhaul the tor-proto circuit reactor
eta
2021-11-12
1
-14
/
+20
*
Replace all println/eprintln calls outside of arti CLI with trace.
Nick Mathewson
2021-11-04
1
-1
/
+1
*
tor-proto: Use a dedicated sender for channel cells, make full-duplex
eta
2021-11-03
1
-40
/
+90
*
Get rid of tor-proto's ChannelImpl, and use the reactor more instead
eta
2021-11-03
3
-148
/
+148
*
Merge branch 'timestamp'
Nick Mathewson
2021-11-02
2
-0
/
+9
|
\
|
*
Use coarsetime to build an incoming traffic timestamp.
Nick Mathewson
2021-11-02
2
-0
/
+9
*
|
Refactor tor_proto::channel::Reactor to use an UnboundedSender
eta
2021-11-02
1
-39
/
+9
|
/
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
5
-3
/
+7
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
5
-0
/
+2046