summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-2716-0/+16
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Merge branch 'sensitive' into 'main'eta2023-01-261-3/+4
|\
| * tor-proto: Mark stream ids in errors as sensitiveIan Jackson2023-01-241-3/+4
* | tor-proto: comment fixes and more TODO hsNick Mathewson2023-01-242-2/+18
* | tor-proto: Draft API to handle incoming BEGIN requests.Nick Mathewson2023-01-173-0/+98
* | tor-proto: Expose support for doing onion service handshakesNick Mathewson2023-01-174-17/+79
* | tor-proto: Draft APIs for handling control messagesNick Mathewson2023-01-171-0/+52
* | tor-proto: Rename "hs" experimental feature to "onion-common"Nick Mathewson2023-01-171-1/+1
|/
* Fix typosDimitris Apostolou2023-01-071-1/+1
* tor-proto: rustfmtIan Jackson2023-01-061-1/+2
* tor-proto: CreateFastWrap::decode_chanmsg: Do not report handshakeIan Jackson2023-01-062-3/+3
* tor-proto: impl Display for CreateResponseIan Jackson2023-01-061-0/+12
* tor-proto: When relay IDs mismatch, the IDs are sensitive in errorsIan Jackson2023-01-062-3/+7
* Merge branch 'test-lints' into 'main'eta2023-01-0615-1/+124
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-1214-0/+115
| * test lint blocks: Do some semi-manuallyIan Jackson2022-12-121-1/+9
* | Merge branch 'tor-proto-use-rfc3339' into 'main'Ian Jackson2023-01-041-1/+2
|\ \
| * | Use parse_rfc3339() in the tor-proto crateNeel Chauhan2022-12-161-1/+2
* | | msg::{CreateFast/CreatedFast}: Rename accessor to (into_)body()Neel Chauhan2022-12-181-2/+2
|/ /
* | Merge branch 'err-dyn-report' into 'main'Ian Jackson2022-12-151-1/+1
|\ \
| * | tor-proto: reactor tests: Use debug fmt on an errorIan Jackson2022-12-121-1/+1
| |/
* / Tackling issue #663 (Use humantime in tests)coral2022-12-121-1/+1
|/
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-2/+2
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Merge branch 'rename_for_to_from' into 'main'Nick Mathewson2022-10-251-2/+2
|\
| * tor-cell: Rename for_client and for_relayEmil Engler2022-10-211-2/+2
* | linkspec: Remove now-useless declared_peer_addrNick Mathewson2022-10-241-3/+4
|/
* proto: Make Channel::reparameterize take &self.Nick Mathewson2022-10-181-1/+1
* proto: Implement HasRelayIds for Channel.Nick Mathewson2022-10-181-0/+9
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-99/+1
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-121-0/+1
* Change multiplicity of ChannelMethod and addressesNick Mathewson2022-10-112-6/+6
* Clarify limits on socket address from ChannelMethodNick Mathewson2022-10-061-2/+2
* tor-linkspec: Remove the old OwnedFoo::new() functionsNick Mathewson2022-10-065-16/+58
* tor-proto: Preserve the ChannelMethod, not the SocketAddrNick Mathewson2022-10-062-32/+62
* fix clippy::needless_borrowtrinity-1686a2022-09-101-1/+1
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-242-0/+2
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* channel padding: Only do anything with link protocol 5Ian Jackson2022-08-171-0/+7
* channel padding: Properly advertise link protocol 5Ian Jackson2022-08-171-3/+2
* channel padding: Move initial config of ChannelPaddingInstructionsIan Jackson2022-08-171-6/+5
* channel padding: Parameters: default_padding replaces Default implIan Jackson2022-08-172-1/+7
* channel reactor: Add some commented-out debug for paddingIan Jackson2022-08-171-1/+5
* channel padding: Correctly always send the timer parametersIan Jackson2022-08-171-1/+8
* channel padding: Abolish ARTI_EXPERIMENTAL_CHANNEL_PADDING env varIan Jackson2022-08-171-8/+0
* channel engage_padding_activities: swap docs to tor0protoIan Jackson2022-08-171-1/+11
* channel fake_channel_details: Use precise cfgIan Jackson2022-08-171-1/+1
* ChannelPaddingInstructions: Update and expand docsIan Jackson2022-08-172-11/+41