summaryrefslogtreecommitdiff
path: root/crates/tor-cell
Commit message (Expand)AuthorAgeFilesLines
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-11/+11
* tor-cert: Remove the "encode" cargo featureIan Jackson2026-04-291-1/+1
* Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`Ian Jackson2026-04-021-1/+1
* Merge branch 'fixes_mr3791' into 'main'David Goulet2026-03-311-0/+2
|\
| * cell: Add Authenticate::BODY_LEN as a public constDavid Goulet2026-03-301-0/+2
* | Update to derive-deftly 0.10.0.Ian Jackson2026-03-311-1/+1
* | Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-11/+11
|/
* cell: Derive PartialEq for Begin and BeginFlagsGabriela Moldovan2026-03-251-2/+2
* Merge branch 'build_certs_refactor' into 'main'Nick Mathewson2026-03-232-0/+14
|\
| * cell: Feature-gate API using the possibly absent EncodedCert type.Nick Mathewson2026-03-232-0/+5
| * cell, proto, cert: Simplify CERTS cell building.Nick Mathewson2026-03-191-0/+9
* | proto: Check the AUTHENTICATE auth type that we support itDavid Goulet2026-03-191-0/+5
* | cell: Use Error::MissingData if Authenticate fields length is wrongDavid Goulet2026-03-191-26/+16
* | cell: Simplify the Authenticate APIDavid Goulet2026-03-191-16/+26
* | proto: Fix AUTHENTICATE equality check and signature checkDavid Goulet2026-03-191-0/+8
* | proto: Responder channel properly validates the AUTHENTICATE cellDavid Goulet2026-03-191-1/+34
|/
* tor-cell: rename `RestrictedMsg::restricted_cmds()` to `cmds_for_logging()`Steven Engler2026-03-041-2/+2
* tor-cell: add `RestrictedMsg` traitSteven Engler2026-03-031-0/+35
* Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-11/+11
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-1/+1
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
* proto: Implement a Canonicity structDavid Goulet2026-02-121-0/+12
* cell: Add an accessor for the linkspecs of an EXTEND2Gabriela Moldovan2026-02-051-0/+5
* release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-021-11/+11
* Merge branch 'main' into 'main'gabi-2502026-02-021-1/+1
|\
| * fix(minver): Update paste dependency to be minver compatibleSamuel Cobb2026-01-261-1/+1
* | maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
|/
* proto: Authenticate a relay channelDavid Goulet2026-01-221-1/+1
* cargo: Update `arti-*` and `tor-*` to `0.38.0`Clara Engler2026-01-121-11/+11
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-3/+0
* Pin our derive-deftly version to ~1.6.0 everywhereIan Jackson2025-12-031-1/+1
* Update to derive-deftly 1.6.0Ian Jackson2025-12-031-1/+1
* Bump all the unstable tor- and arti- crates to 0.37.0.Gabriela Moldovan2025-12-021-11/+11
* cell: Add missing docs to internal macroGabriela Moldovan2025-12-011-0/+2
* Merge branch 'bug2172' into 'main'Nick Mathewson2025-11-241-1/+1
|\
| * tor-llcrypto: Stop deriving Deref in CtByteArrayNeel Chauhan2025-11-241-1/+1
* | Bump derive-deftly to 1.5.0Ian Jackson2025-11-071-1/+1
* | Merge branch 'deftly-1.4' into 'main'opara2025-11-061-1/+1
|\ \
| * | Bump derive-deftly to 1.4.0Ian Jackson2025-11-061-1/+1
| |/
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-065-5/+5
* | Decorate a use with an allowIan Jackson2025-11-061-0/+1
|/
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-12/+12
* proto: Add the channel authentication dataDavid Goulet2025-10-231-0/+5
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* Remove a couple of unused imports.Nick Mathewson2025-10-161-1/+0
* release: Bump versions.Wesley Aptekar-Cassels2025-10-021-12/+12
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* tor-cell: add `Display` impl for `XonKbpsEwma`Steven Engler2025-09-221-0/+9
* tor-cell: add pub `PAYLOAD_MAX_SIZE_{ALL,ANY}`Steven Engler2025-09-151-0/+50