summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge branch 'test_hsdesc_decrypt' into 'main'Nick Mathewson2023-02-133-8/+294
|\ \ | |/ |/|
| * 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-0930-343/+376
|\
| * 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-097-12/+37
| * 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-0914-126/+375
|\ \
| * | Fix minimal-versions (.then_some is too new)Ian Jackson2023-02-091-1/+1
| * | tor-netdir: Make is_hsdir_for_ring crate-localIan Jackson2023-02-091-1/+2
| * | tor-netdir: Document fill_from_previous_netdir semverIan Jackson2023-02-091-0/+1
| * | Clarify which netdir index is meantNick Mathewson2023-02-091-1/+2
| * | Fix typosNick Mathewson2023-02-091-2/+2
| * | Fix compilation with various feature combinationsIan Jackson2023-02-092-6/+26
| * | hsdir: rustfmtIan Jackson2023-02-092-10/+6
| * | hsdir: Actually compute the hash ringIan Jackson2023-02-092-8/+58
| * | hsdir: Be able to enumerate the hidden service directoriesIan Jackson2023-02-092-0/+29
| * | hsdir: Ring calculation plumbingIan Jackson2023-02-092-17/+32
| * | hsdir representation: Introduce HsDirs generic typeIan Jackson2023-02-094-38/+63
| * | hsdir: Implement HS hash ring index calculationsIan Jackson2023-02-092-7/+80
| * | hsdir: Make HsDirIndex be AsRef<[u8; ]>Ian Jackson2023-02-091-2/+4
| * | hsdir: impl Eq for HsDirParamsIan Jackson2023-02-091-1/+1
| * | hsdir: Rename HsRingParams to HsDirParamsIan Jackson2023-02-093-17/+21
| * | hsdir_params: Rename some variables for consistencyIan Jackson2023-02-092-11/+11
| * | hsdir: Replace open-coded params fields and args with HsRingParamsIan Jackson2023-02-093-16/+10
| * | hsdir: Remove a done TODO - this *is* now a TiSliceIan Jackson2023-02-091-1/+0