| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chanmgr: Add semver.md for breaking changes | David Goulet | 2026-01-13 | 1 | -0/+2 |
| | | | | | Signed-off-by: David Goulet <[email protected]> | ||||
| * | Remove semver.md files post-release | Gabriela Moldovan | 2025-12-02 | 1 | -1/+0 |
| | | |||||
| * | tor-chanmgr: wrap the peer address in `Sensitive` | Steven Engler | 2025-11-05 | 1 | -0/+1 |
| | | | | | | For incoming connections, wrap the peer address in `Sensitive` as it could be a client. | ||||
| * | Remove semver.md files post release | Ian Jackson | 2025-02-07 | 1 | -1/+0 |
| | | |||||
| * | tor-chanmgr: Add reparameterize_kist to AbstractChannel trait. | Gabriela Moldovan | 2025-01-15 | 1 | -0/+1 |
| | | | | | | Needed for the chanmgr to be able to update existing channels with new KIST settings read from the consensus. | ||||
| * | Remove semver.md files. | Gabriela Moldovan | 2024-06-05 | 1 | -3/+0 |
| | | | | | The 1.2.4 release is out, so we won't be needing these anymore. | ||||
| * | proto: Make Channel explicitly Arc<.> | Nick Mathewson | 2024-05-16 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | 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 semver.md now that 1.1.8 is out. | Nick Mathewson | 2023-09-05 | 1 | -2/+0 |
| | | |||||
| * | Add initial support for running a PT in server mode | Saksham Mittal | 2023-08-24 | 1 | -0/+2 |
| | | |||||
| * | Remove semver.md files now that 1.1.0 is released. | Nick Mathewson | 2022-11-30 | 1 | -1/+0 |
| | | |||||
| * | Have ChannelBuilder use TransportHelper. | Nick Mathewson | 2022-10-13 | 1 | -0/+1 |
| | | | | | | | This lets us build channels using different TransportHelpers, including the (new) default TransportHelper, which just uses the old connect_to_one() code. | ||||
| * | Remove semver.md files now that arti 1.0.1 is out. | Nick Mathewson | 2022-10-03 | 1 | -1/+0 |
| | | |||||
| * | ChanMgr: new (unimplemented) APIs for pluggable transports | Nick Mathewson | 2022-09-23 | 1 | -0/+1 |
| | | |||||
| * | Remove semver.md from arti-1.0.0 | Nick Mathewson | 2022-09-07 | 1 | -4/+0 |
| | | |||||
| * | Add semver notes | Ian Jackson | 2022-08-17 | 1 | -0/+4 |
| | | |||||
| * | Now that versions have bumped, remove semver.md files. | Nick Mathewson | 2022-08-01 | 1 | -1/+0 |
| | | |||||
| * | ChanMgr: Add more contextual info to error types. | Nick Mathewson | 2022-07-06 | 1 | -0/+1 |
| Now each type has a peer. In some cases this peer is just an address, whereas in others (where key is relevant or address isn't yet narrowed down) it's a full OwnedChanTarget. | |||||
