summaryrefslogtreecommitdiff
path: root/crates/tor-rpcbase
Commit message (Expand)AuthorAgeFilesLines
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-3/+3
* tor-rpcbase: Add a missing `#[doc(hidden)]`Ian Jackson2024-04-291-0/+1
* tor-rpcbase: invoker_ent!: simplify argument parsingIan Jackson2024-04-251-12/+15
* tor-rpcbase: invoker_ent!: abolish flags argumentIan Jackson2024-04-251-19/+9
* tor-rpcbase: invoker_ent: Infer the correct fn type for castIan Jackson2024-04-251-7/+69
* tor-rpcbase: invoker_ent!: remove buggy unuseable armIan Jackson2024-04-251-3/+0
* rpc: add a comment from diziet to explain why we need same_declNick Mathewson2024-04-221-0/+6
* rpc: reformat macro slightly.Nick Mathewson2024-04-221-2/+5
* Rename Invoker trait to Invocable.Nick Mathewson2024-04-221-15/+15
* Fix rustdoc links.Nick Mathewson2024-04-221-2/+2
* Adjust an allow.Nick Mathewson2024-04-221-1/+1
* rpc:Sketch out the syntax of our remaining tricky macrosNick Mathewson2024-04-221-2/+8
* RPC: Remove installable_rpc_invoke_fnNick Mathewson2024-04-221-128/+68
* RPC: Remove method and object type from macros.Nick Mathewson2024-04-221-20/+18
* rpc: Revise backend for dispatchable-object macro.Nick Mathewson2024-04-225-260/+261
* Add TODO RPC items from review.Nick Mathewson2024-04-112-0/+9
* Fix a comment.Nick Mathewson2024-04-111-2/+1
* rpc: Add a missing not() to generic test.Nick Mathewson2024-04-111-1/+1
* Upgrade derive-deftly requirement to 0.10.3Nick Mathewson2024-04-111-1/+1
* Remove a duplicate $twheres.Nick Mathewson2024-04-111-1/+1
* rpc: Adjust a TODO comment.Nick Mathewson2024-04-111-1/+1
* rpc: Move deftly attributes into an `rpc` namespace.Nick Mathewson2024-04-114-18/+18
* Add generic support for RPC objects.Nick Mathewson2024-04-081-8/+200
* Refactor invoke_fn macro to make inventory optionalNick Mathewson2024-04-081-14/+19
* Globally rename rpc_invoke_fn to static_rpc_invoke_fnNick Mathewson2024-04-081-11/+11
* Refactor: remove existence of HasConstTypeId_ as a traitNick Mathewson2024-04-085-49/+48
* Port many of the macros in tor-rpcbase to use derive-deftly.Nick Mathewson2024-04-047-197/+207
* rpcbase: Require that every Object is Send + Sync + 'staticNick Mathewson2024-04-041-2/+2
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-3/+3
* Run maint/add_warning.Nick Mathewson2024-03-135-0/+5
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Bump minor versionsIan Jackson2024-02-051-1/+1
* tor-rpcbase: Add an allowIan Jackson2024-01-311-0/+1
* Bump to latest erased-serde.Nick Mathewson2024-01-091-1/+1
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-2/+2
* Two more patchlevel bumpsNick Mathewson2023-12-041-1/+1
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-1/+1
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* no-dependant bumps for crates with changed dependencies.Nick Mathewson2023-10-311-1/+1
* Patch version bumps in crates without breaking changesNick Mathewson2023-10-311-1/+1
* Bump patchlevel (not dependents) on crates with trivial changesNick Mathewson2023-09-051-1/+1
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-2/+2
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-235-0/+5
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Bump patchlevel versions of crates with trivial changesNick Mathewson2023-08-011-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-1/+1
* Fix typosDimitris Apostolou2023-07-221-1/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-106-0/+6
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0