| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | arti-config: Small type and comment refactoring from review. | Nick Mathewson | 2022-02-02 | 1 | -2/+0 | |
| | * | | | Detect changes in non-client configuration sections too | Nick Mathewson | 2022-02-01 | 2 | -17/+30 | |
| | * | | | Make configuration-watching configurable and off-by-default. | Nick Mathewson | 2022-02-01 | 4 | -4/+68 | |
| | * | | | Reload configuration when our configuration files change. | Nick Mathewson | 2022-02-01 | 5 | -49/+342 | |
| * | | | | Merge branch 'eta/reactor-2.5' into 'main' | eta | 2022-02-03 | 1 | -33/+60 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Fix severe reactor ordering problems | eta | 2022-02-03 | 1 | -33/+60 | |
| * | | | | Merge branch 'add-final-newline-force' into 'main' | Nick Mathewson | 2022-02-03 | 5 | -3/+36 | |
| |\ \ \ \ | ||||||
| | * | | | | Add editorconfig to force some rules (Final Newline) | Daniel Schischkin | 2022-02-03 | 5 | -3/+36 | |
| * | | | | | Merge branch 'dirclient-testing' into 'main' | Nick Mathewson | 2022-02-03 | 13 | -45/+174 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Explain a testing oddity in tor-dirclient. | Nick Mathewson | 2022-02-03 | 1 | -1/+11 | |
| | * | | | | | Fix a stale comment in tor-dirclient. | Nick Mathewson | 2022-02-03 | 1 | -2/+1 | |
| | * | | | | | Upgrade required version of futures crate to 0.3.14 | Nick Mathewson | 2022-02-01 | 12 | -12/+12 | |
| | * | | | | | dirclient: refactor and test "should-i-retire-the-circuit" code. | Nick Mathewson | 2022-02-01 | 1 | -6/+13 | |
| | * | | | | | dirclient: Add tests for a number of failing cases. | Nick Mathewson | 2022-02-01 | 1 | -25/+136 | |
| | * | | | | | dirclient: don't return too-long responses on decompression failure | Nick Mathewson | 2022-02-01 | 1 | -0/+2 | |
| * | | | | | | Merge branch 'typos' into 'main' | eta | 2022-02-03 | 11 | -20/+20 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix typos | Dimitris Apostolou | 2022-02-02 | 11 | -20/+20 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'clippy-workaround' into 'main' | Nick Mathewson | 2022-02-02 | 11 | -2/+16 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Temporarily disable some clippy lints on nightly | Ian Jackson | 2022-02-02 | 11 | -2/+16 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'clippy-fixes' into 'main' | Nick Mathewson | 2022-02-02 | 8 | -12/+12 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Untangle two needless Ok(r?) into just r | Ian Jackson | 2022-02-02 | 2 | -2/+2 | |
| | * | | | | | Remove many needless borrows and slices | Ian Jackson | 2022-02-02 | 5 | -9/+9 | |
| | * | | | | | clippy: Pass simply &output to fs::write | Ian Jackson | 2022-02-02 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'reload-config-prep' into 'main' | Ian Jackson | 2022-02-02 | 5 | -61/+108 | |
| |\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | ||||||
| | * | | | Un-Arc<> TorClient in the arti crate | Nick Mathewson | 2022-02-01 | 2 | -8/+5 | |
| | * | | | arti_config: Refactor configuration sources into a struct | Nick Mathewson | 2022-02-01 | 3 | -52/+102 | |
| | * | | | Expose Reconfigure enum from arti-client. | Nick Mathewson | 2022-02-01 | 1 | -1/+1 | |
| * | | | | Merge branch 'eta/298' into 'main' | Nick Mathewson | 2022-02-01 | 1 | -49/+86 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | arti-bench: summarize statistics with a new `Statistic` type (#298) | eta | 2022-02-01 | 1 | -49/+86 | |
| |/ / / | ||||||
| * | | | Merge branch 'fix-invalid-windows-path' into 'main' | Ian Jackson | 2022-02-01 | 2 | -2/+6 | |
| |\ \ \ | ||||||
| | * | | | Fix invalid path character on windows | Michael | 2022-01-31 | 2 | -2/+6 | |
| |/ / / | ||||||
| * | | | Merge branch 'ci-rustup-show' into 'main' | eta | 2022-01-31 | 1 | -0/+4 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | CI: Add "rustup show" to show compiler versions in logs | Ian Jackson | 2022-01-31 | 1 | -0/+4 | |
| * | | | Merge branch 'dedup-cobertura' into 'main' | Nick Mathewson | 2022-01-31 | 4 | -3/+44 | |
| |\ \ \ | ||||||
| | * | | | add postprocessing script to deduplicate cobertura reports | trinity-1686a | 2022-01-28 | 4 | -3/+44 | |
| * | | | | Tweak release instructions based on 0.0.4 experience | Nick Mathewson | 2022-01-31 | 1 | -0/+13 | |
| * | | | | Bump tor-netdir and tor-guardmgr versionsarti-v0.0.4 | Nick Mathewson | 2022-01-31 | 5 | -11/+11 | |
| * | | | | Bump the patch version of every crate that changed since 0.0.3 | Nick Mathewson | 2022-01-31 | 16 | -81/+81 | |
| * | | | | Update changed_crates to be more useful. | Nick Mathewson | 2022-01-31 | 1 | -2/+3 | |
| * | | | | Mention shellcheck patch in changelog. | Nick Mathewson | 2022-01-31 | 1 | -2/+3 | |
| * | | | | Changelog for 0.0.4. | Nick Mathewson | 2022-01-31 | 1 | -0/+105 | |
| | |/ / |/| | | ||||||
| * | | | Merge branch 'shellcheck' into 'main' | Ian Jackson | 2022-01-31 | 5 | -3/+14 | |
| |\ \ \ | ||||||
| | * | | | maint/shellcheck_all.sh: add missing final newline | Ian Jackson | 2022-01-31 | 1 | -1/+1 | |
| | * | | | Change which command to command -v | Daniel Schischkin | 2022-01-29 | 1 | -2/+2 | |
| | * | | | Remove redundancy/code duplication and switch to shellcheck_all.sh script | Daniel Schischkin | 2022-01-29 | 2 | -3/+3 | |
| | * | | | Add shellcheck script into maint directory | Daniel Schischkin | 2022-01-29 | 1 | -0/+3 | |
| | * | | | Undo remove document-private-items arg | Daniel Schischkin | 2022-01-28 | 1 | -1/+1 | |
| | * | | | Remove argument document-private-items from nightly build | Daniel Schischkin | 2022-01-28 | 1 | -1/+1 | |
| | * | | | Add missing file ending for downgrade_dependencies in gitlab ci | Daniel Schischkin | 2022-01-28 | 1 | -1/+1 | |
| | * | | | Add shellcheck to pre-push git hook | Daniel Schischkin | 2022-01-28 | 1 | -0/+2 | |
