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
/
tor-proto
/
src
/
channel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use FuturesUnordered, not SelectAll<Once<...>>
Nick Mathewson
2021-06-14
1
-5
/
+5
*
Add the "unreachable_pub" lint.
Nick Mathewson
2021-05-18
2
-11
/
+11
*
Prefer "relay" to "server" when appropriate.
Nick Mathewson
2021-05-18
1
-2
/
+2
*
Add unseparated_literal_suffix lint, and fix it.
Nick Mathewson
2021-05-03
2
-2
/
+2
*
Make `now` an argument when verifying a channel.
Nick Mathewson
2021-04-30
1
-4
/
+7
*
note a small divergence in circuit id probing behavior.
Nick Mathewson
2021-04-29
1
-0
/
+2
*
Remove pin_project usage in tor-proto.
Nick Mathewson
2021-04-28
1
-12
/
+8
*
Fix Rust-1.51 clippy warnings about acronyms in camel case.
Nick Mathewson
2021-03-29
2
-2
/
+2
*
Rename Rsa{Identity,Signature} to fix clippy warning.
Nick Mathewson
2021-03-29
1
-5
/
+5
*
Migrate from futures_codec to asynchronous_codec.
Nick Mathewson
2021-01-15
2
-1
/
+3
*
Implement the "circwindow" and "ExtendByEd25519ID" parameters
Nick Mathewson
2020-12-22
1
-2
/
+8
*
Run cargo fix --edition-idioms
Nick Mathewson
2020-12-02
1
-1
/
+1
*
Expose UniqId types for channels and circuits
Nick Mathewson
2020-12-01
1
-6
/
+6
*
Rename LogId -> UniqId.
Nick Mathewson
2020-12-01
3
-53
/
+65
*
Derive more types for circuit and channel LogIds
Nick Mathewson
2020-12-01
1
-1
/
+1
*
Enforce uniqueness on circuit and channel logids
Nick Mathewson
2020-12-01
1
-3
/
+9
*
Refactor first-hop handling types a bit
Nick Mathewson
2020-11-17
1
-2
/
+6
*
Turn the channel "closed" method into an AtomicBool
Nick Mathewson
2020-11-13
1
-4
/
+3
*
Move a few immutable fields from ChannelImpl outside the lock.
Nick Mathewson
2020-11-13
1
-1
/
+0
*
Make the Arc-ness of channels more explicit.
Nick Mathewson
2020-11-12
2
-25
/
+21
*
Remove duplication of ipaddr argument in handshake.
Nick Mathewson
2020-10-29
1
-13
/
+19
*
Make circuit reactors also have a run_once() method for testing.
Nick Mathewson
2020-10-27
1
-24
/
+1
*
Rename CircIDRange to CircIdRange
Nick Mathewson
2020-10-27
1
-8
/
+8
*
Remove a bunch of dbg! calls.
Nick Mathewson
2020-10-26
1
-1
/
+0
*
Improve documentation in tor-proto
Nick Mathewson
2020-10-26
2
-7
/
+5
*
Tests for sending bad/good cell types on a channel
Nick Mathewson
2020-10-26
1
-5
/
+3
*
Clean up some XXXXs in channel::reactor.rs
Nick Mathewson
2020-10-26
1
-7
/
+3
*
Tests for receving incoming DESTROY cell.
Nick Mathewson
2020-10-26
1
-0
/
+58
*
channel::reactor: Tests for handling incoming RELAY cells
Nick Mathewson
2020-10-26
2
-1
/
+88
*
Test for rejecting CREATED cells
Nick Mathewson
2020-10-26
1
-1
/
+16
*
Add a CircEnt::DestroySent circuit state.
Nick Mathewson
2020-10-26
2
-12
/
+22
*
Use better return type in advance_from_opening
Nick Mathewson
2020-10-25
2
-23
/
+23
*
Use from_bytes name for Ed25519Identity
Nick Mathewson
2020-10-25
1
-2
/
+1
*
Rename CircID and StreamID to end with Id instead, for consistency
Nick Mathewson
2020-10-25
3
-20
/
+20
*
Add some tests for channel reactor and related code.
Nick Mathewson
2020-10-25
2
-0
/
+146
*
Add a test for running and shutting down reactors.
Nick Mathewson
2020-10-25
1
-1
/
+80
*
channel: Refactor the point when we split the framed codec.
Nick Mathewson
2020-10-25
3
-13
/
+18
*
channel: Move looping part of run_impl() into run().
Nick Mathewson
2020-10-25
1
-27
/
+51
*
channel: Remove the needlessly separated ReactorCore type.
Nick Mathewson
2020-10-23
1
-21
/
+10
*
Test for finish-handshake function
Nick Mathewson
2020-10-23
1
-0
/
+18
*
handshake: tests for invalid signatures
Nick Mathewson
2020-10-23
1
-1
/
+49
*
Add tests for handshakes certifying the wrong thing
Nick Mathewson
2020-10-23
1
-0
/
+53
*
Tests for handshakes with missing certs
Nick Mathewson
2020-10-23
1
-10
/
+52
*
Test a trivial succeeding case of link cert validation
Nick Mathewson
2020-10-21
1
-12
/
+72
*
Fix a security issue (!) in link handshake validation.
Nick Mathewson
2020-10-21
1
-1
/
+1
*
Infrastructure for testing handshake cert-validation code
Nick Mathewson
2020-10-21
1
-1
/
+61
*
More tests for handshake connect function
Nick Mathewson
2020-10-21
1
-26
/
+136
*
Start a basic test for the first part of the handshake.
Nick Mathewson
2020-10-21
1
-0
/
+45
*
LogId test: tolerate concurrent tests.
Nick Mathewson
2020-10-21
1
-11
/
+8
*
Start on some tests for pieces of tor-proto::channel
Nick Mathewson
2020-10-21
3
-0
/
+224
[next]