summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-proto: stop reactor (and kill circuit) if meta handler failsNick Mathewson2023-02-151-4/+7
| * | tor-proto: defer meta-cell parsing to the last moment.Nick Mathewson2023-02-152-36/+27
| * | tor-proto: Use UnparsedRelayCell to start deferring cell processing.Nick Mathewson2023-02-152-22/+43
| * | tor-cell: Add RelayCell::into_msg.Nick Mathewson2023-02-151-0/+4
| * | tor-cell: Implement {Relay,Chan}Msg for every body typeNick Mathewson2023-02-153-5/+97
| * | tor-cell: Note an opportunity for future optimizationNick Mathewson2023-02-151-0/+5
| * | tor-cell: Add a new UnparsedRelayCellNick Mathewson2023-02-152-2/+60
| * | tor-cell: Refactor relay cells to copy much lessNick Mathewson2023-02-1510-68/+93
| * | tor-bytes: Add a new writer implementation for fixed-size objectsNick Mathewson2023-02-153-0/+125
| |/
* | Merge branch 'fuzz-hsdesc' into 'main'Ian Jackson2023-02-157-2/+48
|\ \
| * | netdoc: Add a basic fuzzer for the hsdesc layers.Nick Mathewson2023-02-142-1/+29
| * | netdoc: Add a feature to expose hsdesc inner doc parsersNick Mathewson2023-02-145-1/+19
| |/
* / Upgrade to latest toml crate.Nick Mathewson2023-02-144-4/+4
|/
* Merge branch 'doc-iter' into 'main'Nick Mathewson2023-02-136-88/+488
|\
| * batching_split_before: Whitespace error fixIan Jackson2023-02-131-1/+1
| * batching_split_before: Better xref for doc hiddenIan Jackson2023-02-131-0/+7
| * batching_split_before: Clarify API sequential restrictionIan Jackson2023-02-131-4/+4
| * batching_split_before: Fix and clarify Batches/LendingIterator docIan Jackson2023-02-131-2/+4
| * batching_split_before: Introduce unit token typesIan Jackson2023-02-131-4/+18
| * batching_split_before: Expand on the remaining use of "meta-iterator"Ian Jackson2023-02-131-1/+2
| * batching_split_before: Fix link to BatchesWithHeader::subsequentIan Jackson2023-02-131-1/+1
| * batching_split_before: Provide description for BatchesWithHeaderIan Jackson2023-02-131-0/+10
| * batching_split_before: Document generics on our non-private typesIan Jackson2023-02-131-0/+9
| * batching_split_before: Rename "prefix" to "header"Ian Jackson2023-02-132-24/+24
| * batching_split_before: Rename "start" to "batch-starting"Ian Jackson2023-02-131-27/+27
| * batching_split_before: Remove false assertions about batch contentsIan Jackson2023-02-131-4/+0
| * batching_split_before: Clarify heading of BatchesWithPrefixIan Jackson2023-02-131-1/+1
| * batching_split_before: docs improvements.Nick Mathewson2023-02-131-4/+8
| * tor-netdoc: Use batching iterator in authcert.rsIan Jackson2023-02-102-62/+16
| * tor-netdoc: Use batching_split_before in HsDescInnerIan Jackson2023-02-101-25/+10
| * tor-netdoc: Provide new batching_split_beforeIan Jackson2023-02-103-0/+402
| * tor-netdoc: Provide NetDocReader::into_iterIan Jackson2023-02-101-0/+7
| * tor-netdoc: util: use super::* in testsIan Jackson2023-02-101-2/+1
| * tor-netdoc: util: Add standard lint block to testsIan Jackson2023-02-101-0/+10
* | netdoc: give hsdesc test info in its original form.Nick Mathewson2023-02-131-1/+5
* | netdoc: Add a test for HSDesc decryption.Nick Mathewson2023-02-101-0/+63
* | Add another test hsdesc to parse.Nick Mathewson2023-02-101-0/+223
* | hscrypto: Use minutes, not seconds, in blinding parameter.Nick Mathewson2023-02-101-8/+4
|/
* Merge branch 'ticket_525_part2' into 'main'Nick Mathewson2023-02-0929-343/+375
|\
| * Rename OpenClientChan{Msg,Cell} => OpenChan{Msg,Cell}S2CNick Mathewson2023-02-093-31/+31
| * tor-proto: Do not parse forbidden commands on inbound cells.Nick Mathewson2023-02-093-88/+63
| * tor-proto: only parse allowed ChanMsg types during handshake.Nick Mathewson2023-02-093-29/+100
| * tor-cell: Return a useful error when restrist_msg rejects a command.Nick Mathewson2023-02-091-2/+3
| * Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-0918-52/+87
| * tor-cell: Re-export paste so restrict_msg can work outside the crate.Nick Mathewson2023-02-091-3/+3
| * tor-cell: Remove chancell::msg::Body::into_message.Nick Mathewson2023-02-091-52/+1
| * tor-cell: Make RelayEarly a separate type.Nick Mathewson2023-02-096-12/+36
| * tor-cell: Have restrict_msg add conversion functions.Nick Mathewson2023-02-096-104/+72
| * cell: Parameterize ChannelCodec::decode and encode.Nick Mathewson2023-02-093-12/+21
* | Merge branch 'hsdir' into 'main'Ian Jackson2023-02-0913-126/+373
|\ \