aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell
Commit message (Expand)AuthorAgeFilesLines
* Remove semver.md now that 1.1.8 is out.Nick Mathewson2023-09-051-4/+0
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-7/+7
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-232-0/+2
* cell: Add accessors to IntroduceHandshakePayloadNick Mathewson2023-08-162-0/+16
* cell: Add accessors to Introduce2.Nick Mathewson2023-08-162-0/+18
* Merge branch 'more_introducing' into 'main'Nick Mathewson2023-08-163-3/+11
|\
| * cell: Add code to iterate over IntroEstablished extensionsNick Mathewson2023-08-152-1/+8
| * cell, docs: Clarify what we mean by "Unrecognized".Nick Mathewson2023-08-151-2/+3
* | Merge branch 'fix-weird-comment' into 'main'Ian Jackson2023-08-161-1/+1
|\ \ | |/ |/|
| * doc: fix malformatted comment in SliceWriterErrorEmil Engler2023-08-141-1/+1
* | cell: make establish_intro accept impl<Into<HsMacKey>>Nick Mathewson2023-08-142-15/+15
|/
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Bump patchlevel versions of crates with trivial changesNick Mathewson2023-08-011-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-3/+3
* Fix typosDimitris Apostolou2023-07-221-1/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-103-0/+3
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Remove semver.md files for 1.1.6Nick Mathewson2023-06-301-1/+0
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-5/+5
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-2/+2
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* tor-cell: Downgrade 2 TODO-HS to TODO-HSSNick Mathewson2023-06-162-2/+2
* 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-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
* | tor-cell: IntroduceAck: Add .success() function to give a ResultIan Jackson2023-06-131-0/+16
|/
* proto: Convert MsgHandler API to expect a message, not a cell.Nick Mathewson2023-06-122-1/+19
* cell: Add an accessor for the body of a Rendezvous2.Nick Mathewson2023-06-121-0/+6
* Merge branch 'remove_arrayref' into 'main'Nick Mathewson2023-06-063-7/+16
|\
| * tor-cell: remove use of arrayrefNick Mathewson2023-06-013-7/+16
* | Remove semver.md files from 1.1.5Nick Mathewson2023-06-011-2/+0
* | Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-10/+10
|/
* cell: Make EstablishRendezvous contain a RendCookie.Nick Mathewson2023-05-232-6/+3
* cell: Make Introduce2::new testing-only.Nick Mathewson2023-05-171-1/+6
* cell: Record the text of an INTRODUCE2 headerNick Mathewson2023-05-171-9/+39
* cell: extract introduce headers into a new type.Nick Mathewson2023-05-171-20/+42
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-3/+2
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+2
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-1/+11
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-2/+4
* Change CircTarget::linkspecs() to return an encoded list.Nick Mathewson2023-05-103-4/+10
* linkspec: Make LinkSpecType public.Nick Mathewson2023-05-101-4/+7
* Rename UnparsedLinkSpec => EncodedLinkSpecNick Mathewson2023-05-102-7/+7
* Move responsibility for linkspec sorting to CircTarget.Nick Mathewson2023-05-101-3/+1