summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'circuit-bis' into 'main'Nick Mathewson2023-06-231-0/+6
|\ \ \ \ \ \
| * | | | | | tor-hsclient: Add TODO SPEC for issues dealt with in !1299Ian Jackson2023-06-231-0/+6
* | | | | | | Merge branch 'expire' into 'main'Nick Mathewson2023-06-231-0/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | tor-hsclient: Add a TODO SPEC re circuit dirtinessIan Jackson2023-06-231-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'idx' into 'main'Ian Jackson2023-06-231-0/+10
|\ \ \ \ \ \
| * | | | | | tor-circmgr: Test random_idx_where with empty sliceIan Jackson2023-06-231-0/+7
| * | | | | | tor-circmgr: random_idx_where: Don't panic on empty rangeIan Jackson2023-06-231-0/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'circuit' into 'main'Alexander Færøy2023-06-231-21/+29
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | tor-hsclient: Discuss HS descriptor expiry and revision countersIan Jackson2023-06-231-2/+4
| * | | | tor-hsclient: Downgrade multi-ipt TODOIan Jackson2023-06-231-3/+4
| * | | | tor-hsclient: Downgrade rend/ipt parallelism TODOs and add linksIan Jackson2023-06-231-5/+8
| * | | | tor-hsclient: Downgrade ipt parallelism to a noteIan Jackson2023-06-231-2/+4
| * | | | tor-hsclient: Downgrade hsdir fetch parallelism to a noteIan Jackson2023-06-231-2/+4
| * | | | tor-hsclient: Drop intro circuit after ackIan Jackson2023-06-231-7/+5
| |/ / /
* | | | Merge branch 'data2' into 'main'Nick Mathewson2023-06-231-0/+32
|\ \ \ \ | |_|_|/ |/| | |
| * | | tor-hsclient: Write a test plan for IPT state managementIan Jackson2023-06-231-0/+23
| * | | tor-hsclient: Expire old IPT dataIan Jackson2023-06-231-0/+9
| |/ /
* | | Merge commit '3105f99a'.Nick Mathewson2023-06-232-6/+8
|\ \ \
| * | | Corrected the order of imports in order to make the 'rust-checks' job complet...Andy2023-06-231-1/+1
| * | | Provided a fix for #831 - 'Unused import' warnings on WindowsAndy2023-06-232-6/+8
| | |/ | |/|
* | | Merge branch 'expire' into 'main'Ian Jackson2023-06-233-21/+215
|\ \ \ | |/ / |/| |
| * | tor-hsclient: Add a note about circuit expiry uncertainty, ticketIan Jackson2023-06-221-0/+3
| * | tor-hsclient: Expand explanation of `last_used` (for Open)Ian Jackson2023-06-221-1/+20
| * | tor-hsclient: Make comment about circuit expiry more accurateNick Mathewson2023-06-221-1/+2
| * | tor-hsclient: linkify a URL in a doc commentIan Jackson2023-06-221-1/+1
| * | tor-hsclient: Apply broken formatting as demanded by rustfmtIan Jackson2023-06-221-1/+1
| * | tor-hsclient: Test circuit expiryIan Jackson2023-06-221-1/+46
| * | tor-hsclient: Expire HS circuits that we don't want to reuseIan Jackson2023-06-221-4/+128
| * | tor-hsclient: Introduce helper function for locking services tableIan Jackson2023-06-222-14/+17
| * | tor-hsclient: Abolish an obsolete commentIan Jackson2023-06-221-1/+0
| |/
* | Merge branch 'desc-error' into 'main'Nick Mathewson2023-06-229-129/+142
|\ \
| * | 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-223-1/+3
| * | tor-error: Stabilize OnionService error kindsNick Mathewson2023-06-221-7/+0
| * | tor-error: typo fix in a comment.Nick Mathewson2023-06-221-1/+1
| * | Remove onion service descriptor-related errorkinds.Nick Mathewson2023-06-223-52/+2
| * | netdoc: Introduce HsDescErrorNick Mathewson2023-06-225-68/+128
* | | Merge branch 'circmgr-timeout-est' into 'main'Nick Mathewson2023-06-224-7/+35
|\ \ \
| * | | circmgr: Now that Action is public, clean it up a little.Nick Mathewson2023-06-221-3/+2
| * | | circmgr: New API to expose estimate-based timeouts.Nick Mathewson2023-06-224-4/+33
* | | | Merge branch 'move-dummy-keymgr-impl' into 'main'gabi-2502023-06-2213-146/+159
|\ \ \ \
| * | | | keymgr: Remove blank line to satisfy maint/cargo_sort.Gabriela Moldovan2023-06-221-1/+0
| * | | | keymgr: Make the dummy types non_exhaustive.Gabriela Moldovan2023-06-221-0/+3
| * | | | keymgr: Add a TODO regarding missing dummy impls.Gabriela Moldovan2023-06-221-1/+3
| * | | | keymgr: Update outdated docs.Gabriela Moldovan2023-06-221-23/+10
| * | | | keymgr: Remove outdated TODOs.Gabriela Moldovan2023-06-221-9/+0
| * | | | keymgr: Remove unnecessary dummy types.Gabriela Moldovan2023-06-222-19/+4
| * | | | keymgr: Move dummy implementation to tor-keymgr.Gabriela Moldovan2023-06-2210-39/+58
| * | | | arti-client: Make all dummy APIs pub.Gabriela Moldovan2023-06-221-10/+12
| * | | | arti-client: Add a dummy KeyType.Gabriela Moldovan2023-06-221-0/+3