| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | release: Bump versions in examples/ and maint/ | Wesley Aptekar-Cassels | 2025-10-02 | 1 | -5/+5 |
| | | |||||
| * | release: Run fixup-features. | Wesley Aptekar-Cassels | 2025-10-01 | 1 | -5/+5 |
| | | |||||
| * | macos-native-tls-notice: Update README.md of hyper-examples with notice of ↵ | nield | 2025-10-01 | 1 | -0/+3 |
| | | | | | native-tls bug on MacOS | ||||
| * | Require tracing-subscriber 0.3.20 | Nick Mathewson | 2025-09-02 | 1 | -1/+1 |
| | | | | | Fixes RUSTSEC-2025-0055. | ||||
| * | Fix complaints from "cargo sort" | Nick Mathewson | 2025-08-27 | 1 | -3/+9 |
| | | |||||
| * | Run "fixup-features" | Nick Mathewson | 2025-08-27 | 1 | -0/+3 |
| | | |||||
| * | Update webpki-roots dependency to 1.0.2 | Nick Mathewson | 2025-08-26 | 1 | -1/+1 |
| | | |||||
| * | proto: Move the `stream` module under `client` (breaking). | Gabriela Moldovan | 2025-08-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | The `stream` module is client-specific, for the most part, so I am moving it under `client`. Later on, we will factor out the parts that can be shared with the relay implementation. Note: this is a breaking change as the deleted `stream` module was `pub`. We could've kept the module and reexported from it the public types from `tor_proto::client::stream`, but I think it's better to have this `client` namespacing, because it makes the separation between the client and relay parts clearer. | ||||
| * | hyper-examples: Run rustfmt | Ian Jackson | 2025-08-11 | 1 | -1/+3 |
| | | |||||
| * | Merge branch 'main' into !2941 | Ian Jackson | 2025-08-11 | 2 | -3/+3 |
| | | | | | | | | | | | Conflicts: examples/hyper/hyper-http-client-example/Cargo.toml examples/hyper/hyper-http-hs-example/Cargo.toml In both cases, just the change of edition, which I have applied to examples/hyper-examples/Cargo.toml instead. | ||||
| * | hyper-examples: Cargo fmt | nield | 2025-08-04 | 1 | -1/+4 |
| | | |||||
| * | hyper-examples: Use std::time::Duration | nield | 2025-08-04 | 1 | -1/+2 |
| | | |||||
| * | hyper-examples: Use random nickname for onion service | nield | 2025-08-04 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'main' into hyper-examples | nield | 2025-08-04 | 1 | -2/+2 |
| | | | | | | # Conflicts: # examples/hyper-examples/src/bin/hyper-http-hs-example.rs | ||||
| * | hyper-examples: Use native-tls instead of rustls | nield | 2025-07-21 | 2 | -22/+4 |
| | | |||||
| * | hyper-examples: Typo | nield | 2025-07-20 | 1 | -1/+1 |
| | | |||||
| * | hyper-examples: rustfmt | nield | 2025-07-20 | 1 | -4/+7 |
| | | |||||
| * | hyper-examples: Clarify comment regarding `is_fully_reachable` | nield | 2025-07-20 | 1 | -3/+2 |
| | | | | | Previous comment was not clear. `is_fully_reachable` only gives false negatives, not false positives. | ||||
| * | hyper-examples: Simplify code for timeout | nield | 2025-07-20 | 1 | -51/+15 |
| | | | | | We removed the while loop. | ||||
| * | hyper-examples: Print messages to stderr | nield | 2025-07-20 | 1 | -6/+6 |
| | | |||||
| * | hyper-examples: Add comment why we use rustls and manual set root_cert | nield | 2025-07-20 | 1 | -0/+4 |
| | | | | | | | | | The reason we prefer `rustls` in this case is because `rustls` provides better portability then `native-tls` due to not being dependent on the system. We have to explicitely set the root_cert because `rustls` does not use the system CA Certs to remain portable. | ||||
| * | hyper-examples: Print messages to stderr | nield | 2025-07-20 | 1 | -2/+2 |
| | | |||||
| * | hyper-examples: Allow cli argument for test-url | nield | 2025-07-20 | 1 | -1/+4 |
| | | |||||
| * | hyper-examples: Remove hyper-custom-connector-example | nield | 2025-07-20 | 3 | -263/+2 |
| | | | | | We will make a separate library for this. | ||||
| * | hyper-examples: Typo | nield | 2025-07-20 | 1 | -1/+1 |
| | | |||||
| * | hyper-examples: Fix example hyper-http-hs-example | nield | 2025-07-20 | 1 | -13/+67 |
| | | | | | | | | | This example previously remained stuck in the while loop without any output, seeming as if this example is not working. This because the method `is_fully_reachable` is no guarantee for the actual status of the onion service. It might return false while the service is actually reachable. We added a timeout to not remain stuck in the loop. | ||||
| * | hyper-examples: Rename example directory | nield | 2025-07-20 | 5 | -0/+547 |
| This directory had to be renamed because otherwise it would cause conflicts with the actual hyper crate in the CI pipeline. | |||||
