summaryrefslogtreecommitdiff
path: root/crates/tor-cell
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
* padding: Report when we have received padding or data.Nick Mathewson2025-09-021-0/+11
* Update to derive-deftly 1.3.0Ian Jackson2025-09-021-1/+1
* Remove semver.md filesNick Mathewson2025-08-281-2/+0
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-12/+12
* proto: Remove the AUTHORIZE as a parsable cellDavid Goulet2025-08-214-51/+2
* proto: Make the OutboundClientHandshake use new cell handlerDavid Goulet2025-08-201-1/+1
* cell: Add helper functionsDavid Goulet2025-08-201-0/+5
* tor-hsservice: Change capping of PoW effort.Wesley Aptekar-Cassels2025-08-132-10/+1
* tor-cell: fix comment in `ChannelCodec::encode`Steven Engler2025-08-121-1/+3
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-0716-41/+42
* Merge branch 'msrv-fixes' into 'main'Nick Mathewson2025-08-052-12/+13
|\
| * tor-cell: Check strictly-ascending property more efficientlyNick Mathewson2025-08-052-12/+13
* | Merge branch 'prop362-fixups' into 'main'wesleyac2025-08-051-0/+10
|\ \ | |/ |/|
| * tor-cell: Add ProofOfWorkV1::cap_effort function.Wesley Aptekar-Cassels2025-08-051-0/+10
* | Merge branch 'msrv-1.85' into 'main'Nick Mathewson2025-08-051-2/+2
|\ \ | |/ |/|
| * Bump to hex-literal 1.0Nick Mathewson2025-08-051-1/+1
| * Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
* | Remove semver.md files, post-release.Ian Jackson2025-08-051-2/+0
|/
* Bump version of tor-basic-utilsIan Jackson2025-08-051-1/+1
* Version bumps for 1.4.6Ian Jackson2025-08-051-10/+10
* Bump derive-deftly to 1.2.0Ian Jackson2025-08-041-1/+1
* tor-cell: add `FlowCtrlVersion::V0`Steven Engler2025-07-161-0/+3
* tor-cell: change `UnparsedRelayMsg::data_len`Steven Engler2025-07-153-9/+52
* tor-cell: remove `flowctl-cc` feature and make XON/XOFF cells stableSteven Engler2025-07-154-11/+2
* tor-cell: add a const constructor for `FlowCtrlVersion`Steven Engler2025-07-151-7/+14
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-11/+11
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* Upgrade to derive-deftly 1.1.0.Gabriela Moldovan2025-07-071-1/+1
* tor-cell: fix incorrect XON/XOFF cell command integersSteven Engler2025-06-231-5/+5
* tor-cell: add `Xon`/`Xoff` cellsSteven Engler2025-06-093-1/+185
* tor-cell: add experimental `flowctl-cc` featureSteven Engler2025-06-091-0/+3
* release: Delete semver.md files after release.Alexander Hansen Færøy2025-06-051-5/+0
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-11/+11
* Sort dependencies to make cargo sort happy.Alexander Hansen Færøy2025-06-041-1/+2
* Fix various missing incorrect feature entries as prep for release.Alexander Hansen Færøy2025-06-031-1/+1
* arti, cell, dirclient: Use expect instead of unwrap.Nick Mathewson2025-05-291-2/+3
* cell: fix warning from nightly about unused function.Nick Mathewson2025-05-291-0/+1
* Add methods for getting proof-of-work extension from intro request.Wesley Aptekar-Cassels2025-05-272-1/+10
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* cell: Teach extlist definition macro to make conditional extensionsNick Mathewson2025-05-072-1/+7