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
...
*
|
tor-proto: err: Provide ChannelClosed as a separate unit error
Ian Jackson
2022-06-21
5
-18
/
+38
*
|
channel padding: Use IntegerMilliseconds in padding::Parameters
Ian Jackson
2022-06-21
2
-10
/
+12
*
|
Fix docs for `CtrlMsg::ConfigUpdate`
Ian Jackson
2022-06-21
1
-5
/
+2
*
|
Fix typos
eta
2022-06-21
1
-1
/
+1
*
|
channel padding: Plumb settings from chanmgr
Ian Jackson
2022-06-21
2
-12
/
+4
*
|
channel padding: Introduce ChannelsConfig and reconfigure facility
Ian Jackson
2022-06-21
4
-3
/
+242
*
|
channel padding timer: Support reconfiguration
Ian Jackson
2022-06-21
1
-4
/
+15
*
|
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
3
-3
/
+15
|
/
*
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
*
|
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
[prev]
[next]