aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
* tor-netdoc: "testing" feature: Provide test_parsed_hsdescIan Jackson2023-09-181-12/+20
* tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_ID (fmt)Ian Jackson2023-09-181-4/+1
* tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_IDIan Jackson2023-09-181-3/+9
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-7/+7
* Merge branch 'upgrades' into 'main'Nick Mathewson2023-09-051-1/+1
|\
| * Upgrade to visibility 0.1.0Nick Mathewson2023-09-051-1/+1
* | tor-netdoc: provide a IntroPointDescBuilder (fmt)Ian Jackson2023-08-291-2/+1
* | tor-netdoc: provide a IntroPointDescBuilderIan Jackson2023-08-291-0/+13
|/
* Merge branch 'clippy' into 'main'Ian Jackson2023-08-2328-0/+28
|\
| * Run maint/add_warning to add lint block everywhereIan Jackson2023-08-2328-0/+28
* | tor-netdoc: Remove semver.mdGabriela Moldovan2023-08-231-3/+0
* | tor-netdoc: Fix clippy lints.Gabriela Moldovan2023-08-232-6/+6
* | tor-netdoc: Remove redundant `IntroPointDesc` struct.Gabriela Moldovan2023-08-233-33/+16
|/
* Resolve warnings about ambiguous/redundant doc linksNick Mathewson2023-08-221-1/+1
* tor-bytes: deprecate always_bug with From traitEmil Engler2023-08-171-2/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-6/+6
* Fix typosDimitris Apostolou2023-07-221-1/+1
* Merge branch 'explain_952_fix' into 'main'Nick Mathewson2023-07-111-0/+3
|\
| * Explain the code for the #952 fix.Nick Mathewson2023-07-101-0/+3
* | Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-1029-0/+29
|/
* be more lenient while parsing inner hs desctrinity-1686a2023-07-071-1/+6
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Remove semver.md files for 1.1.6Nick Mathewson2023-06-301-2/+0
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-6/+6
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-1/+1
* Merge branch 'rustdoc_fix' into 'main'Nick Mathewson2023-06-291-1/+1
|\
| * Fix a rustdoc link.Nick Mathewson2023-06-291-1/+1
* | Merge branch 'stabilize-hs-client' into 'main'Nick Mathewson2023-06-291-2/+2
|\ \ | |/ |/|
| * Mark all {hs,onion-serivce}-client features as non-experimental.Nick Mathewson2023-06-291-2/+2
* | Merge branch 'maxintro3' into 'main'Ian Jackson2023-06-294-7/+125
|\ \ | |/ |/|
| * tor-netdoc: Placate clippy (fmt)Ian Jackson2023-06-281-2/+1
| * tor-netdoc: Placate clippyIan Jackson2023-06-281-2/+1
| * tor-netdoc: Test hsdescs inners with a variety of IPT counts (fmt)Ian Jackson2023-06-281-9/+18
| * tor-netdoc: Test hsdescs inners with a variety of IPT countsIan Jackson2023-06-283-1/+81
| * tor-netdoc: hsdesc: Disregard intro points after the MAX'thIan Jackson2023-06-282-7/+19
| * tor-netdoc: Reject hsdescs with no intro pointsIan Jackson2023-06-283-0/+19
* | netdir: Move voting_period() to netdoc::LifetimeNick Mathewson2023-06-292-1/+13
|/
* Conditionalise an importIan Jackson2023-06-281-0/+1
* Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2pinkforest2023-06-272-7/+6
* Merge branch 'netdoc-todos-again' into 'main'Nick Mathewson2023-06-266-43/+100
|\
| * netdoc: remove final TODO HSNick Mathewson2023-06-261-1/+0
| * netdoc: Downgrade TODO on EncryptedHsDesc::decryptNick Mathewson2023-06-261-2/+5
| * netdoc: Remove "decrypted_with_id" as meaninglessNick Mathewson2023-06-261-26/+9
| * netdoc: Remove dead_code exception; add accessors.Nick Mathewson2023-06-263-6/+39
| * netdoc: change a TODO HS about a distinguisher to a NOTE.Nick Mathewson2023-06-261-4/+7
| * netdoc: replace a test TODO with a reference to other testsNick Mathewson2023-06-261-1/+8
| * netdoc: fill in some test dataNick Mathewson2023-06-234-11/+40
* | netdoc: Note new feature in itertoolsNick Mathewson2023-06-261-1/+5
* | Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-2/+2
|/