| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rpc: Adjust invoke_rpc_method API and related lookups. | Nick Mathewson | 2026-04-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | The important thing here is that we need to look up the object _after_ we invoke any non-dispatched methods, since the object might be an expired weak reference. This required some related changes to tests and error types. Additionally, it required us to change the return value of Context::remove, since we can remove objects that are not completely present. | ||||
| * | rpc: Add context support for adding and removing weak refs | Nick Mathewson | 2026-04-13 | 1 | -0/+1 |
