summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | tor-proto conversation API: Rename to ConversationFinishedIan Jackson2023-06-302-9/+5
| * | | | | | tor-proto circuit: Make reactor::run_once modulae-privateIan Jackson2023-06-301-1/+1
* | | | | | | Merge branch 'recurse' into 'main'Alexander Færøy2023-07-101-26/+37
|\| | | | | | | |_|/ / / / |/| | | | |
| * | | | | tor-hsclient: Mock traits: Work around an async boobytrapIan Jackson2023-06-301-26/+37
* | | | | | Merge branch 'clippy-vec' into 'main'Nick Mathewson2023-07-102-3/+3
|\ \ \ \ \ \
| * | | | | | Fix new "useless_vec" warning from clippy +nightlyIan Jackson2023-07-102-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'clippy-common' into 'main'Ian Jackson2023-07-107-7/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove some needless into_iter() calls.Nick Mathewson2023-07-102-7/+4
| * | | | | Add exceptions for some cases of diverging_sub_expressionNick Mathewson2023-07-104-0/+6
| * | | | | Add an exception for clippy::arc_with_non_send_sync.Nick Mathewson2023-07-101-0/+1
|/ / / / /
* | | | | Merge branch 'da-task' into 'main'gabi-2502023-07-106-72/+101
|\ \ \ \ \
| * | | | | tor-rtmock: Use derive-adhoc for composite runtimesIan Jackson2023-07-076-72/+101
* | | | | | Merge branch 'onion-service-client-docs' into 'main'Ian Jackson2023-07-102-5/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Update documentation regarding the `onion-service-client` featureKunal Mehta2023-07-072-5/+6
|/ / / / /
* | | | | Merge branch 'raw_event_report' into 'main'Ian Jackson2023-07-071-4/+10
|\ \ \ \ \
| * | | | | Fix warn_report and error_report macros.Nick Mathewson2023-07-071-4/+10
|/ / / / /
* | | | | Merge branch 'feat' into 'main'Nick Mathewson2023-07-072-1/+12
|\ \ \ \ \
| * | | | | Document (retrospectively) the behaviour of 1.1.6 re HS clientIan Jackson2023-07-071-0/+2
| * | | | | arti: Build with HS client support by defaultIan Jackson2023-07-071-0/+1
| * | | | | arti Cargo.tomL: wrap default features listIan Jackson2023-07-071-1/+9
| |/ / / /
* | | | | Merge branch 'event_report_everywhere' into 'main'Nick Mathewson2023-07-0726-116/+98
|\ \ \ \ \
| * | | | | Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-0726-116/+98
| | |_|_|/ | |/| | |
* | | | | Merge branch 'fix-os-onionbalance' into 'main'Nick Mathewson2023-07-071-1/+6
|\ \ \ \ \
| * | | | | be more lenient while parsing inner hs desctrinity-1686a2023-07-071-1/+6
|/ / / / /
* | | | | Merge branch 'report' into 'main'Ian Jackson2023-07-073-92/+56
|\ \ \ \ \
| * | | | | tor-error: tracing module: Use macro to generate macrosIan Jackson2023-07-073-91/+55
| * | | | | tor-error: tracing module: Fix link to tracing macroIan Jackson2023-07-071-1/+1
| |/ / / /
* | | | | Merge branch 'inclusive' into 'main'Nick Mathewson2023-07-074-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rng ranges: Use inclusive Duration ranges in several placesIan Jackson2023-07-074-4/+4
* | | | | Merge branch 'report-bugs-v2' into 'main'Nick Mathewson2023-07-0710-44/+231
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | event_report: assert correctness of format endingNick Mathewson2023-07-073-0/+24
| * | | | circmgr: Use event_report!() and similar macrosNick Mathewson2023-07-076-43/+30
| * | | | tor-error: Add optional tracing supportNick Mathewson2023-07-074-1/+177
| |/ / /
* | | | Merge branch 'allow_missing_panics' into 'main'Ian Jackson2023-07-0751-60/+2
|\ \ \ \
| * | | | Remove explicit allows for missing_panics_docs.Nick Mathewson2023-07-066-14/+2
| * | | | Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-0645-45/+0
| * | | | add_warning: Tolerate clippy::missing_panics_docNick Mathewson2023-07-061-1/+0
| |/ / /
* | | | Merge branch 'clippy-nightly-20230703' into 'main'Nick Mathewson2023-07-077-17/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Avoid matches!(x, None), matches!(x, Ok(_))Nick Mathewson2023-07-063-5/+5
| * | | tor-rtcompat: Simplify trivial all() expressions.Nick Mathewson2023-07-063-11/+11
| * | | tor-config: Use next_back() instead of rev().next()Nick Mathewson2023-07-031-1/+1
* | | | Merge branch 'task5' into 'main'gabi-2502023-07-064-10/+14
|\ \ \ \
| * | | | tor-rtmock: statically assert that the macro makes a Runtime implIan Jackson2023-07-061-0/+6
| * | | | tor-rtmock: Use the same specified field for BlockOn and SpawnIan Jackson2023-07-064-10/+8
|/ / / /
* | | | Merge branch 'task4' into 'main'Ian Jackson2023-07-0614-454/+1488
|\ \ \ \
| * | | | tor-rtmock: Add semver.mdIan Jackson2023-07-061-0/+3
| * | | | tor-rtmock: task: Fix a typoIan Jackson2023-07-061-1/+1
| * | | | tor-rtmock: task: clarify progress_until_stalled a littleIan Jackson2023-07-062-1/+5
| * | | | tor-rtmock: Runtime: Expand on "allowed" documentationIan Jackson2023-07-061-3/+33
| * | | | tor-rtmock: task: Remove a () assignmentIan Jackson2023-07-061-1/+1