| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | clippy: in tests, allow clippy::useless_vec | Ian Jackson | 2023-07-10 | 1 | -0/+1 | |
| | * | | | | clippy: globally allow clippy::needless_raw_string_hashes | Ian Jackson | 2023-07-10 | 1 | -0/+1 | |
| * | | | | | Merge branch 'fix-chutney-ci' into 'main' | Nick Mathewson | 2023-07-10 | 2 | -7/+15 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | make chutney setup script more portable | trinity-1686a | 2023-07-10 | 1 | -3/+1 | |
| | * | | | | | fix chutney in CI | trinity-1686a | 2023-07-08 | 2 | -5/+15 | |
| * | | | | | | Merge branch 'range' into 'main' | Ian Jackson | 2023-07-10 | 12 | -16/+144 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | rng docs: Fix two links | Ian Jackson | 2023-07-10 | 1 | -2/+2 | |
| | * | | | | | | rng ranges: Provide examples (doctests) | Ian Jackson | 2023-07-10 | 1 | -0/+42 | |
| | * | | | | | | rng ranges: Forbid use of panicky Rng::gen_range | Ian Jackson | 2023-07-10 | 2 | -0/+2 | |
| | * | | | | | | rng ranges: Use gen_range_infallible() for Duration::ZERO..=T | Ian Jackson | 2023-07-10 | 6 | -7/+10 | |
| | * | | | | | | rng ranges: Introduce gen_range_infallible | Ian Jackson | 2023-07-10 | 1 | -0/+47 | |
| | * | | | | | | rng ranges: Use gen_range_checked().unwrap() in test case | Ian Jackson | 2023-07-10 | 1 | -2/+2 | |
| | * | | | | | | rng ranges: Use gen_range_checked().expect() in obvious cases (fmt) | Ian Jackson | 2023-07-10 | 2 | -3/+5 | |
| | * | | | | | | rng ranges: Use gen_range_checked().expect() in obvious cases | Ian Jackson | 2023-07-10 | 3 | -5/+9 | |
| | * | | | | | | tor-basic-utils: retry: Use and justify gen_range_checked | Ian Jackson | 2023-07-10 | 1 | -3/+4 | |
| | * | | | | | | rng ranges: Introduce RngExt and gen_range_checked | Ian Jackson | 2023-07-10 | 1 | -0/+27 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'keymgr-erased-key' into 'main' | gabi-250 | 2023-07-10 | 6 | -10/+23 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | keymgr: Add semver.md. | Gabriela Moldovan | 2023-07-10 | 1 | -0/+2 | |
| | * | | | | | | keymgr: Use Box<dyn EncodableKey> instead of Box<dyn Any>. | Gabriela Moldovan | 2023-07-10 | 5 | -10/+21 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 's101-q2' into 'main' | gabi-250 | 2023-07-10 | 1 | -0/+26 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Update s101 stats. | Alexander Færøy | 2023-07-10 | 1 | -0/+26 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'conversation' into 'main' | Alexander Færøy | 2023-07-10 | 6 | -132/+233 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-proto: run rustfmt | Ian Jackson | 2023-06-30 | 4 | -9/+21 | |
| | * | | | | | | tor-proto conversations: semver | Ian Jackson | 2023-06-30 | 1 | -0/+1 | |
| | * | | | | | | tor-proto conversations: Update a TODO | Ian Jackson | 2023-06-30 | 1 | -1/+1 | |
| | * | | | | | | tor-proto conversations: Drop a TODO | Ian Jackson | 2023-06-30 | 1 | -1/+0 | |
| | * | | | | | | tor-proto conversation API: Provide ConversationInHandler | Ian Jackson | 2023-06-30 | 4 | -7/+61 | |
| | * | | | | | | tor-proto circuit: Plumb async Context through | Ian Jackson | 2023-06-30 | 2 | -3/+8 | |
| | * | | | | | | tor-proto conversation API: Soften a warning | Ian Jackson | 2023-06-30 | 1 | -1/+4 | |
| | * | | | | | | tor-proto conversation API: Implement Conversation | Ian Jackson | 2023-06-30 | 1 | -89/+98 | |
| | * | | | | | | tor-proto: Make the handler in SendMsgAndInstallHandler optional | Ian Jackson | 2023-06-30 | 2 | -3/+10 | |
| | * | | | | | | tor-proto conversation API: Return a Conversation | Ian Jackson | 2023-06-30 | 3 | -13/+26 | |
| | * | | | | | | tor-proto conversation API: Rename to start_conversation_last_hop | Ian Jackson | 2023-06-30 | 4 | -18/+18 | |
| | * | | | | | | tor-proto conversation API: Make starting message optional | Ian Jackson | 2023-06-30 | 3 | -10/+12 | |
| | * | | | | | | tor-proto conversation API: Rename to ConversationFinished | Ian Jackson | 2023-06-30 | 2 | -9/+5 | |
| | * | | | | | | tor-proto circuit: Make reactor::run_once modulae-private | Ian Jackson | 2023-06-30 | 1 | -1/+1 | |
| * | | | | | | | 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 | |
| * | | | | | | Merge branch 'clippy-vec' into 'main' | Nick Mathewson | 2023-07-10 | 2 | -3/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix new "useless_vec" warning from clippy +nightly | Ian Jackson | 2023-07-10 | 2 | -3/+3 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'clippy-common' into 'main' | Ian Jackson | 2023-07-10 | 7 | -7/+11 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Remove some needless into_iter() calls. | Nick Mathewson | 2023-07-10 | 2 | -7/+4 | |
| | * | | | | | Add exceptions for some cases of diverging_sub_expression | Nick Mathewson | 2023-07-10 | 4 | -0/+6 | |
| | * | | | | | Add an exception for clippy::arc_with_non_send_sync. | Nick Mathewson | 2023-07-10 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'da-task' into 'main' | gabi-250 | 2023-07-10 | 6 | -72/+101 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-rtmock: Use derive-adhoc for composite runtimes | Ian Jackson | 2023-07-07 | 6 | -72/+101 | |
| * | | | | | | Merge branch 'onion-service-client-docs' into 'main' | Ian Jackson | 2023-07-10 | 2 | -5/+6 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Update documentation regarding the `onion-service-client` feature | Kunal Mehta | 2023-07-07 | 2 | -5/+6 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'raw_event_report' into 'main' | Ian Jackson | 2023-07-07 | 1 | -4/+10 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix warn_report and error_report macros. | Nick Mathewson | 2023-07-07 | 1 | -4/+10 | |
| |/ / / / / | ||||||
