| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PoW: Consolidate feature flags into a single flag. | Wesley Aptekar-Cassels | 2024-11-25 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | This replaces the hs-pow, hs-pow-full, hs-pow-v1, pow-v1, and pow-full features with a single hs-pow-full feature. It's possible that in the future we will want to split different schemes into different features, but we can do that when it comes up. For now, having this as a single flag makes it clearer what's going on, since the previous thing was not actually expressive enough to capture some things we care about (like "at least one pow scheme is enabled" that works in a future-compatible way). This change is not semver breaking since it's a experimental feature. Related: #1751 | ||||
| * | tor-cell: Document Cargo features | Ian Jackson | 2024-10-22 | 1 | -0/+27 |
| | | |||||
| * | Fix documentation that referred to RelayCell. | Nick Mathewson | 2023-12-14 | 1 | -16/+0 |
| | | |||||
| * | tor-cell: documentation cleanups related to restricted_msg | Nick Mathewson | 2023-02-07 | 1 | -2/+2 |
| | | |||||
| * | Update our disclaimers and limitations sections. | Nick Mathewson | 2021-10-27 | 1 | -9/+0 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+71 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
