| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix clippy::doc_lazy_continuation | Ian Jackson | 2024-07-08 | 1 | -6/+8 |
| | | |||||
| * | Stop building examples/gsoc2023/download-manager | Ian Jackson | 2024-06-25 | 1 | -0/+3 |
| | | |||||
| * | proto: Make Channel explicitly Arc<.> | Nick Mathewson | 2024-05-16 | 1 | -10/+12 |
| | | | | | | | | | | | | | | | | | Previously, Channel was a type that you could Clone that implicitly its state. Now, Channel always appears as an Arc<Channel>. This change has several benefits: * It makes the relationship between Channel struct and the underlying channel more clear. * It enables Channel to participate in the RPC system, where everything has to be an Arc<.> * It enables us to have a Weak<Channel>, if we ever want to. * It will let us move various members out of ChannelDetails. We did this change a while ago with ClientCirc. | ||||
| * | remove unused dependencies | trinity-1686a | 2024-04-02 | 3 | -10/+3 |
| | | | | | Edited-by: Nick Mathewson <[email protected]> | ||||
| * | Run "fixup-features" in preparation for next release. | Nick Mathewson | 2024-03-28 | 7 | -0/+21 |
| | | |||||
| * | Rename ManagedTransportConfig to TransportConfig. | Nick Mathewson | 2024-03-14 | 2 | -4/+4 |
| | | | | | We're going to start using this type for _every_ kind of transport. | ||||
| * | gsoc2023: download-manager: Truncate the output file | Ian Jackson | 2024-01-31 | 1 | -0/+1 |
| | | | | | | | | | | | Without this we might end up with a mixture of new file and previous wreckage. If this were released code I would think about treating this as a security issue. Prompted by clippy. | ||||
| * | Examples using hyper v1 | ramidzkh | 2024-01-11 | 6 | -0/+255 |
| | | |||||
| * | Fix typos | Dimitris Apostolou | 2024-01-08 | 3 | -3/+3 |
| | | |||||
| * | Use "wrap_help" feature for clap. | Nick Mathewson | 2023-11-15 | 3 | -3/+3 |
| | | |||||
| * | clap4: Upgrade from a deprecated syntax in examples. | Nick Mathewson | 2023-11-15 | 1 | -4/+4 |
| | | |||||
| * | Update download-manager example to match download location | gil | 2023-10-20 | 1 | -2/+2 |
| | | | | | | | It seems download-manager example has fallen out of sinc with files under https://dist.torproject.org/torbrowser/. This updates the example to match online files so download can succeed. | ||||
| * | pt-proxy example: Upgrade to fast-socks5 v0.9.1. | Nick Mathewson | 2023-09-28 | 2 | -3/+3 |
| | | |||||
| * | obs4-checker/README.md: annotate verbatim sections | Nick Mathewson | 2023-09-05 | 1 | -3/+3 |
| | | |||||
| * | obfs4-checker: port from chrono to time. | Nick Mathewson | 2023-09-05 | 3 | -15/+13 |
| | | | | | | Chrono is unmaintained, I think, and uses a version of `time` that cargo-audit doesn't like. | ||||
| * | Use a more recent tracing_subscriber in examples. | Nick Mathewson | 2023-09-05 | 5 | -5/+5 |
| | | | | | Part of a solution for cargo-audit. | ||||
| * | Set license on gsoc2023 examples to "MIT OR Apache-2.0" | Nick Mathewson | 2023-09-05 | 5 | -1/+5 |
| | | | | | | With permission from gotlou; see discussion at https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1556 | ||||
| * | Add a README to gsoc2023 directory. | Nick Mathewson | 2023-09-05 | 1 | -0/+3 |
| | | |||||
| * | Remove cargo.lock from download-manager. | Nick Mathewson | 2023-09-05 | 1 | -3895/+0 |
| | | |||||
| * | Move examples to examples/gsoc2023 | Nick Mathewson | 2023-09-05 | 23 | -35/+35 |
| | | |||||
| * | examples: set publish = false on all. | Nick Mathewson | 2023-09-05 | 4 | -0/+4 |
| | | |||||
| * | examples: Run cargo sort to reformat. | Nick Mathewson | 2023-09-05 | 5 | -10/+5 |
| | | |||||
| * | examples: Sort dependencies. | Nick Mathewson | 2023-09-05 | 4 | -31/+31 |
| | | |||||
| * | connection-checker: add newlines to example files | Nick Mathewson | 2023-09-05 | 2 | -2/+2 |
| | | |||||
| * | fix: use relative paths for arti dependencies | Saksham Mittal | 2023-09-05 | 5 | -19/+19 |
| | | |||||
| * | Initial commit for Arti sample projects | Saksham Mittal | 2023-09-05 | 22 | -0/+6136 |
