summaryrefslogtreecommitdiff
path: root/crates/tor-cell
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | tor-cell: Make V1_LINK_NONCE_LEN pub.Gabriela Moldovan2025-03-131-1/+1
* | tor-cell: Add constructors for the conflux cell types.Gabriela Moldovan2025-03-131-0/+46
* | tor-cell: Add type alias for the V1LinkPayload nonce.Gabriela Moldovan2025-03-131-1/+4
|/
* tor-rtmock: task: Remove Default impl for ThreadDescriptorIan Jackson2025-03-041-1/+1
* Remove semver files for 1.4.1Nick Mathewson2025-03-031-1/+0
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-10/+10
* Upgrade to derive_more 2Nick Mathewson2025-02-261-1/+1
* tor-cell: Add encodable conflux relay message types.Gabriela Moldovan2025-02-183-0/+216
* tor-cell: Add conflux RelayCmds.Gabriela Moldovan2025-02-182-0/+14
* tor-cell: Add an experimental conflux feature.Gabriela Moldovan2025-02-181-0/+2
* Update to derive-deftly 1.0Ian Jackson2025-02-121-1/+1
* Version bumps to 0.27.0Ian Jackson2025-02-061-10/+10
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-10/+10
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | fix: fix typosDimitris Apostolou2025-01-061-1/+1
|/
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-10/+10
* PoW: Consolidate feature flags into a single flag.Wesley Aptekar-Cassels2024-11-253-7/+3
* tor-cell: add clippy allowsSteven Engler2024-11-201-0/+1
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1