summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | llcrypto: Add missing docs for hsv3-service feature flag.Gabriela Moldovan2023-06-271-0/+3
* | | | Merge branch 'fix-keymgr-error-impl' into 'main'gabi-2502023-06-271-2/+40
|\ \ \ \ | |/ / / |/| | |
| * | | keymgr: Add regression test for tor_keymgr::Error recursion bug.Gabriela Moldovan2023-06-271-0/+39
| * | | keymgr: Fix infinite recursion in Error impl.Gabriela Moldovan2023-06-271-2/+1
|/ / /
* | | Merge branch 'revert_to_x25519_pre1' into 'main'Nick Mathewson2023-06-278-72/+28
|\ \ \
| * | | Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2pinkforest2023-06-278-72/+28
* | | | Merge branch 'chanmgr-doc' into 'main'Nick Mathewson2023-06-271-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Add Channel expiry info in ChanMgr docsSaksham Mittal2023-06-271-0/+7
|/ / /
* | | Merge branch 'race' into 'main'gabi-2502023-06-261-6/+36
|\ \ \
| * | | tor-hsclient: Increase some timeoutsIan Jackson2023-06-261-2/+2
| * | | tor-hsclient: test: Introduce some constants for timingsIan Jackson2023-06-261-5/+16
| * | | tor-hsclient: test: Add another sleep for expiry task *start*Ian Jackson2023-06-261-0/+2
| * | | tor-hsclient: impl Debug by hand for MockCircIan Jackson2023-06-261-1/+18
|/ / /
* | | Merge branch 'send_sync_torclientbuilder' into 'main'gabi-2502023-06-261-1/+15
|\ \ \
| * | | Also require that TorClientBuilder be Sync.Nick Mathewson2023-06-261-2/+2
| * | | arti-client: Mark DirProviderBuilder Send+Sync;Nick Mathewson2023-06-261-1/+15
* | | | 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
* | | | | Merge branch 'upgrade-itertools' into 'main'gabi-2502023-06-2615-19/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | netdoc: Note new feature in itertoolsNick Mathewson2023-06-261-1/+5
| * | | | Upgrade to itertools 0.11.0Nick Mathewson2023-06-2614-18/+18
| | |/ / | |/| |
* | | | Merge branch 'data' into 'main'Ian Jackson2023-06-264-12/+133
|\ \ \ \
| * | | | tor-hsclient: Split out expire_old_data functionIan Jackson2023-06-261-0/+5
| * | | | tor-hsclient: Add a comment about what run_housekeeping doesIan Jackson2023-06-261-0/+1
| * | | | tor-hsclient: Add a debug message about task exitIan Jackson2023-06-261-0/+2
| * | | | tor-hsclient: Comment explaining why no launch_background_tasksIan Jackson2023-06-261-0/+3
| * | | | tor-hsclient: Say we *mustn't* do housekeeping while dormantIan Jackson2023-06-261-2/+2
| * | | | tor-hsclient: Add a TODO SPEC re data lifetimeIan Jackson2023-06-231-0/+2
| * | | | tor-hsclient: state tests: Test housekeeping (data expiry)Ian Jackson2023-06-231-0/+5
| * | | | tor-hsclient: state tests: Promote mk_hsconn callIan Jackson2023-06-231-1/+3
| * | | | tor-hsclient: state tests: Introduce connect_calledIan Jackson2023-06-231-5/+11
| * | | | 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