summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
...
* tor-proto: padding::Parameters: Provide all_zeroesIan Jackson2022-08-161-0/+10
* tor-proto: padding::Parameters::padding_negotiate_cellIan Jackson2022-08-161-1/+17
* tor-proto: padding::Parameters: Provide default_reduced constructorIan Jackson2022-08-161-0/+12
* channel padding: Add doc commentary with the channel padding planIan Jackson2022-08-162-0/+27
* tor-proto: padding::Parameters: use impl_standard_builderIan Jackson2022-08-161-7/+3
* tor-proto: Unify the check_match code in channel and handshakeNick Mathewson2022-08-101-27/+15
* Final (?) API revisions for tor-linkspecNick Mathewson2022-08-101-10/+26
* Remove some testing-only reimplementations of OwnedChanTarget.Nick Mathewson2022-08-021-17/+1
* change usage of PublicKey to Ed25519 in tor-certtrinity-1686a2022-07-231-5/+3
* change check_key to take a Option<&_> instead of &Option<_>trinity-1686a2022-07-231-2/+2
* tor-cell: Make encoding method signatures fallible.Nick Mathewson2022-07-111-1/+5
* Merge branch 'clippy' into 'main'Ian Jackson2022-06-241-3/+9
|\
| * clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-241-3/+9
* | tor-proto: split and elaborate tor_bytes::Error instancesNick Mathewson2022-06-231-5/+14
* | tor-proto: Split CellErr based on activity.Nick Mathewson2022-06-233-7/+15
* | tor-proto: clean up error names and messagesNick Mathewson2022-06-233-26/+26
|/
* channel padding: Rename ChannelsParams from ChannelsConfig (rustfmt)Ian Jackson2022-06-211-1/+1
* channel padding: Rename ChannelsParams from ChannelsConfigIan Jackson2022-06-212-53/+53
* tor-proto: err: Provide ChannelClosed as a separate unit errorIan Jackson2022-06-211-2/+2
* 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: Introduce ChannelsConfig and reconfigure facilityIan Jackson2022-06-213-2/+226
* channel padding timer: Support reconfigurationIan Jackson2022-06-211-4/+15
* channel padding timer: Allow creation without providing parameters yetIan Jackson2022-06-211-14/+30
* channel padding: Test creation in disabled stateIan Jackson2022-06-211-0/+12
* channel padding: Make Parameters a pub struct with builderIan Jackson2022-06-211-2/+13
* 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
|/
* 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-082-11/+30
* tor-proto: channel: Provide padding::TimerIan Jackson2022-06-081-0/+405
* Merge branch 'sleep' into 'main'Ian Jackson2022-06-082-51/+102
|\
| * Plumb a SleepProvider into the channel reactorIan Jackson2022-06-082-51/+102
* | Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-1/+2
|/
* 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
* clippy: Change a binding to (), and allow clippy::let_unit_valueIan Jackson2022-05-111-1/+1
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+0
* handshake.rs: Document the time for clock skew authentication.Nick Mathewson2022-04-111-3/+25
* chanmgr: bubble ClockSkew up through the Error object.Nick Mathewson2022-04-071-1/+1
* Channel: Expose our view of whether the clock is skewed, and the ageNick Mathewson2022-04-072-0/+10
* Merge branch 'netinfo-clock-skew' into 'main'Nick Mathewson2022-03-231-20/+104
|\