summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'stabilize-hs-client' into 'main'Nick Mathewson2023-06-297-15/+22
|\ \ \ \ \
| * | | | | Mark all {hs,onion-serivce}-client features as non-experimental.Nick Mathewson2023-06-297-15/+22
* | | | | | Merge branch 'default' into 'main'Ian Jackson2023-06-295-7/+58
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | arti-client: StreamPrefs: Add security noteIan Jackson2023-06-291-0/+7
| * | | | | README: explain how to turn on HS client supportIan Jackson2023-06-291-0/+21
| * | | | | Turn off HS client connections by defaultIan Jackson2023-06-294-5/+14
| * | | | | arti-client tests: Explicitly enable .onion in most testsIan Jackson2023-06-291-2/+16
| | |_|/ / | |/| | |
* | | | | Merge branch 'semver-checks-cleanup' into 'main'Nick Mathewson2023-06-291-106/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Replace our old complex semver-checks script.Nick Mathewson2023-06-291-106/+6
| | |_|/ | |/| |
* | | | Merge branch 'timeouts' into 'main'Ian Jackson2023-06-292-17/+130
|\ \ \ \ | |/ / / |/| | |
| * | | tor-hsclient: Add some notes about timeouts and hopsIan Jackson2023-06-291-0/+8
| * | | tor-hsclient: Use estimated timeouts for introduction and rendezvous (fmt)Ian Jackson2023-06-291-2/+6
| * | | tor-hsclient: Use estimated timeouts for introduction and rendezvousIan Jackson2023-06-291-12/+44
| * | | tor-hsclient: Use estimated timeout for hsdir fetches (fmt)Ian Jackson2023-06-291-1/+1
| * | | tor-hsclient: Use estimated timeout for hsdir fetchesIan Jackson2023-06-291-5/+7
| * | | tor-hsclient: Provide bodge constant for circuit lengthIan Jackson2023-06-291-0/+11
| * | | tor-hsclient: Plumb timeout estimation machineryIan Jackson2023-06-291-0/+36
| * | | tor-circmgr: Provide estimate_timeout as a method on HsCircPoolIan Jackson2023-06-291-1/+21
| |/ /
* | | Merge branch 'maxintro3' into 'main'Ian Jackson2023-06-296-11/+137
|\ \ \ | |_|/ |/| |
| * | 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-284-4/+19
| * | tor-hscrypto: Provide values for NUM_INTRO_POINTIan Jackson2023-06-281-0/+12
* | | Merge branch 'keymgr-docs' into 'main'gabi-2502023-06-291-3/+12
|\ \ \ | |_|/ |/| |
| * | keymgr: Fix dummy keymgr doc links.Gabriela Moldovan2023-06-291-3/+3
| * | keymgr: Add missing dummy implementation for KeyType::arti_extension.Gabriela Moldovan2023-06-291-0/+9
* | | Merge branch 'update' into 'main'Ian Jackson2023-06-291-188/+212
|\ \ \
| * | | Run "cargo update" in preparation for Friday release.Nick Mathewson2023-06-291-188/+212
* | | | Merge branch 'changelog' into 'main'Nick Mathewson2023-06-291-0/+189
|\ \ \ \
| * | | | initial changelog for 1.2.0, or 1.1.6.Nick Mathewson2023-06-291-0/+189
* | | | | Merge branch 'netdir_by_rsa_experimental_apis' into 'main'Nick Mathewson2023-06-293-14/+35
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | netdir: add crosslinks to our definition of "usable".Nick Mathewson2023-06-291-13/+13
| * | | | netdir: document what we mean by a "usable" relay.Nick Mathewson2023-06-291-0/+8
| * | | | netdir: Conditionally expose some by_rsa APIs as experimental.Nick Mathewson2023-06-293-3/+16
* | | | | Merge branch 'debug' into 'main'Ian Jackson2023-06-291-15/+12
|\ \ \ \ \
| * | | | | tor-hsclient: Reimplement Debug for MockCircIan Jackson2023-06-291-15/+12
* | | | | | Merge branch 'circparams' into 'main'Ian Jackson2023-06-293-17/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tor-hsclient: Use proper CircParametersIan Jackson2023-06-291-2/+2
| * | | | | tor-circmgr: Expose CircParameters from NetParameters constructionIan Jackson2023-06-292-15/+18
* | | | | | Merge branch 'fix-keymgr-tests' into 'main'Nick Mathewson2023-06-291-1/+5
|\ \ \ \ \ \
| * | | | | | keymgr: Fix wrong_key_type test.Gabriela Moldovan2023-06-291-1/+5
|/ / / / / /
* | | / / / Merge branch 'handshake-error' into 'main'Nick Mathewson2023-06-292-31/+59
|\| | | | | | |_|/ / / |/| | | |
| * | | | tor-hsclient: err: Mention RENDEZVOUS2 in actual messages (fmt)Ian Jackson2023-06-291-1/+3
| * | | | tor-hsclient: err: Rename to RendezvousCompletionCircuitErrorIan Jackson2023-06-292-5/+5
| * | | | tor-hsclient: err: Mention RENDEZVOUS2 in actual messagesIan Jackson2023-06-291-2/+2
| * | | | tor-hsclient: err: Move doc comment to correct implIan Jackson2023-06-291-17/+17
| * | | | tor-hsclient: err: Mention RENDEZVOUS2Ian Jackson2023-06-291-2/+2