| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge branch 'eta/303' into 'main' | Nick Mathewson | 2022-01-27 | 1 | -1/+2 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | doc/Release.md: add note to check feature combinations | eta | 2022-01-27 | 1 | -1/+2 | |
| * | | | | with_coverage: resolve a shellcheck warning | Nick Mathewson | 2022-01-27 | 1 | -2/+4 | |
| * | | | | Once more exclude arti-bench from coverage. | Nick Mathewson | 2022-01-27 | 1 | -0/+1 | |
| * | | | | with_coverage.sh: split grcov options into separate lines. | Nick Mathewson | 2022-01-27 | 1 | -4/+12 | |
| | |/ / |/| | | ||||||
| * | | | Merge branch 'rtcompat-refactor' into 'main' | eta | 2022-01-27 | 39 | -385/+561 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Document why {current,create}_runtime are type-erased | Nick Mathewson | 2022-01-27 | 1 | -9/+19 | |
| | * | | Apply @eta's suggestions from review on !263 | eta | 2022-01-27 | 2 | -2/+2 | |
| | * | | CI: Fix async-std task | Nick Mathewson | 2022-01-26 | 1 | -2/+3 | |
| | * | | Fix documentation references for tor-rtcompat refactoring. | Nick Mathewson | 2022-01-26 | 3 | -14/+18 | |
| | * | | arti: be more careful to use the user-selected runtime | Nick Mathewson | 2022-01-26 | 3 | -5/+14 | |
| | * | | Rename `SpawnBlocking` trait to `BlockOn`. | Nick Mathewson | 2022-01-26 | 11 | -21/+21 | |
| | * | | Make test_with_all_runtimes cover _all_ the runtimes. | Nick Mathewson | 2022-01-26 | 6 | -84/+138 | |
| | * | | Make the native-tls crate optional. | Nick Mathewson | 2022-01-26 | 21 | -45/+143 | |
| | * | | Define aliases for "the best enabled runtime". | Nick Mathewson | 2022-01-26 | 4 | -23/+45 | |
| | * | | Make current/create functions into runtime member functions. | Nick Mathewson | 2022-01-26 | 9 | -104/+127 | |
| | * | | Rename FooRuntime to FooNativeTlsRuntime for consistency. | Nick Mathewson | 2022-01-26 | 5 | -23/+25 | |
| | * | | Limit the inner types in tor-rtcompat that have to implement Clone | Nick Mathewson | 2022-01-26 | 3 | -33/+10 | |
| | * | | Remove no-longer-needed tokio runtime helper macro | Nick Mathewson | 2022-01-26 | 1 | -27/+18 | |
| | * | | Unify TokioRuntime and TokioRuntimeHandle | Nick Mathewson | 2022-01-26 | 4 | -66/+54 | |
| | * | | Remove a now-incorrect comment in tor-proto. | Nick Mathewson | 2022-01-26 | 1 | -3/+0 | |
| | * | | Remove misspellings of "rusttls". | Nick Mathewson | 2022-01-26 | 1 | -2/+2 | |
| * | | | Merge branch 'coverage-tracking' into 'main' | eta | 2022-01-27 | 3 | -10/+49 | |
| |\ \ \ | ||||||
| | * | | | Install bs4 in coverage job | Arturo Marquez | 2022-01-26 | 1 | -0/+2 | |
| | * | | | Use `maint/with_coverage.sh` in coverage job | Arturo Marquez | 2022-01-26 | 1 | -5/+6 | |
| | * | | | Add changes in `maint` | Arturo Marquez | 2022-01-26 | 2 | -10/+24 | |
| | * | | | Remove lcov from coverage job | Arturo Marquez | 2022-01-07 | 1 | -3/+0 | |
| | * | | | Change output type to `cobertura` | Arturo Marquez | 2022-01-07 | 1 | -8/+4 | |
| | * | | | Use python3.9 in coverage job | Arturo Marquez | 2022-01-06 | 1 | -1/+1 | |
| | * | | | Add pip3 show to coverage job | Arturo Marquez | 2022-01-06 | 1 | -0/+1 | |
| | * | | | Add pip3 to coverage job | Arturo Marquez | 2022-01-06 | 1 | -1/+2 | |
| | * | | | Remove build in coverage job | Arturo Marquez | 2022-01-06 | 1 | -1/+0 | |
| | * | | | Use stable image and download nightly in coverage | Arturo Marquez | 2022-01-06 | 1 | -1/+3 | |
| | * | | | Add cargo build to coverage job | Arturo Marquez | 2022-01-06 | 1 | -0/+1 | |
| | * | | | Change target | Arturo Marquez | 2022-01-06 | 1 | -3/+3 | |
| | * | | | Add `coverage` job | Arturo Marquez | 2022-01-06 | 1 | -0/+25 | |
| * | | | | Merge branch 'config' into 'main' | eta | 2022-01-26 | 1 | -0/+122 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | CONFIG-NOTES: finish a sentence | Ian Jackson | 2022-01-20 | 1 | -1/+1 | |
| | * | | | CONFIG-NOTES: Suggestions from MR review | eta | 2022-01-20 | 1 | -2/+2 | |
| | * | | | doc/CONFIG-NOTES.md: config proposal | Ian Jackson | 2022-01-19 | 1 | -0/+122 | |
| * | | | | Merge branch 'rustls_v2' into 'main' | Nick Mathewson | 2022-01-25 | 13 | -253/+859 | |
| |\ \ \ \ | ||||||
| | * | | | | More comments on the limitations of tor-rtcompat's TLS API | Nick Mathewson | 2022-01-25 | 2 | -3/+29 | |
| | * | | | | Comment-only: document sni_hostname more. | Nick Mathewson | 2022-01-25 | 1 | -3/+5 | |
| | * | | | | Refactor native_tls usage into its own module | Nick Mathewson | 2022-01-25 | 8 | -241/+130 | |
| | * | | | | tor-rtcompat: Add support for rustls. | Nick Mathewson | 2022-01-25 | 9 | -9/+539 | |
| | * | | | | Add a C program to make Tor-style X509 link certificates | Nick Mathewson | 2022-01-24 | 1 | -0/+159 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'ticket_277' into 'main' | eta | 2022-01-24 | 3 | -4/+47 | |
| |\ \ \ \ | ||||||
| | * | | | | README,CONTRIBUTING: More links. | Nick Mathewson | 2022-01-21 | 2 | -3/+19 | |
| | * | | | | TROUBLESHOOTING.md: More information+links about build process. | Nick Mathewson | 2022-01-21 | 1 | -1/+28 | |
| * | | | | | Merge branch 'error-plan' into 'main' | eta | 2022-01-24 | 1 | -0/+230 | |
| |\ \ \ \ \ | ||||||
