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
...
*
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
2
-13
/
+48
|
\
|
*
tor-proto: use const-time eq on sendme tags.
Nick Mathewson
2021-12-16
2
-13
/
+48
*
|
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
|
/
*
tor-proto: document an infelicitous behavior.
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
|
/
*
fix nightly clippy errors
Trinity Pointard
2021-12-09
2
-3
/
+2
*
Beautify some Vec->array code in tor-proto.
Nick Mathewson
2021-12-08
1
-6
/
+7
*
Merge remote-tracking branch 'origin/mr/180'
Nick Mathewson
2021-12-08
1
-11
/
+10
|
\
|
*
In CryptInit, return a Result in initialize()
Neel Chauhan
2021-12-08
1
-11
/
+10
*
|
Upgrade to digest v0.10.0
Nick Mathewson
2021-12-07
3
-21
/
+22
|
/
*
Remove some XXXs about zeroizing from tor-proto.
Nick Mathewson
2021-12-07
1
-2
/
+0
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
7
-17
/
+21
*
add constructors
dagon
2021-11-30
1
-17
/
+53
*
Bump every crate by one patch version.
Nick Mathewson
2021-11-29
1
-9
/
+9
*
Mark a test as #[ignore]
Nick Mathewson
2021-11-29
1
-0
/
+1
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
8
-29
/
+30
*
More typo fixes that I forgot to save :(
Nick Mathewson
2021-11-24
1
-1
/
+1
*
Remove a couple more eprintln! calls.
Nick Mathewson
2021-11-23
1
-1
/
+1
*
Try to make the tor_proto::circuit::begindir test more reliable.
Nick Mathewson
2021-11-23
1
-2
/
+2
*
Make unreliable tor-proto tests more reliable (arti#238).
eta
2021-11-18
2
-22
/
+28
*
Always use optimistic data for begindir connections.
Nick Mathewson
2021-11-16
1
-1
/
+5
*
tor-proto: Use tor-rtcompat macros for testing, not tokio.
Nick Mathewson
2021-11-15
6
-712
/
+789
*
tor-proto: Stop using async_test in halfstream.rs and sendme.rs
Nick Mathewson
2021-11-15
2
-18
/
+14
*
A few more eprintln!() removals that I missed.
Nick Mathewson
2021-11-13
1
-4
/
+0
*
Replace or remove testing eprintln!()s.
Nick Mathewson
2021-11-13
1
-3
/
+4
*
Resolve a dead-code warning on nightly.
Nick Mathewson
2021-11-13
1
-0
/
+2
*
Get rid of unbounded stream sender, and RawCellStream
eta
2021-11-12
9
-149
/
+183
*
Completely overhaul the tor-proto circuit reactor
eta
2021-11-12
10
-1293
/
+1430
*
Merge IpVersionPreferences and the optimistic flag into one type.
Nick Mathewson
2021-11-10
3
-7
/
+68
*
Refactor wait_for_connection a bit.
Nick Mathewson
2021-11-10
1
-12
/
+14
*
Implement optimistic stream
Yuan Lyu
2021-11-09
2
-23
/
+50
*
Replace all println/eprintln calls outside of arti CLI with trace.
Nick Mathewson
2021-11-04
2
-4
/
+4
*
tor-proto: Use a dedicated sender for channel cells, make full-duplex
eta
2021-11-03
2
-47
/
+105
*
Get rid of tor-proto's ChannelImpl, and use the reactor more instead
eta
2021-11-03
8
-344
/
+261
*
Merge branch 'timestamp'
Nick Mathewson
2021-11-02
6
-0
/
+146
|
\
|
*
Use coarsetime to build an incoming traffic timestamp.
Nick Mathewson
2021-11-02
6
-0
/
+146
*
|
Refactor tor_proto::circuit::Reactor to use an UnboundedSender
eta
2021-11-02
2
-85
/
+31
*
|
Merge remote-tracking branch 'origin/mr/118'
Nick Mathewson
2021-11-02
2
-78
/
+32
|
\
\
|
*
|
Refactor tor_proto::channel::Reactor to use an UnboundedSender
eta
2021-11-02
2
-78
/
+32
|
|
/
*
/
Remove some dbg!() calls in real code.
Nick Mathewson
2021-11-02
1
-2
/
+0
|
/
[prev]
[next]