summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | CI: Upgrade every-crate test to requiredIan Jackson2023-06-141-2/+0
|/ / / /
* | | | Merge branch 'ci2' into 'main'Nick Mathewson2023-06-142-0/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | CI: test every crate with default featuresIan Jackson2023-06-141-0/+9
| * | | CI: add script to test every crate with default featuresIan Jackson2023-06-141-0/+19
| |/ /
* | | Merge branch 'pt-snowflake-fix' into 'main'Ian Jackson2023-06-141-5/+13
|\ \ \
| * | | make snowflake example feature-gatedtrinity-1686a2023-06-141-5/+13
| |/ /
* | | Merge branch 'retry' into 'main'Ian Jackson2023-06-144-3/+92
|\ \ \ | |/ / |/| |
| * | tor-hsclient: InvalidTarget::ImpossibleRelayIds is RetryTime::NeverIan Jackson2023-06-141-1/+1
| * | tor-hsclient: Correction to HasRetryTime for InvalidTarget docNick Mathewson2023-06-141-1/+2
| * | tor-hsclient: Add doc for HasKind for FailedAttemptErrorIan Jackson2023-06-141-0/+16
| * | tor-hsclient: Add docs and comments about HasRetryTime for InvalidTargetIan Jackson2023-06-141-0/+18
| * | tor-cell: HasRetryTime for IntroduceAckStatus: Confirm re CANT_RELAY (fmt)Ian Jackson2023-06-141-1/+1
| * | tor-cell: HasRetryTime for IntroduceAckStatus: Confirm re CANT_RELAYIan Jackson2023-06-141-1/+1
| * | tor-cell: Add a doc comment for impl tor_error::HasRetryTime for IntroduceAck...Ian Jackson2023-06-141-0/+4
| * | tor-hsclient: impl HasRetryTime for FailedAttemptErrorIan Jackson2023-06-142-2/+25
| * | tor-hsclient: impl HasRetryTime for InvalidTargetIan Jackson2023-06-141-1/+14
| * | tor-cell: impl HasRetryTime for IntroduceAckStatusIan Jackson2023-06-141-0/+14
|/ /
* | Merge branch 'tor-cell-todos' into 'main'Nick Mathewson2023-06-137-53/+10
|\ \
| * | cell: Downgrade a couple more TODO HS comments.Nick Mathewson2023-06-132-3/+3
| * | cell: Remove relaycell::restrictNick Mathewson2023-06-133-35/+1
| * | cell: Remove some TODOsNick Mathewson2023-06-133-10/+2
| * | cell: remove/localize "allow(dead-code)"Nick Mathewson2023-06-133-5/+4
* | | Merge branch 'hscrypto-todos' into 'main'gabi-2502023-06-136-60/+103
|\ \ \
| * | | hscrypto: fix TODOs in time-period code.Nick Mathewson2023-06-133-39/+63
| * | | hscrypto: remove compatibility note about time periods.Nick Mathewson2023-06-131-9/+0
| * | | hscrypto: write a READMENick Mathewson2023-06-131-1/+20
| * | | hscrypto: note that hs_mac is not a good choice for new protocolsNick Mathewson2023-06-131-1/+4
| * | | hscrypto: comment out an unused key type.Nick Mathewson2023-06-131-5/+6
| * | | hscrypto: Remove a TODO about extending an internal macro.Nick Mathewson2023-06-131-2/+0
| * | | hscrypto: Remove a TODO about implementing ErrorKind.Nick Mathewson2023-06-131-1/+0
| * | | hscrypto: clarify and downgrade TODOs about blinding secretsNick Mathewson2023-06-131-2/+10
* | | | Merge branch 'rotten-chutney' into 'main'Nick Mathewson2023-06-131-0/+1
|\ \ \ \
| * | | | CI: integration-chutney: Turn into a warningIan Jackson2023-06-131-0/+1
| | |/ / | |/| |
* | | | Merge branch '20_byte_sendme_digest' into 'main'Ian Jackson2023-06-131-3/+13
|\ \ \ \
| * | | | proto: Make sure that auth tags are truncated to 20 bytesNick Mathewson2023-06-131-3/+13
| | |/ / | |/| |
* | | | Merge branch 'hs' into 'main'gabi-2502023-06-134-45/+155
|\ \ \ \ | |_|/ / |/| | |
| * | | tor-hsclient: Add some more debuggingIan Jackson2023-06-131-2/+39
| * | | tor-hsclient: Return the circuitIan Jackson2023-06-131-4/+1
| * | | tor-hsclient: Conduct the INTRODUCE1 exchangeIan Jackson2023-06-133-6/+69
| * | | tor-hsclient: Remove an already-done TODOIan Jackson2023-06-131-3/+0
| * | | tor-cell: IntroduceAck: Add .success() function to give a ResultIan Jackson2023-06-131-0/+16
| * | | tor-hsclient: Rename some errors for greater consistencyIan Jackson2023-06-132-15/+15
| * | | tor-hsclient: Reorder timeout errors to be "less interesting"Ian Jackson2023-06-131-21/+21
* | | | Merge branch 'hs3' into 'main'Ian Jackson2023-06-134-73/+177
|\| | | | |/ / |/| |
| * | tor-hsclient: Improve proto_oneshot docsNick Mathewson2023-06-131-1/+1
| * | tor-hsclient: Pass handshake_state to complete_handcshake (fmt)Ian Jackson2023-06-131-1/+4
| * | tor-hsclient: Pass handshake_state to complete_handcshakeIan Jackson2023-06-131-7/+21
| * | tor-hsclient: Add a missing docIan Jackson2023-06-131-1/+1
| * | tor-hsclient: Introduce proto_oneshot, to help with message handling (fmt)Ian Jackson2023-06-131-12/+5
| * | tor-hsclient: Introduce proto_oneshot, to help with message handlingIan Jackson2023-06-133-57/+120