summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tor-hsclient: Expire old data eventuallyIan Jackson2023-06-234-6/+101
* | | | | Merge branch 'keymgr-error-trait' into 'main'gabi-2502023-06-269-174/+225
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | keymgr: Document why we need the StdError impl for tor_keymgr::Error.Gabriela Moldovan2023-06-261-0/+5
| * | | | keymgr: Remove AsRef<dyn StdError> trait bound and unneeded impls.Gabriela Moldovan2023-06-265-28/+1
| * | | | keymgr: Add the file path to SshKeyError context.Gabriela Moldovan2023-06-262-9/+29
| * | | | keymgr: Add the path to ArtiNativeKeystoreError Display impl.Gabriela Moldovan2023-06-261-3/+3
| * | | | keymgr: Replace Error with Box<dyn KeystoreError>.Gabriela Moldovan2023-06-266-189/+74
| * | | | keymgr: Add helper for boxing SshKeyError.Gabriela Moldovan2023-06-261-0/+7
| * | | | keymgr: Implement KeystoreError for SshKeyError.Gabriela Moldovan2023-06-261-2/+18
| * | | | keymgr: Add some initial variants to SshKeyError.Gabriela Moldovan2023-06-261-1/+20
| * | | | keymgr: Define an error type for the ssh module.Gabriela Moldovan2023-06-261-0/+8
| * | | | keymgr: Define an error type for ArtiNativeKeyStore.Gabriela Moldovan2023-06-262-0/+75
| * | | | keymgr: Implement KeystoreError for Bug.Gabriela Moldovan2023-06-262-0/+8
| * | | | keymgr: Create a KeyStoreError trait for keystore errors.Gabriela Moldovan2023-06-264-1/+36
|/ / / /
* | | | Merge branch 'stabilize-ll-crates' into 'main'Nick Mathewson2023-06-235-5/+4
|\ \ \ \
| * | | | arti, hsclent: remove dependencies on tor-error/experimental-apiNick Mathewson2023-06-232-2/+2
| * | | | hscrypto: remove "tor-error/experimental-api" dependencyNick Mathewson2023-06-231-1/+1
| * | | | tor-error: Mark define_asref_dyn_std_error as non-experimentalNick Mathewson2023-06-231-1/+0
| * | | | hscrypto: downgrade a comment to HSSNick Mathewson2023-06-221-1/+1
* | | | | Merge branch 'random-idx-where' into 'main'Ian Jackson2023-06-231-20/+40
|\ \ \ \ \
| * | | | | random_idx_where: Ensure uniform distribution of choiceJim Newsome2023-06-231-22/+32
| * | | | | Add more tests for random_idx_whereJim Newsome2023-06-231-0/+10
* | | | | | 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