| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump tor-dirclient patchlevel, since its dependency changed. | Nick Mathewson | 2023-10-02 | 1 | -1/+1 |
| * | Patchlevel bumps to crates whose dependencies just changed. | Nick Mathewson | 2023-10-02 | 1 | -1/+1 |
| * | Minor-version bumps, for crates with breaking changes. | Nick Mathewson | 2023-10-02 | 1 | -7/+7 |
| * | Patchlevel bumps, with dependents affected. | Nick Mathewson | 2023-10-02 | 1 | -8/+8 |
| * | tor-hsclient: Update HsClientSecretKeys docs. | Gabriela Moldovan | 2023-09-25 | 1 | -1/+1 |
| * | tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ... | Gabriela Moldovan | 2023-09-25 | 2 | -7/+3 |
| * | tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S... | Gabriela Moldovan | 2023-09-25 | 3 | -10/+11 |
| * | tor-hsclient: state expiry test: Use MockSleepProvider advance | Ian Jackson | 2023-09-20 | 1 | -1/+2 |
| * | tor-hsclient: expiry tests: Use advance_by | Ian Jackson | 2023-09-18 | 1 | -1/+1 |
| * | tor-hsclient: expiry: Fix a boundary error in time calculation | Ian Jackson | 2023-09-18 | 1 | -1/+4 |
| * | tor-keymgr: Fix typo in key names. | Gabriela Moldovan | 2023-09-12 | 1 | -4/+4 |
| * | Update patchlevel for crates with nontrivial changes. | Nick Mathewson | 2023-09-05 | 1 | -18/+18 |
| * | Minor-version bumps for crates with breaking changes. | Nick Mathewson | 2023-09-05 | 1 | -1/+1 |
| * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 3 | -0/+3 |
| * | tor-netdir: Use an owned HsBlindId instead of a reference. | Gabriela Moldovan | 2023-08-22 | 1 | -1/+1 |
| * | tor-hsclient: Use hs_dirs_download instead of the deprecated hs_dirs. | Gabriela Moldovan | 2023-08-22 | 1 | -6/+5 |
| * | Lower linkspec list parsing into new tor-linkspec method. | Nick Mathewson | 2023-08-22 | 1 | -5/+1 |
| * | tor-dirclient: Rename download() to send_request(). | Gabriela Moldovan | 2023-08-16 | 1 | -1/+1 |
| * | Merge branch 'future_proof_lints' into 'main' | gabi-250 | 2023-08-04 | 1 | -2/+2 |
| |\ |
|
| | * | Run add_warnings on all files. | Nick Mathewson | 2023-08-04 | 1 | -2/+2 |
| * | | tor-proto: Add ClientCirc::start_conversation(). | Gabriela Moldovan | 2023-08-04 | 1 | -3/+4 |
| |/ |
|
| * | Remove semver.md files now that 1.1.7 is out. | Nick Mathewson | 2023-08-01 | 1 | -1/+0 |
| * | Increment patchlevel versions of crates with minor changes | Nick Mathewson | 2023-08-01 | 1 | -11/+11 |
| * | Update minor versions on crates that have had breaking changes | Nick Mathewson | 2023-08-01 | 1 | -10/+10 |
| * | Run cargo +nightly fmt to format many let ... else ... | Ian Jackson | 2023-07-24 | 3 | -21/+30 |
| * | Fix typos | Dimitris Apostolou | 2023-07-22 | 3 | -11/+11 |
| * | tor-hsclient: Document API break. | Ian Jackson | 2023-07-19 | 1 | -0/+1 |
| * | retry-error: Attempts must be AsRef<dyn Error>; print their sources | Ian Jackson | 2023-07-19 | 2 | -6/+6 |
| * | Merge branch 'clippy-allow' into 'main' | Ian Jackson | 2023-07-11 | 4 | -0/+4 |
| |\ |
|
| | * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 4 | -0/+4 |
| * | | Merge branch 'conversation' into 'main' | Alexander Færøy | 2023-07-10 | 1 | -18/+28 |
| |\ \ |
|
| | * | | tor-proto: run rustfmt | Ian Jackson | 2023-06-30 | 1 | -1/+3 |
| | * | | tor-proto conversation API: Provide ConversationInHandler | Ian Jackson | 2023-06-30 | 1 | -1/+3 |
| | * | | tor-proto conversation API: Return a Conversation | Ian Jackson | 2023-06-30 | 1 | -4/+10 |
| | * | | tor-proto conversation API: Rename to start_conversation_last_hop | Ian Jackson | 2023-06-30 | 1 | -8/+8 |
| | * | | tor-proto conversation API: Make starting message optional | Ian Jackson | 2023-06-30 | 1 | -5/+5 |
| | * | | tor-proto conversation API: Rename to ConversationFinished | Ian Jackson | 2023-06-30 | 1 | -2/+2 |
| * | | | Merge branch 'recurse' into 'main' | Alexander Færøy | 2023-07-10 | 1 | -26/+37 |
| |\| |
| |/
|/| |
|
| | * | tor-hsclient: Mock traits: Work around an async boobytrap | Ian Jackson | 2023-06-30 | 1 | -26/+37 |
| * | | Add exceptions for some cases of diverging_sub_expression | Nick Mathewson | 2023-07-10 | 1 | -0/+2 |
| * | | Throughout: Use *_report!() macros for reporting Errors. | Nick Mathewson | 2023-07-07 | 3 | -26/+28 |
| * | | Run add_warning to remove `missing_panics_doc` deny. | Nick Mathewson | 2023-07-06 | 1 | -1/+0 |
| * | | tor-hsclient: Abolish ad-hoc real-world-time sleeps | Ian Jackson | 2023-07-06 | 1 | -12/+4 |
| |/ |
|
| * | Remove semver.md files for 1.1.6 | Nick Mathewson | 2023-06-30 | 1 | -1/+0 |
| * | Bump patchlevel versions on crates with smaller changes | Nick Mathewson | 2023-06-30 | 1 | -14/+14 |
| * | Bump minor versions on crates with breaking changes | Nick Mathewson | 2023-06-30 | 1 | -3/+3 |
| * | Resolve XXXs from fixup-features. | Nick Mathewson | 2023-06-29 | 1 | -1/+0 |
| * | Run "fixup-features". | Nick Mathewson | 2023-06-29 | 1 | -1/+4 |
| * | hsclient: Make HsClientSpecifier a newtype instead of a type alias. | Gabriela Moldovan | 2023-06-29 | 1 | -1/+11 |
| * | arti-client, hsclient: Typealias HsClientSpecifier to ArtiPathComponent. | Gabriela Moldovan | 2023-06-29 | 1 | -25/+2 |