summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver
Commit message (Expand)AuthorAgeFilesLines
* Bump patchlevel versions of crates with trivial changesNick Mathewson2023-08-011-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-2/+2
* Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-1/+1
* Fix typosDimitris Apostolou2023-07-222-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-106-0/+6
* Remove explicit allows for missing_panics_docs.Nick Mathewson2023-07-061-1/+0
* 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-5/+5
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-1/+1
* Run "fixup-features".Nick Mathewson2023-06-291-1/+1
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Merge branch 'rpcdoc' into 'main'Ian Jackson2023-06-203-7/+51
|\
| * rpc: Fix docs typoNick Mathewson2023-06-201-1/+1
| * rpc: Expand and clarify and cross-reference lock hierarchyIan Jackson2023-06-162-6/+34
| * rpc: Document relationship between `Connection` and `RpcSession`Ian Jackson2023-06-162-1/+17
* | Fix compilation afver last suggestion.Nick Mathewson2023-06-161-1/+2
* | Apply 1 suggestion(s) to 1 file(s)Ian Jackson2023-06-161-0/+1
|/
* rpc: Document and apply lock hierarchy for Mgr/ConnectionNick Mathewson2023-06-151-4/+13
* rpc: Give the session-creation function an argument.Nick Mathewson2023-06-154-10/+18
* rpc: revise session initialization a lot.Nick Mathewson2023-06-154-37/+52
* rpc: Rename Session=>RpcSessionNick Mathewson2023-06-153-9/+9
* rpc: Expose Session object.Nick Mathewson2023-06-152-3/+13
* RPC: rename new_session to new_connectionNick Mathewson2023-06-151-1/+1
* rpc: switch GlobalId mac to KMAC.Nick Mathewson2023-06-142-15/+5
* rpc: connection_id _is_ used: remove a comment to the contraryNick Mathewson2023-06-141-3/+0
* rpc: revise the relationship between Mgr and ConnectionNick Mathewson2023-06-142-26/+40
* RPC: Functionality to downcast dyn Object to a dyn Trait.Nick Mathewson2023-06-121-8/+1
* rpc: make decl_object! responsible for writing impl Object {} blocks.Nick Mathewson2023-06-073-4/+1
* RPC: Note a possible API change in RpcMgr::new.Nick Mathewson2023-06-051-0/+4
* RPC: Make Session objects get a GlobalId.Nick Mathewson2023-06-051-1/+7
* RPC: Give out and accept GlobalIds for appropriate objects.Nick Mathewson2023-06-053-11/+86
* RPC: Implement a "global identifier" for non-session-bound IDsNick Mathewson2023-06-055-8/+299
* rpc: Slightly refactor GenIdx encoding.Nick Mathewson2023-06-053-17/+27
* rpc: Give RpcMgr a registry of connections.Nick Mathewson2023-06-053-5/+68
* rpc: Move Arc::new() to RpcMgr code.Nick Mathewson2023-06-051-2/+2
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-8/+8
* Run fixup-features script and resolve its complaints.Nick Mathewson2023-05-311-1/+1
* Merge branch 'rpc-auth-and-meta' into 'main'Nick Mathewson2023-05-245-105/+308
|\
| * rpc: Remove downgrade_owned for nowNick Mathewson2023-05-242-27/+0
| * rpc: Disable auth:get_rpc_protocol for now.Nick Mathewson2023-05-241-0/+8
| * rpc: Implement functionality to remove objects from a sessionNick Mathewson2023-05-243-5/+99
| * rpc: Make the top-level returned object a "session".Nick Mathewson2023-05-244-38/+67
| * rpc: Implement auth:query.Nick Mathewson2023-05-231-1/+39
| * rpc: Implement the auth:get_rpc_protocol method.Nick Mathewson2023-05-231-0/+49
| * rpc: move existing auth code to new module.Nick Mathewson2023-05-232-72/+84
* | rpc: Remove fake_generational_arenaNick Mathewson2023-05-232-79/+2
|/
* Merge branch 'rpc-objectmap' into 'main'Nick Mathewson2023-05-163-180/+197
|\
| * rpc: Split the generational index into two.Nick Mathewson2023-05-161-113/+92
| * rpc: Change the formatting of object IDsNick Mathewson2023-05-152-22/+75
| * rpc: rename GenIdx::into/try_from implementationsNick Mathewson2023-05-152-11/+9