summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
* Implement a higher-level API for the ntor v3 handshakeeta2022-07-081-23/+162
* Update `rsa` dependency (and use `x25519-dalek` prerelease)eta2022-07-061-6/+5
* Merge branch 'clippy' into 'main'Ian Jackson2022-06-242-3/+12
|\
| * clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-241-3/+9
| * Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* | tor-proto: split and elaborate tor_bytes::Error instancesNick Mathewson2022-06-236-21/+70
* | tor-proto: Split CellErr based on activity.Nick Mathewson2022-06-236-18/+54
* | tor-proto: clean up error names and messagesNick Mathewson2022-06-2312-85/+90
|/
* Merge branch 'display_source_cleanup' into 'main'eta2022-06-212-9/+10
|\
| * Do not include error source() in display() format.Nick Mathewson2022-06-212-9/+10
* | channel padding: Rename ChannelsParams from ChannelsConfig (rustfmt)Ian Jackson2022-06-212-2/+2
* | channel padding: Rename ChannelsParams from ChannelsConfigIan Jackson2022-06-214-59/+59
* | tor-proto: Have Channel::reconfigure throw ChannelClosedIan Jackson2022-06-211-2/+2
* | tor-proto: err: Provide ChannelClosed as a separate unit errorIan Jackson2022-06-214-18/+37
* | channel padding: Use IntegerMilliseconds in padding::ParametersIan Jackson2022-06-211-10/+11
* | Fix docs for `CtrlMsg::ConfigUpdate`Ian Jackson2022-06-211-5/+2
* | Fix typoseta2022-06-211-1/+1
* | channel padding: Plumb settings from chanmgrIan Jackson2022-06-212-12/+4
* | channel padding: Introduce ChannelsConfig and reconfigure facilityIan Jackson2022-06-214-3/+242
* | channel padding timer: Support reconfigurationIan Jackson2022-06-211-4/+15
* | channel padding timer: Allow creation without providing parameters yetIan Jackson2022-06-212-16/+32
* | channel padding: Test creation in disabled stateIan Jackson2022-06-211-0/+12
* | channel padding: Make Parameters a pub struct with builderIan Jackson2022-06-212-3/+14
|/
* Merge branch 'config-fix2' into 'main'Nick Mathewson2022-06-161-0/+1
|\
| * tor-proto: channel: Tell clippy it's ok to print in testsIan Jackson2022-06-161-0/+1
* | Permit eprintln in channel-padding test.Nick Mathewson2022-06-151-0/+1
|/
* Merge branch 'channel' into 'main'Nick Mathewson2022-06-103-10/+600
|\
| * channel padding timer: Explain why next() in select_biased!Ian Jackson2022-06-091-0/+7
| * channel padding timer: document state invariantsIan Jackson2022-06-091-2/+24
| * Fix more typos in comments, from a spellcheckerIan Jackson2022-06-091-6/+6
| * Fix typo in commentNick Mathewson2022-06-091-1/+1
| * Fix erroneous commentNick Mathewson2022-06-091-1/+1
| * Fix typos in commentsNick Mathewson2022-06-091-3/+3
| * tor-proto: padding: Test padding timer distributionIan Jackson2022-06-081-0/+123
| * tor-proto: channel: Use padding::TimerIan Jackson2022-06-083-12/+44
| * tor-proto: channel: Provide padding::TimerIan Jackson2022-06-082-0/+406
* | Change to exhaustive match.Ian Jackson2022-06-081-1/+2
* | try to differentiate transient from nontransient errortrinity-1686a2022-06-083-10/+23
|/
* Merge branch 'sleep' into 'main'Ian Jackson2022-06-084-57/+117
|\
| * Plumb a SleepProvider into the channel reactorIan Jackson2022-06-084-57/+117
* | Merge branch 'use-testing-rng'Nick Mathewson2022-06-078-13/+20
|\ \ | |/ |/|
| * Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-028-13/+20
* | Merge branch 'lint' into 'main'Ian Jackson2022-05-311-0/+2
|\ \ | |/ |/|
| * lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* | proto: Only ready a DataStream if CONNECTED was succesfully receivedDavid Goulet2022-05-311-1/+4
|/
* More tests for ClockSkew.Nick Mathewson2022-05-251-0/+40
* prepare_send_from: clippy: Replace some or_else with orIan Jackson2022-05-231-2/+2
* channel: Provide and use Sink::prepare_send_fromIan Jackson2022-05-231-75/+25
* Merge branch 'main' into 'ticket_466'Nick Mathewson2022-05-162-1/+2
|\
| * clippy: Change a binding to (), and allow clippy::let_unit_valueIan Jackson2022-05-112-1/+2