| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | |
| |\ \ \ \ | ||||||
| | * | | | | Error plan: typos/fixes | eta | 2022-01-21 | 1 | -3/+3 | |
| | * | | | | Errors: fold in people's views so is mostly unattributed now | Ian Jackson | 2022-01-20 | 1 | -15/+28 | |
| | * | | | | Errors: sort out markdown formatting | Ian Jackson | 2022-01-20 | 1 | -16/+30 | |
| | * | | | | Errors: c&p raw text of consensus conclusions from pad to git | Ian Jackson | 2022-01-20 | 1 | -0/+203 | |
| * | | | | | Merge branch 'ticket255' into 'main' | eta | 2022-01-24 | 10 | -46/+339 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Refactor Runtimes to use separate TLS implementations internally. | Nick Mathewson | 2022-01-19 | 9 | -46/+135 | |
| | * | | | | | Add a macro to help with opaque Runtime wrappers. | Nick Mathewson | 2022-01-19 | 2 | -0/+70 | |
| | * | | | | | Add a CompoundRuntime type for runtime construction. | Nick Mathewson | 2022-01-19 | 2 | -0/+134 | |
| * | | | | | | Merge branch 'conn-prefs-rename' into 'main' | Ian Jackson | 2022-01-21 | 5 | -21/+21 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Rename TorClient::set_stream_prefs | Ian Jackson | 2022-01-21 | 1 | -2/+2 | |
| | * | | | | | StreamPrefs: Re-alphabetise imports following rename | Ian Jackson | 2022-01-21 | 1 | -1/+1 | |
| | * | | | | | StreamPrefs: rename from ConnectPrefs | Ian Jackson | 2022-01-21 | 5 | -20/+20 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'always-isolate' into 'main' | Ian Jackson | 2022-01-20 | 1 | -4/+58 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | isolation: Rename isolate_every_stream from ..._connection | Ian Jackson | 2022-01-20 | 1 | -1/+1 | |
| | * | | | | isolation: Rename (internal) EveryStream enum variant | Ian Jackson | 2022-01-20 | 1 | -3/+3 | |
| | * | | | | isolation: Much better wording for always isolate setting | Nick Mathewson | 2022-01-20 | 1 | -1/+6 | |
| | * | | | | isolation: Provide isolate-every-connection option | Ian Jackson | 2022-01-20 | 1 | -0/+16 | |
| | * | | | | isolation: Provide new_isolation_group method | Ian Jackson | 2022-01-20 | 1 | -0/+14 | |
