| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Bump patch-versions for breaking changes in tor-hs{crypto,client} | Nick Mathewson | 2023-02-28 | 1 | -2/+2 | |
| | | | | | | | These are API breaks, but the crates themselves are currently 100% experimental, so there's no need to bump the minor versions according to our semver rules. | |||||
| * | Bump minor versions for significant breaking changes. | Nick Mathewson | 2023-02-28 | 1 | -2/+2 | |
| | | | | | This includes tor-cell, tor-proto, and tor-netdir. | |||||
| * | Rename onion-* cargo features to hs-* in tor-* crates | Ian Jackson | 2023-02-28 | 1 | -1/+1 | |
| | | | | | Fixes #756 | |||||
| * | tor-hscrypto: Rename key types to correspond to new spec names. | Nick Mathewson | 2023-02-08 | 3 | -6/+6 | |
| | | ||||||
| * | Bump the patch version of every crate that had API additions | Nick Mathewson | 2023-02-01 | 1 | -2/+2 | |
| | | | | | | | These crates had API or behavior changes that may affect downstream crates. Fortunately, they're all version 0.x, and don't need minor bumps for this. | |||||
| * | Bump the patch-level version of crates with _minor_ changes. | Nick Mathewson | 2023-02-01 | 1 | -3/+3 | |
| | | | | | | | | These changes influence behavior, but not effect compatibility. (If I messed up, and any crate except for `arti` has non-breaking API changes, that's still fine, since they are all version 0.x.) | |||||
| * | Note a needed isolation API. | Nick Mathewson | 2023-01-24 | 1 | -0/+6 | |
| | | ||||||
| * | Add a new stub hsclient module to connect to onion services. | Nick Mathewson | 2023-01-24 | 5 | -0/+171 | |
