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
/
circuit
Commit message (
Expand
)
Author
Age
Files
Lines
*
impl Debug for DataStream (and its components)
Ian Jackson
2022-02-24
1
-2
/
+2
*
Update tor-proto errors to latest API.
Nick Mathewson
2022-02-15
4
-11
/
+13
*
tor-proto: use InternalError for internal errors.
Nick Mathewson
2022-02-15
4
-15
/
+32
*
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 'typos' into 'main'
eta
2022-02-03
1
-1
/
+1
|
\
\
|
*
|
Fix typos
Dimitris Apostolou
2022-02-02
1
-1
/
+1
|
|
/
*
/
Remove many needless borrows and slices
Ian Jackson
2022-02-02
1
-1
/
+1
|
/
*
clippy: Rename a `decode_chanmsg` from `handle_`
Ian Jackson
2022-01-19
1
-1
/
+1
*
clippy: Rename a `from_foo` method that doesn't do conversion
Ian Jackson
2022-01-19
1
-1
/
+1
*
Describe when we will need SendmeAcceptMinVersion
Nick Mathewson
2022-01-12
1
-0
/
+8
*
Change RequireSendmeAuth to an enum.
Nick Mathewson
2022-01-12
1
-24
/
+61
*
Fix a boolean inversion in auth_sendme_optional.
Nick Mathewson
2022-01-12
1
-1
/
+2
*
Document SendmeEmitMinVersion status
Nick Mathewson
2022-01-12
1
-0
/
+4
*
tor-proto: Allow one meta-cell handler at a time.
Nick Mathewson
2021-12-16
1
-10
/
+18
*
Merge branch 'ct_sendme_tags' into 'main'
eta
2021-12-16
1
-10
/
+36
|
\
|
*
tor-proto: use const-time eq on sendme tags.
Nick Mathewson
2021-12-16
1
-10
/
+36
*
|
tor-proto: set HalfStream::connected_ok right.
Nick Mathewson
2021-12-16
2
-2
/
+15
*
|
tor-proto: replace a streammap XXXX with a ticket.
Nick Mathewson
2021-12-16
1
-3
/
+4
|
/
*
Extend trace messages for destroy/truncated reasons.
Nick Mathewson
2021-12-15
1
-2
/
+17
*
Merge remote-tracking branch 'origin/mr/191'
Nick Mathewson
2021-12-15
1
-23
/
+24
|
\
|
*
In reactor, use enums on whether to destroy circuits
Neel Chauhan
2021-12-14
1
-11
/
+20
|
*
Methodize the destroy circuit reason
Neel Chauhan
2021-12-14
1
-19
/
+2
|
*
Handle TRUNCATED cells
Neel Chauhan
2021-12-13
1
-12
/
+9
|
*
Log on TRUNCATED cell
Neel Chauhan
2021-12-13
1
-9
/
+21
*
|
Merge branch 'check_put_return' into 'main'
eta
2021-12-15
3
-25
/
+27
|
\
\
|
*
|
Always check whether stream-level SENDMEs are expected.
Nick Mathewson
2021-12-14
3
-25
/
+27
|
|
/
*
/
Actually decrement the stream-level SENDME window
eta
2021-12-14
2
-0
/
+31
|
/
*
Beautify some Vec->array code in tor-proto.
Nick Mathewson
2021-12-08
1
-6
/
+7
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
2
-8
/
+9
*
More typo fixes that I forgot to save :(
Nick Mathewson
2021-11-24
1
-1
/
+1
*
tor-proto: Stop using async_test in halfstream.rs and sendme.rs
Nick Mathewson
2021-11-15
2
-18
/
+14
*
Get rid of unbounded stream sender, and RawCellStream
eta
2021-11-12
2
-52
/
+81
*
Completely overhaul the tor-proto circuit reactor
eta
2021-11-12
4
-356
/
+1091
*
Get rid of tor-proto's ChannelImpl, and use the reactor more instead
eta
2021-11-03
2
-2
/
+4
*
Refactor tor_proto::circuit::Reactor to use an UnboundedSender
eta
2021-11-02
1
-38
/
+5
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
4
-2
/
+6
*
Fix typos
Jani Monoses
2021-09-07
1
-1
/
+1
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
7
-0
/
+1459