| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | 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 | |
| | * | | | | | isolation: Refactor to introduce a bespoke enum | Ian Jackson | 2022-01-20 | 1 | -4/+23 | |
| * | | | | | | Merge branch 'docs-build' into 'main' | Nick Mathewson | 2022-01-20 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | CONTRIBUTING: Document how to build the docs | Ian Jackson | 2022-01-20 | 1 | -0/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'pathconfig_fixing' into 'main' | Nick Mathewson | 2022-01-20 | 2 | -3/+34 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Test for PathConfig::at_least_as_permissive_as(). | Nick Mathewson | 2022-01-20 | 1 | -0/+29 | |
| | * | | | | | | Rename PathConfig::more_permissive_than() | Nick Mathewson | 2022-01-20 | 2 | -2/+4 | |
| | * | | | | | | Remove "self" arg from PathConfig::builder() | Nick Mathewson | 2022-01-20 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'stuff-prefs' into 'main' | Nick Mathewson | 2022-01-20 | 2 | -21/+62 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | connection preferences: Make `set_default_prefs` private for now | Ian Jackson | 2022-01-20 | 1 | -1/+4 | |
| | * | | | | | | connection preferences: Make `clone_with_prefs` must_use | Ian Jackson | 2022-01-20 | 1 | -0/+1 | |
| | |/ / / / / | ||||||
| | * | | | | | connection preferences: Provide `clone_with_prefs` method | Ian Jackson | 2022-01-19 | 1 | -0/+10 | |
| | * | | | | | connection preferences: Provide `set_connect_prefs` method | Ian Jackson | 2022-01-19 | 1 | -6/+22 | |
| | * | | | | | connection preferences: Take ConnectPrefs by reference | Ian Jackson | 2022-01-19 | 2 | -12/+12 | |
| | * | | | | | connection preferences: Rename variable and docs to not say "flags" | Ian Jackson | 2022-01-19 | 1 | -12/+12 | |
| | * | | | | | isolation: Document orthogonality of isolated_client and isolation_group | Ian Jackson | 2022-01-19 | 1 | -0/+11 | |
| * | | | | | | Merge branch 'coverage_toolchain' into 'main' | eta | 2022-01-20 | 1 | -6/+7 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | with_coverage: Allow toolchain selection. | Nick Mathewson | 2022-01-20 | 1 | -6/+7 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'msrv' into 'main' | eta | 2022-01-20 | 1 | -5/+10 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Adopt an initial MSRV policy. | Nick Mathewson | 2022-01-19 | 1 | -5/+10 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | clippy: Rename a `decode_chanmsg` from `handle_` | Ian Jackson | 2022-01-19 | 2 | -4/+4 | |
| * | | | | | handshake: Use read_exact, not read and checking len | Ian Jackson | 2022-01-19 | 1 | -3/+7 | |
| | |/ / / |/| | | | ||||||
| * | | | | clippy: Rename a `from_foo` method that doesn't do conversion | Ian Jackson | 2022-01-19 | 3 | -5/+7 | |
| * | | | | Fix two bugs related to incomplete read/write | Ian Jackson | 2022-01-19 | 1 | -3/+3 | |
| * | | | | clippy: Suppress a warning | Ian Jackson | 2022-01-19 | 1 | -0/+3 | |
| |/ / / | ||||||
| * | | | Merge branch 'bootstrap_reporting' | Nick Mathewson | 2022-01-19 | 12 | -54/+1218 | |
| |\ \ \ | ||||||
| | * | | | bootstrap reporting: Documentation fixups from review. | Nick Mathewson | 2022-01-19 | 2 | -2/+14 | |
| | * | | | Integrate status information at arti-client | Nick Mathewson | 2022-01-18 | 2 | -40/+82 | |
| | * | | | tor-chanmgr: Add bootstrap/status reporting. | Nick Mathewson | 2022-01-18 | 5 | -5/+526 | |
| | * | | | tor-dirmgr: Create a bootstrap-status exporting mechanism. | Nick Mathewson | 2022-01-18 | 6 | -9/+598 | |
| * | | | | Merge branch 'eta/292-2' into 'main' | eta | 2022-01-19 | 1 | -20/+95 | |
| |\ \ \ \ | ||||||
| | * | | | | arti-bench: add concurrency, write benchmark results out to JSON | eta | 2022-01-18 | 1 | -20/+95 | |
| * | | | | | maint/changed_crates.sh: Add a missing space. | Nick Mathewson | 2022-01-19 | 1 | -1/+1 | |
| * | | | | | Merge branch 'coverage_script' | Nick Mathewson | 2022-01-19 | 1 | -2/+99 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | coverage.sh: Treat no-tests-selected as an error. | Nick Mathewson | 2022-01-19 | 1 | -3/+2 | |
