summaryrefslogtreecommitdiff
path: root/crates/tor-cell
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Increment crate versions.Nick Mathewson2023-05-031-10/+10
* Upgrade our hex-literal dependencyNick Mathewson2023-04-131-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Remove semver.md files.Nick Mathewson2023-03-311-1/+0
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-1/+1
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-7/+7
* Upgrade to bitflags 2.0Nick Mathewson2023-03-132-1/+2
* Serval rustdoc link fixes.Nick Mathewson2023-03-081-2/+2
* intro_payload: various doc fixes and TODOs from review.Nick Mathewson2023-03-081-4/+16
* tor-cell: Be a little more pedantic about INTRODUCE cell types.Nick Mathewson2023-03-081-3/+3
* tor-cell: Better describe the parts of intro payload.Nick Mathewson2023-03-081-3/+23
* tor-cell: Add code for the payload of an hs-ntor handshake.Nick Mathewson2023-03-064-0/+192
* Merge branch 'rename_rend_message' into 'main'Nick Mathewson2023-03-011-15/+18
|\
| * tor-cell: Rename Rendezvous*::message to handshake_info.Nick Mathewson2023-03-011-15/+18
* | tor-cell: Use a match when checking auth_key_typeNick Mathewson2023-03-011-6/+8
* | tor_cell: Use nested readers and writers for EstablishIntroNick Mathewson2023-03-011-18/+12
* | tor-cell: tweak comments on EstablishIntro members.Nick Mathewson2023-03-011-2/+2
* | Introduce a constant for the length of the output of hs_mac()Nick Mathewson2023-03-011-3/+3
* | tor-cell: Rename EstablishIntro{Body => Details}Nick Mathewson2023-03-012-12/+12
* | tor-cell: Fix compilation for fuzzersNick Mathewson2023-03-013-4/+5
* | tor-cell: Make EstablishIntro do signaturesNick Mathewson2023-03-013-60/+302
|/
* Change several cfgs to refer to new feature names.Nick Mathewson2023-02-283-17/+17
* Mark new tests as onion-service-onlyNick Mathewson2023-02-281-0/+3
* tor-cell: Support extensions in INTRODUCE{1,2}Nick Mathewson2023-02-282-22/+26
* tor-cell: Implement IntroduceAck and IntroEstablishedNick Mathewson2023-02-282-19/+104
* tor-cell: Implement rendezvous1 and rendezvous2.Nick Mathewson2023-02-282-4/+60
* Remove semver.md files now that 1.1.2 is out.Nick Mathewson2023-02-281-12/+0
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-4/+4
* Bump tor-units version for breaking change.Nick Mathewson2023-02-281-1/+1
* Bump patch-versions for breaking changes in tor-hs{crypto,client}Nick Mathewson2023-02-281-1/+1
* Bump minor versions for significant breaking changes.Nick Mathewson2023-02-281-1/+1
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-285-20/+21
* Rearrange cfg_attr in relaycell::msgNick Mathewson2023-02-211-2/+2