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
/
crates
/
tor-proto
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
channel padding timer: Allow creation without providing parameters yet
Ian Jackson
2022-06-21
2
-16
/
+32
*
|
channel padding: Test creation in disabled state
Ian Jackson
2022-06-21
1
-0
/
+12
*
|
channel padding: Make Parameters a pub struct with builder
Ian Jackson
2022-06-21
2
-3
/
+14
|
/
*
Merge branch 'config-fix2' into 'main'
Nick Mathewson
2022-06-16
1
-0
/
+1
|
\
|
*
tor-proto: channel: Tell clippy it's ok to print in tests
Ian Jackson
2022-06-16
1
-0
/
+1
*
|
Permit eprintln in channel-padding test.
Nick Mathewson
2022-06-15
1
-0
/
+1
|
/
*
Merge branch 'channel' into 'main'
Nick Mathewson
2022-06-10
3
-10
/
+600
|
\
|
*
channel padding timer: Explain why next() in select_biased!
Ian Jackson
2022-06-09
1
-0
/
+7
|
*
channel padding timer: document state invariants
Ian Jackson
2022-06-09
1
-2
/
+24
|
*
Fix more typos in comments, from a spellchecker
Ian Jackson
2022-06-09
1
-6
/
+6
|
*
Fix typo in comment
Nick Mathewson
2022-06-09
1
-1
/
+1
|
*
Fix erroneous comment
Nick Mathewson
2022-06-09
1
-1
/
+1
|
*
Fix typos in comments
Nick Mathewson
2022-06-09
1
-3
/
+3
|
*
tor-proto: padding: Test padding timer distribution
Ian Jackson
2022-06-08
1
-0
/
+123
|
*
tor-proto: channel: Use padding::Timer
Ian Jackson
2022-06-08
3
-12
/
+44
|
*
tor-proto: channel: Provide padding::Timer
Ian Jackson
2022-06-08
2
-0
/
+406
*
|
Change to exhaustive match.
Ian Jackson
2022-06-08
1
-1
/
+2
*
|
try to differentiate transient from nontransient error
trinity-1686a
2022-06-08
3
-10
/
+23
|
/
*
Merge branch 'sleep' into 'main'
Ian Jackson
2022-06-08
4
-57
/
+117
|
\
|
*
Plumb a SleepProvider into the channel reactor
Ian Jackson
2022-06-08
4
-57
/
+117
*
|
Merge branch 'use-testing-rng'
Nick Mathewson
2022-06-07
8
-13
/
+20
|
\
\
|
|
/
|
/
|
|
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
8
-13
/
+20
*
|
Merge branch 'lint' into 'main'
Ian Jackson
2022-05-31
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
|
proto: Only ready a DataStream if CONNECTED was succesfully received
David Goulet
2022-05-31
1
-1
/
+4
|
/
*
More tests for ClockSkew.
Nick Mathewson
2022-05-25
1
-0
/
+40
*
prepare_send_from: clippy: Replace some or_else with or
Ian Jackson
2022-05-23
1
-2
/
+2
*
channel: Provide and use Sink::prepare_send_from
Ian Jackson
2022-05-23
1
-75
/
+25
*
Merge branch 'main' into 'ticket_466'
Nick Mathewson
2022-05-16
2
-1
/
+2
|
\
|
*
clippy: Change a binding to (), and allow clippy::let_unit_value
Ian Jackson
2022-05-11
2
-1
/
+2
*
|
Add a channel accessor to ClientCirc.
Nick Mathewson
2022-05-11
1
-1
/
+20
|
/
*
Fix typos (using the typos-cli tool).
Nick Mathewson
2022-05-04
1
-1
/
+1
*
Upgrade to AES 0.8
Nick Mathewson
2022-04-26
3
-4
/
+4
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
6
-9
/
+0
*
handshake.rs: Document the time for clock skew authentication.
Nick Mathewson
2022-04-11
1
-3
/
+25
*
Implement a better clock skew estimator.
Nick Mathewson
2022-04-11
1
-8
/
+75
*
Initial functions to determine and expose a clock skew estimate.
Nick Mathewson
2022-04-07
1
-4
/
+13
*
chanmgr: bubble ClockSkew up through the Error object.
Nick Mathewson
2022-04-07
2
-3
/
+1
*
Channel: Expose our view of whether the clock is skewed, and the age
Nick Mathewson
2022-04-07
3
-1
/
+33
*
Merge branch 'netinfo-clock-skew' into 'main'
Nick Mathewson
2022-03-23
5
-25
/
+231
|
\
|
*
tor-proto: better errors when handshake fails due to untimely certs
Nick Mathewson
2022-03-23
2
-15
/
+63
|
*
tor-proto: add a backend to detect reported clock skew.
Nick Mathewson
2022-03-23
4
-10
/
+168
*
|
Define accessors for circuit hops.
Nick Mathewson
2022-03-17
2
-0
/
+39
*
|
tor-proto: Remember peer information in circuit and channel
Nick Mathewson
2022-03-17
6
-36
/
+68
*
|
ClientCirc: Move n_hops into a new Path type.
Nick Mathewson
2022-03-17
3
-14
/
+36
|
/
*
Merge branch 'educe-traits' into 'main'
Ian Jackson
2022-03-04
1
-32
/
+23
|
\
|
*
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
1
-1
/
+1
|
*
Replace manual Debug impls with educe in tor-proto
Ian Jackson
2022-03-02
1
-32
/
+23
*
|
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
|
\
[prev]
[next]