summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
* Bump minor version of tor-cell.Nick Mathewson2023-02-011-1/+1
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-5/+5
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-5/+5
* Move tor-proto/semver.md to tor-cellNick Mathewson2023-02-011-2/+0
* 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-172-1/+54
* | tor-proto: Rename "hs" experimental feature to "onion-common"Nick Mathewson2023-01-172-3/+6
|/
* 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-063-3/+8
* 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
* | | Add semver.md for (into_)handshake()Neel Chauhan2022-12-191-0/+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-122-1/+2
|/
* Remove semver.md files now that 1.1.0 is released.Nick Mathewson2022-11-301-3/+0
* Bump the minor version of every crate.Nick Mathewson2022-11-301-15/+15
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-2/+2
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* 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-182-2/+3
* proto: Implement HasRelayIds for Channel.Nick Mathewson2022-10-182-0/+10
* 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-063-32/+63
* Bump minor version of tor-rtcompat and most of its dependentsNick Mathewson2022-10-031-4/+4
* Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-3/+3
* fix clippy::needless_borrowtrinity-1686a2022-09-101-1/+1
* Remove semver.md from arti-1.0.0Nick Mathewson2022-09-071-8/+0
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-10/+10