| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Default allow_onion_addrs to true. | Wesley Aptekar-Cassels | 2024-10-07 | 1 | -29/+0 |
| | | | | | | | | This was disabled due to lack of vanguard support. Now that we support vanguards, we should enable this by default. Fixes: #1402 | ||||
| * | Upgrade MSRV to 1.77 | Nick Mathewson | 2024-09-25 | 1 | -1/+1 |
| | | | | | This will allow us to upgrade to the latest version of rusqlite. | ||||
| * | Bump MSRV from 1.70 to 1.75. | Wesley Aptekar-Cassels | 2024-09-16 | 1 | -1/+1 |
| | | |||||
| * | doc: Use locked build | pinkforest | 2024-05-16 | 1 | -2/+2 |
| | | |||||
| * | Add a note about LGPL, rust, and binary distribution. | Nick Mathewson | 2024-04-29 | 1 | -2/+6 |
| | | |||||
| * | Add note re LGPL to README.me License section | Ian Jackson | 2024-04-25 | 1 | -0/+5 |
| | | |||||
| * | README: suggest use of cargo upgrade. | Ian Jackson | 2024-03-25 | 1 | -0/+1 |
| | | |||||
| * | doc/Semver.md: Add semver policy | Ian Jackson | 2024-03-25 | 1 | -0/+3 |
| | | | | | | | Taken from https://gitlab.torproject.org/tpo/core/arti/-/issues/1005#note_2991812 and edited. | ||||
| * | README: Document our semver approach | Ian Jackson | 2024-03-25 | 1 | -0/+7 |
| | | | | | Even before the policy change, this is, in practice, true. | ||||
| * | Check off onion services in the top-level README. | Nick Mathewson | 2024-02-22 | 1 | -1/+1 |
| | | |||||
| * | README: change MSRV to 1.70 | Nick Mathewson | 2023-11-28 | 1 | -1/+1 |
| | | |||||
| * | update Onion Support command | LowLandMink543 | 2023-10-07 | 1 | -1/+1 |
| | | |||||
| * | README: Note more details about upcoming milestones | Nick Mathewson | 2023-08-04 | 1 | -2/+6 |
| | | |||||
| * | Add `doc/safer_build.md` to explain path anonymization | Nick Mathewson | 2023-07-24 | 1 | -0/+8 |
| | | | | | | | | Otherwise our default build instructions will lead people to build binaries that include their home directory. Closes #957 for now. | ||||
| * | README: document how to test .onion connections | Ian Jackson | 2023-06-29 | 1 | -0/+8 |
| | | | | | | Not giving Tor Browser instructions just yet because of the security caveat. | ||||
| * | README: explain how to turn on HS client support | Ian Jackson | 2023-06-29 | 1 | -0/+21 |
| | | |||||
| * | Add a couple of links to the top-level README. | Nick Mathewson | 2023-05-01 | 1 | -0/+9 |
| | | | | | | Notably, I'm adding a note to the `arti` README, which includes information on how to build and use the thing. | ||||
| * | Update MSRV in README | Nick Mathewson | 2023-04-11 | 1 | -1/+1 |
| | | |||||
| * | Fix typos | Dimitris Apostolou | 2023-01-07 | 1 | -1/+1 |
| | | |||||
| * | doc: fix links to Architecture.md | Emil Engler | 2022-12-20 | 1 | -1/+1 |
| | | | | | See 2c240923fcd0cec75087db39e461ee718228ea14. | ||||
| * | Check off items in README.md, remove inaccurate parentheticals. | Nick Mathewson | 2022-11-29 | 1 | -4/+4 |
| | | |||||
| * | bump rust-version to 1.60 in every crate. | Nick Mathewson | 2022-11-10 | 1 | -1/+1 |
| | | |||||
| * | READMEs: toplevel: Remove caveats, add xrefs, and tidying | Ian Jackson | 2022-09-02 | 1 | -31/+33 |
| | | |||||
| * | Improve documentation around Cargo features; make Runtime require Debug | eta | 2022-05-11 | 1 | -2/+24 |
| | | | | | | | | | | | | | | | - arti#445 highlighted the lack of good documentation around Arti's multiple runtime support, as well as it being difficult to determine what runtime was actually in use. - Improve the documentation to solve the first problem. - To solve the second problem, make Runtime require Debug (which is arguably a good idea anyway, since it makes them easier to embed in things), and print out the current runtime's Debug information when arti is invoked with `--version`. - (It also prints out other Cargo features, too!) fixes arti#445 | ||||
| * | Increase our MSRV to 1.56. | Nick Mathewson | 2022-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Our support policy says that we can update to any Rust released at least 6 months ago; 1.56 came out on 21 October 2021. This doesn't yet change any code: it just increases the version we say we need in our README, and the version we test against in CI. Our main justification for this change is to be able to upgrade to newer versions of our dependencies, including `async_executors` >= 0.5, `aes` >= 0.8, and `cipher` >= 0.4. | ||||
| * | Use https instead of http | Samanta Navarro | 2022-04-20 | 1 | -2/+2 |
| | | | | | Keep http in license text. | ||||
| * | Update README in preparation for 0.1.0 release. | Nick Mathewson | 2022-02-28 | 1 | -8/+9 |
| | | |||||
| * | README,CONTRIBUTING: More links. | Nick Mathewson | 2022-01-21 | 1 | -0/+11 |
| | | | | | | | | Explain how to report bugs and how get accounts on the bugtracker; add link to the troubleshooting document. Part of #277 | ||||
| * | Adopt an initial MSRV policy. | Nick Mathewson | 2022-01-19 | 1 | -5/+10 |
| | | | | | Closes #283. | ||||
| * | Check off some large items in README.md | Nick Mathewson | 2022-01-11 | 1 | -4/+4 |
| | | |||||
| * | readme: Add crates.io badge at the top | David Goulet | 2021-10-29 | 1 | -0/+2 |
| | | | | | Signed-off-by: David Goulet <[email protected]> | ||||
| * | Improve and future-proof the `arti` CLI | eta | 2021-10-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This switches out `arti`'s argument-parsing library with `clap`, which is a lot more featureful (and very widely used within the Rust ecosystem). We also now use a lot of `clap`'s features to improve the CLI experience: - The CLI now expects a subcommand (currently, either "help", or "proxy" for the existing SOCKS proxy behaviour). This should let us add additional non-SOCKS-proxy features to arti in future. - `clap` supports default values determined at runtime, so the way the default config file is loaded was changed: now, we determine the OS-specific path for said file before invoking `clap`, so the help command can show it properly. - The behaviour of `tor_config` was also changed; now, one simply specifies a list of configuration files to load, together with whether they're required. - That function also way overused generics; this has been fixed. - Instead of using the ARTI_LOG environment variable to configure logging, one now uses the `-l, --log-level` CLI option. (The intent is for this option to be more discoverable by users.) - The `proxy` subcommand allows the user to override the SOCKS port used on the CLI without editing the config file. | ||||
| * | Update our disclaimers and limitations sections. | Nick Mathewson | 2021-10-27 | 1 | -15/+15 |
| | | |||||
| * | Fix typos and cleanup | Dimitris Apostolou | 2021-10-25 | 1 | -2/+2 |
| | | |||||
| * | Rename tor_client/arti_tor_client to arti_client. | Nick Mathewson | 2021-10-21 | 1 | -1/+1 |
| | | | | | | | Solves a name conflict with the existing tor_client create. Closes #130. | ||||
| * | Move MSRV note to README | Nick Mathewson | 2021-08-24 | 1 | -0/+9 |
| | | |||||
| * | Run "typos" to fix a few more typos. | Nick Mathewson | 2021-06-17 | 1 | -2/+2 |
| | | |||||
| * | Revise repository-level documentation | Nick Mathewson | 2021-06-17 | 1 | -260/+97 |
| | | |||||
| * | add rustdoc link to readme | Nick Mathewson | 2021-06-09 | 1 | -0/+2 |
| | | |||||
| * | Mention tor-units in the readme | Nick Mathewson | 2021-05-25 | 1 | -0/+2 |
| | | |||||
| * | Small updates to README | Nick Mathewson | 2021-05-24 | 1 | -4/+10 |
| | | |||||
| * | Remove notes about prop#318, which _has_ been accepted. | Nick Mathewson | 2021-05-21 | 1 | -1/+0 |
| | | |||||
| * | Move our command-line interface into a new crate called "arti". | Nick Mathewson | 2021-03-17 | 1 | -2/+2 |
| | | | | | Closes #106 | ||||
| * | Update docs wrt tokio a bit | Nick Mathewson | 2021-03-02 | 1 | -3/+4 |
| | | |||||
| * | Merge remote-tracking branch 'origin/mr/14' into main | Nick Mathewson | 2021-02-09 | 1 | -0/+2 |
| |\ | |||||
| | * | Add a rough CONTRIBUTING.md file with some dogfooding instructions. | George Kadianakis | 2021-02-08 | 1 | -0/+2 |
| | | | |||||
| * | | Remove the TODO file in favor of gitlab. | Nick Mathewson | 2021-02-05 | 1 | -2/+1 |
| |/ | |||||
| * | Rename client-demo to tor-client. | Nick Mathewson | 2021-02-02 | 1 | -3/+3 |
| | | |||||
| * | Mention tor-consdiff in list of crates | Nick Mathewson | 2020-12-17 | 1 | -0/+2 |
| | | |||||
| * | Document newer modules | Nick Mathewson | 2020-11-25 | 1 | -7/+27 |
| | | |||||
