aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc
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
* 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-2316-0/+16
|\
| * Run maint/add_warning to add lint block everywhereIan Jackson2023-08-2316-0/+16
* | tor-netdoc: Fix clippy lints.Gabriela Moldovan2023-08-232-6/+6
* | tor-netdoc: Remove redundant `IntroPointDesc` struct.Gabriela Moldovan2023-08-232-33/+13
|/
* 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-1016-0/+16
|/
* be more lenient while parsing inner hs desctrinity-1686a2023-07-071-1/+6
* Fix a rustdoc link.Nick Mathewson2023-06-291-1/+1
* Merge branch 'maxintro3' into 'main'Ian Jackson2023-06-292-6/+74
|\
| * 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-281-0/+33
| * 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-282-0/+16
* | netdir: Move voting_period() to netdoc::LifetimeNick Mathewson2023-06-291-0/+12
|/
* 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
* 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-262-5/+36
* 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
* hsdescerror: Add paragraph breaks to docs.Nick Mathewson2023-06-221-3/+11
* netdoc: Use a dev-dependency on anyhow to fix a doc exampleNick Mathewson2023-06-221-1/+1
* netdoc: Introduce HsDescErrorNick Mathewson2023-06-222-29/+124
* Merge branch 'socks_errorkinds' into 'main'Nick Mathewson2023-06-221-1/+1
|\
| * Generate correct ErrorKinds for hsdesc decryption failures.Nick Mathewson2023-06-211-1/+1
* | netdoc: downgrade two accessor-related TODOsNick Mathewson2023-06-201-4/+1
* | netdoc: Use derive amplify::Getters for HsDesc accessors.Nick Mathewson2023-06-201-46/+8
|/
* hsdesc.rs: finally remove "allows".Nick Mathewson2023-06-162-13/+9
* netdoc::doc::hsdesc changes to let us downgrade/remove allowsNick Mathewson2023-06-166-10/+9
* netdoc: unmark MAC_KEY_LEN as conjectural.Nick Mathewson2023-06-161-1/+1
* SharedRandVal: Note that it doesn't have to be Ct.Nick Mathewson2023-06-161-2/+1
* netdoc: remove a TODO about moving a module to where it already is.Nick Mathewson2023-06-161-2/+0
* netdoc: use ct_lookup for rend descriptor cookie lookupNick Mathewson2023-06-161-6/+3
* netdoc: Downgrade an HS todo wrt HS_DESC_AUTH_TYPENick Mathewson2023-06-161-2/+3
* netdoc: downgrade some TODO HS to TODO HSS.Nick Mathewson2023-06-162-7/+10
* netdoc: Remove a TODO that we already solved.Nick Mathewson2023-06-161-1/+0
* Merge branch 'ipt_to_circtarget' into 'main'Nick Mathewson2023-06-071-0/+32
|\
| * netdir, netdoc: Add accessors for protocol version status.Nick Mathewson2023-06-061-0/+32
* | Merge branch 'access' into 'main'Alexander Færøy2023-06-061-4/+69
|\|