summaryrefslogtreecommitdiff
path: root/crates/tor-cell
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cell: Implement SubprotocolRequest extension from prop346.Nick Mathewson2025-05-072-1/+139
* cell: Unify HS-ntor and ntor-v3 extensions.Nick Mathewson2025-05-076-32/+22
* cell,proto: Split request/response extensions into seprate typesNick Mathewson2025-05-072-21/+45
* cell: Use ExtList to implement CircRequestExt.Nick Mathewson2025-05-072-105/+100
* Rename NtorV3Extension to CircRequestExtNick Mathewson2025-05-072-19/+21
* cell: Make decl_extension_group macro more self-contained.Nick Mathewson2025-05-074-14/+21
* cell: Clarify documentation in extlist.rs.Nick Mathewson2025-05-071-11/+10
* cell: move ExtList module out of hs module.Nick Mathewson2025-05-076-7/+6
* proto, cell: Remove RelayCellFormatTrait.Nick Mathewson2025-05-062-51/+1
* proto: Use SendmeTag in place of CircTagNick Mathewson2025-05-062-4/+4
* tor-cell: define a new SendmeTag typeNick Mathewson2025-05-061-9/+149
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-012-14/+10
* tor-cell: optimize slice indexingSteven Engler2025-04-301-2/+2
* tor-cell: rename `STREAM_ID_OFFSET` to `STREAM_ID_OFFSET_V0`Steven Engler2025-04-301-3/+3
* tor-cell: add some testing for `UnparsedRelayMsg`Steven Engler2025-04-301-4/+27
* tor-cell: add `UnparsedRelayMsg::data_len`Steven Engler2025-04-301-1/+21
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* Run cargo update.Wesley Aptekar-Cassels2025-04-291-1/+1
* cell: simpler (?) approach to StreamIdReqNick Mathewson2025-04-161-22/+43
* cell: simpler approach to assert-checking offsetsNick Mathewson2025-04-162-11/+13
* cell, proto: Use correct Data sizes for v1 relay cellsNick Mathewson2025-04-164-8/+32
* cell: Remove the deprecated Data::split_from().Nick Mathewson2025-04-162-14/+1
* cell: Implement parsing and encoding for V1 relay cellsNick Mathewson2025-04-163-21/+221
* cell: Add a debugging-only method to simplify debug_asserts.Nick Mathewson2025-04-162-12/+12
* cell: Refine StreamIdReq for V1 relay cells, with minimal changesNick Mathewson2025-04-161-8/+14
* cell: Create an unimplemented RelayCellFormat::V1Nick Mathewson2025-04-161-10/+30
* Add a RelayCellFormat argument to encode().Nick Mathewson2025-04-163-8/+15
* Note some places where we need updates for #1944.Nick Mathewson2025-04-163-0/+24
* tor-cell: Make conflux::V1Nonce opaque, add constructor.Gabriela Moldovan2025-04-081-7/+30
* tor-cell: Copy ConfluxSwitch::seqno in getter.Gabriela Moldovan2025-04-081-0/+1
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-10/+10
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-5/+1
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Merge branch 'interface-abstraction-of-the-daleks' into 'main'Nick Mathewson2025-03-181-1/+0
|\
| * Wrap ed25519-dalek types.Nick Mathewson2025-03-181-1/+0
* | tor-cell: Implement RelayMsg for all conflux message types.Gabriela Moldovan2025-03-171-1/+1
* | tor-cell: Add setters for the V1LinkPayload seqnos.Gabriela Moldovan2025-03-131-0/+10