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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'high-level-features' into 'main'
Nick Mathewson
2022-06-16
1
-0
/
+2
|
\
\
|
*
|
Add "full" and "experimental" features to arti-client and below.
Nick Mathewson
2022-06-10
1
-0
/
+2
|
|
/
*
/
Permit eprintln in channel-padding test.
Nick Mathewson
2022-06-15
1
-0
/
+1
|
/
*
Merge branch 'channel' into 'main'
Nick Mathewson
2022-06-10
4
-10
/
+605
|
\
|
*
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
2
-0
/
+125
|
*
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
3
-0
/
+409
*
|
Change to exhaustive match.
Ian Jackson
2022-06-08
1
-1
/
+2
*
|
update semver.md
trinity-1686a
2022-06-08
1
-0
/
+1
*
|
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
6
-57
/
+119
|
\
|
*
Document semver changes
Ian Jackson
2022-06-08
1
-0
/
+1
|
*
Plumb a SleepProvider into the channel reactor
Ian Jackson
2022-06-08
5
-57
/
+118
*
|
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
|
/
*
Lexically sort Cargo.toml dependencies
Orhun Parmaksız
2022-05-28
1
-17
/
+15
*
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-2
/
+2
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-4
/
+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
|
/
*
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-11
/
+11
*
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
4
-5
/
+5
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
6
-9
/
+0
*
Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+1
*
Add 'rust-version = "1.56"' to every Cargo.toml file.
Nick Mathewson
2022-04-25
1
-0
/
+1
*
Reformat all not-yet-reformatted Cargo.toml files.
Nick Mathewson
2022-04-25
1
-10
/
+10
*
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
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-11
/
+11
*
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
[prev]
[next]