summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-netdoc: Delete now-unused PauseAt typeIan Jackson2023-02-151-149/+0
| * tor-netdoc: Use itertools to implement NetDocReader::pause_atIan Jackson2023-02-151-7/+11
| * tor-netdoc: Replace use of PauseAt::new_pred()Ian Jackson2023-02-152-9/+10
| * tor-netdoc: Have sectionrules.parse take I, not &mut IIan Jackson2023-02-151-2/+2
| * tor-netdoc: Import Peekable rather than referring to it by pathIan Jackson2023-02-151-3/+4
* | Merge branch 'hs-cells-1' into 'main'Nick Mathewson2023-02-167-490/+689
|\ \
| * | Mark a quoted block as text, so doctest ignores it.Nick Mathewson2023-02-161-1/+1
| * | Add a TODO about combining several macros and patternsNick Mathewson2023-02-161-0/+4
| * | Make a comment more accurateIan Jackson2023-02-161-1/+3
| * | tor-cell: Use a more generic mechanism for managing extensionsNick Mathewson2023-02-154-79/+264
| * | tor-cell: Extract establish-intro into its own module.Nick Mathewson2023-02-154-215/+223
| * | tor-cell: rename onion_service module to hsNick Mathewson2023-02-154-7/+7
* | | Expire routerdescs as soon as any of their expiries expireIan Jackson2023-02-151-1/+1
| |/ |/|
* | Merge branch 'ticket_525_part3_take2' into 'main'Nick Mathewson2023-02-1520-203/+651
|\ \
| * | tor-proto: Add a TODO about simplifying a common pattern.Nick Mathewson2023-02-151-0/+8
| * | tor-cell: add a TODO comment about simplifying Body away.Nick Mathewson2023-02-152-0/+8
| * | tor-cell: Add another debug_assert to relay cell encodingNick Mathewson2023-02-151-3/+6
| * | slicewriter: rename a local variable.Nick Mathewson2023-02-151-4/+4
| * | Move slicewriter to tor-cell and make it private.Nick Mathewson2023-02-155-10/+14
| * | tor-proto: note implications for future HS workNick Mathewson2023-02-152-0/+12
| * | tor-proto: Push stream message parsing into the stream objects.Nick Mathewson2023-02-156-51/+88
| * | tor-proto: Defer parsing of messages send to half-closed streamsNick Mathewson2023-02-153-42/+94
| * | 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