| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rpc: Simplify and clarify SendUpdateError. | Nick Mathewson | 2023-04-19 | 1 | -7/+13 |
| | | |||||
| * | Arti: Add ability to remember the list of methods names. | Nick Mathewson | 2023-04-19 | 1 | -2/+3 |
| | | | | | | | | | | | | | Right now, this lets us say whether the method was unrecognized or whether the parameter type was incorrect. We'll use this to enforce correct method names later on. (I have to add another `inventory` here, since the `typetag` maintainer does not want to expose this functionality: see https://github.com/dtolnay/typetag/issues/57#issuecomment-1506106290 ) | ||||
| * | rpcbase: Use with_fn. | Nick Mathewson | 2023-04-19 | 1 | -1/+3 |
| | | |||||
| * | rpc: Split Method into DynMethod and Method | Nick Mathewson | 2023-04-19 | 1 | -1/+1 |
| | | | | | | Now `Method` has an Output and Update associated type, and `decl_method` can do a little more. | ||||
| * | rpc: Move update sink out of context. | Nick Mathewson | 2023-04-16 | 1 | -8/+13 |
| | | | | | | Now the update sink is its own boxed object. It is not yet passed to the invoke functions that want it. | ||||
| * | tor-rpcbase: Rename cmd.rs to method.rs. | Nick Mathewson | 2023-04-12 | 1 | -2/+2 |
| | | |||||
| * | tor-rpcbase: Rename and rephrase "command" to "method" | Nick Mathewson | 2023-04-12 | 1 | -4/+4 |
| | | |||||
| * | Rename tor-rpccmd to tor-rpcbase. | Nick Mathewson | 2023-04-12 | 1 | -0/+113 |
