summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Follow-on patchlevel bumps for crates with changed dependenciesNick Mathewson2023-02-285-5/+5
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-2829-122/+122
* Bump tor-units version for breaking change.Nick Mathewson2023-02-289-9/+9
* Bump patch-versions for breaking changes in tor-hs{crypto,client}Nick Mathewson2023-02-288-9/+9
* Bump minor versions for significant breaking changes.Nick Mathewson2023-02-2812-27/+27
* tor-hsservice: Fix an erroneous reference to an hs-client featureIan Jackson2023-02-281-1/+1
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-2825-92/+93
* Merge branch 'cmd_checker' into 'main'Nick Mathewson2023-02-278-102/+273
|\
| * proto: Tweak documentation and names around CmdChecker.Nick Mathewson2023-02-275-9/+33
| * tor-proto: Rename end_received.Nick Mathewson2023-02-172-8/+9
| * Use CmdChecker in our stream handling code.Nick Mathewson2023-02-174-96/+92
| * tor-proto: Introduce CmdChecker, and define it for our streams.Nick Mathewson2023-02-174-0/+150
* | Apply a missing cfg_attr(docsrs...) in netdocNick Mathewson2023-02-211-0/+1
* | Rearrange cfg_attr in relaycell::msgNick Mathewson2023-02-211-2/+2
* | Merge branch 'unparsed_linkspec' into 'main'Ian Jackson2023-02-214-10/+84
|\ \
| * | tor-netdoc: Use UnparsedLinkSpec in IntroPointDesc.Nick Mathewson2023-02-171-9/+2
| * | tor-linkspec: New UnparsedLinkspec type.Nick Mathewson2023-02-173-1/+82
| |/
* | Merge branch 'hsdir_remove_comment' into 'main'Ian Jackson2023-02-211-1/+0
|\ \
| * | netdoc: Remove a TODO hs comment.Nick Mathewson2023-02-171-1/+0
| |/
* / tor-dirmgr: Work around an apparent regression in `time`.Nick Mathewson2023-02-171-3/+3
|/
* Merge branch 'doc-iter' into 'main'Nick Mathewson2023-02-1712-233/+116
|\
| * tor-netdoc: Fix doc comment following removal of PauseAtIan Jackson2023-02-161-3/+6
| * tor-netdoc: Run rustfmt (separately from the refactoring)Ian Jackson2023-02-152-5/+3
| * tor-netdoc: Abolish NetDocReader::iter and into_iterIan Jackson2023-02-151-13/+0
| * tor-netdoc: Remove many needless calls to .iter() and .into_iter()Ian Jackson2023-02-159-35/+32
| * tor-netdoc: Use impl Iterator for NetdocReader in .pause_atIan Jackson2023-02-151-2/+2
| * tor-netdoc: impl Iterator etc. for NetdocReaderIan Jackson2023-02-151-0/+29
| * tor-netdoc: move PeekableIterator to util.rsIan Jackson2023-02-152-24/+36
| * 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