summaryrefslogtreecommitdiff
path: root/crates/tor-cell
Commit message (Expand)AuthorAgeFilesLines
...
* tor-cell: Document Cargo featuresIan Jackson2024-10-221-0/+27
* Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCostIan Jackson2024-10-161-3/+3
* Apply `default-features = false` to all tor-memquota depsIan Jackson2024-10-161-1/+1
* hs-pow: Clarify a confusing comment in ProofOfWorkV1.Wesley Aptekar-Cassels2024-10-091-1/+1
* hs-pow: Rename seed to seed_head.Wesley Aptekar-Cassels2024-10-091-3/+3
* hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-095-31/+92
* tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-094-48/+66
* tor-cell: Support encoding proofs-of-work in intro_payloadWesley Aptekar-Cassels2024-10-095-5/+113
* tor-memquota: Explain choice of boundsIan Jackson2024-10-021-0/+2
* Revert "tor-cell: Use HasMemoryCostStructural, rather than Copy"Ian Jackson2024-10-021-1/+2
* tor-cell: Use HasMemoryCostStructural, rather than CopyIan Jackson2024-10-021-2/+1
* Some HasMemoryCost impls in tor-cellIan Jackson2024-10-029-65/+167
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-9/+9
* Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-1/+1
* Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\
| * Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-1/+1
|/
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* tor_bytes: Rename new_truncated_for_test to new_incomplete_for_testIan Jackson2024-09-121-2/+2
* tor-bytes: Only report Truncated for errors at the outer levelIan Jackson2024-09-112-5/+3
* tor-bytes: Error: provide and call Error::incomplete_errorIan Jackson2024-09-111-0/+1
* tor-bytes: Add a Reader constructor for use in testsIan Jackson2024-09-111-4/+4
* tor-cell: No longer treat certain tor-bytes errors as EK::InternalIan Jackson2024-09-111-5/+0
* Change tor_bytes::Readable name to `b` in many placesIan Jackson2024-09-111-15/+15
* tor-bytes: Add a deficit field to Error::TruncatedIan Jackson2024-09-102-2/+3
* Introduce and use tor_bytes::Error::new_truncated_for_test (fmt)Ian Jackson2024-09-101-1/+5
* Introduce and use tor_bytes::Error::new_truncated_for_testIan Jackson2024-09-101-4/+4
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-9/+9
* Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* tor-proto::circuit::StreamMap: Use StreamPollSetJim Newsome2024-08-011-1/+1
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-9/+9
* Fix clippy::doc_lazy_continuationIan Jackson2024-07-081-4/+4
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-9/+9
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-9/+9
* Fix indentation from last commit.Nick Mathewson2024-05-071-33/+33
* tor-cell: Allow unuexpected_cfgs in restricted macro.Nick Mathewson2024-05-071-0/+7
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-9/+9
* Use uXX::MAX in place of std::uXX::MAXNick Mathewson2024-04-223-4/+4
* Fix compilation for relaymsg fuzzerNick Mathewson2024-04-022-4/+10
* remove unused dependenciestrinity-1686a2024-04-021-1/+0
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-9/+9
* Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-021-1/+1
* Add and use RelayCellFormatTraitJim Newsome2024-03-201-24/+39
* RelayCellBody: generalize over RelayCellFormatJim Newsome2024-03-201-0/+26
* Run maint/add_warning.Nick Mathewson2024-03-132-0/+2
* Remove RelayMsgOuter::decode_from_readerJim Newsome2024-03-121-11/+3
* relay-cell: Update relay cell decoding API for prop340Jim Newsome2024-03-123-28/+233
* Rename UnparsedRelayCell -> UnparsedRelayMsgJim Newsome2024-03-122-9/+6
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1