summaryrefslogtreecommitdiff
path: root/crates/tor-rpcbase
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-2/+2
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Merge branch 'rpcdoc' into 'main'Ian Jackson2023-06-201-0/+2
|\
| * rpc: Cross-reference up from tor-rpcbase re where DispatchTable livesIan Jackson2023-06-161-0/+2
* | rpc: Remove some verbiage about 'static, and demo that it's OK withoutIan Jackson2023-06-151-7/+15
* | rpc: Give the name `O` to "the type associated with this CastTable"Ian Jackson2023-06-151-8/+12
* | rpc: Add Simple test case for CastTableIan Jackson2023-06-151-3/+20
* | rpc: Move boxing from macro to CastTable::insert (formatting)Ian Jackson2023-06-151-3/+1
* | rpc: Move boxing from macro to CastTable::insertIan Jackson2023-06-151-4/+4
* | rpc: Make CastTable::insert be more type-safeIan Jackson2023-06-151-6/+21
|/
* RPC: Functionality to downcast dyn Object to a dyn Trait.Nick Mathewson2023-06-124-14/+510
* rpc: make decl_object! responsible for writing impl Object {} blocks.Nick Mathewson2023-06-072-4/+1
* RPC: Let objects declare that they need a GlobalId.Nick Mathewson2023-06-051-1/+17
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-3/+3
* rpc: Remove downgrade_owned for nowNick Mathewson2023-05-242-15/+0
* rpc: Implement functionality to remove objects from a sessionNick Mathewson2023-05-242-0/+36
* rpc: fix documentation for methods in Context.Nick Mathewson2023-05-241-6/+4
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+3
* RPC: Add "register" methods to RequestContext.Nick Mathewson2023-05-042-0/+30
* Increment crate versions.Nick Mathewson2023-05-031-3/+3
* RPC: Log all internal errors.Nick Mathewson2023-04-191-3/+7
* rpc: Simplify and clarify SendUpdateError.Nick Mathewson2023-04-191-7/+13
* Arti: Add ability to remember the list of methods names.Nick Mathewson2023-04-192-2/+39
* rpc: New syntax for method declarationNick Mathewson2023-04-191-9/+46
* rpc: impl From<SendUpdateError> for RpcError.Nick Mathewson2023-04-191-0/+14
* rpcbase: Use with_fn.Nick Mathewson2023-04-193-8/+14
* rpc: Minor tweaks to get a sink to compile.Nick Mathewson2023-04-191-4/+5
* rpc: Use Method types to determine type of method outputs, updates.Nick Mathewson2023-04-191-64/+103
* rpc: Split Method into DynMethod and MethodNick Mathewson2023-04-193-23/+60
* rpc: simplify API by always providing a sink.Nick Mathewson2023-04-161-19/+12
* rpc: Wire updates into rpc invoke functions again.Nick Mathewson2023-04-161-12/+43
* rpc: Move update sink out of context.Nick Mathewson2023-04-162-46/+26