aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rpcbase/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor: remove existence of HasConstTypeId_ as a traitNick Mathewson2024-04-081-1/+0
* Port many of the macros in tor-rpcbase to use derive-deftly.Nick Mathewson2024-04-041-2/+9
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* RPC: Functionality to downcast dyn Object to a dyn Trait.Nick Mathewson2023-06-121-3/+5
* rpc: Remove downgrade_owned for nowNick Mathewson2023-05-241-8/+0
* rpc: Implement functionality to remove objects from a sessionNick Mathewson2023-05-241-0/+25
* rpc: fix documentation for methods in Context.Nick Mathewson2023-05-241-6/+4
* RPC: Add "register" methods to RequestContext.Nick Mathewson2023-05-041-0/+23
* rpc: Simplify and clarify SendUpdateError.Nick Mathewson2023-04-191-7/+13
* Arti: Add ability to remember the list of methods names.Nick Mathewson2023-04-191-2/+3
* rpcbase: Use with_fn.Nick Mathewson2023-04-191-1/+3
* rpc: Split Method into DynMethod and MethodNick Mathewson2023-04-191-1/+1
* rpc: Move update sink out of context.Nick Mathewson2023-04-161-8/+13
* tor-rpcbase: Rename cmd.rs to method.rs.Nick Mathewson2023-04-121-2/+2
* tor-rpcbase: Rename and rephrase "command" to "method"Nick Mathewson2023-04-121-4/+4
* Rename tor-rpccmd to tor-rpcbase.Nick Mathewson2023-04-121-0/+113