index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti-rpcserver
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
5
-0
/
+5
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Fix typos
Dimitris Apostolou
2023-07-22
2
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
6
-0
/
+6
*
Remove explicit allows for missing_panics_docs.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
Merge branch 'rpcdoc' into 'main'
Ian Jackson
2023-06-20
3
-7
/
+51
|
\
|
*
rpc: Fix docs typo
Nick Mathewson
2023-06-20
1
-1
/
+1
|
*
rpc: Expand and clarify and cross-reference lock hierarchy
Ian Jackson
2023-06-16
2
-6
/
+34
|
*
rpc: Document relationship between `Connection` and `RpcSession`
Ian Jackson
2023-06-16
2
-1
/
+17
*
|
Fix compilation afver last suggestion.
Nick Mathewson
2023-06-16
1
-1
/
+2
*
|
Apply 1 suggestion(s) to 1 file(s)
Ian Jackson
2023-06-16
1
-0
/
+1
|
/
*
rpc: Document and apply lock hierarchy for Mgr/Connection
Nick Mathewson
2023-06-15
1
-4
/
+13
*
rpc: Give the session-creation function an argument.
Nick Mathewson
2023-06-15
4
-10
/
+18
*
rpc: revise session initialization a lot.
Nick Mathewson
2023-06-15
4
-37
/
+52
*
rpc: Rename Session=>RpcSession
Nick Mathewson
2023-06-15
3
-9
/
+9
*
rpc: Expose Session object.
Nick Mathewson
2023-06-15
2
-3
/
+13
*
RPC: rename new_session to new_connection
Nick Mathewson
2023-06-15
1
-1
/
+1
*
rpc: switch GlobalId mac to KMAC.
Nick Mathewson
2023-06-14
1
-14
/
+4
*
rpc: connection_id _is_ used: remove a comment to the contrary
Nick Mathewson
2023-06-14
1
-3
/
+0
*
rpc: revise the relationship between Mgr and Connection
Nick Mathewson
2023-06-14
2
-26
/
+40
*
RPC: Functionality to downcast dyn Object to a dyn Trait.
Nick Mathewson
2023-06-12
1
-8
/
+1
*
rpc: make decl_object! responsible for writing impl Object {} blocks.
Nick Mathewson
2023-06-07
3
-4
/
+1
*
RPC: Note a possible API change in RpcMgr::new.
Nick Mathewson
2023-06-05
1
-0
/
+4
*
RPC: Make Session objects get a GlobalId.
Nick Mathewson
2023-06-05
1
-1
/
+7
*
RPC: Give out and accept GlobalIds for appropriate objects.
Nick Mathewson
2023-06-05
3
-11
/
+86
*
RPC: Implement a "global identifier" for non-session-bound IDs
Nick Mathewson
2023-06-05
4
-7
/
+288
*
rpc: Slightly refactor GenIdx encoding.
Nick Mathewson
2023-06-05
3
-17
/
+27
*
rpc: Give RpcMgr a registry of connections.
Nick Mathewson
2023-06-05
2
-5
/
+66
*
rpc: Move Arc::new() to RpcMgr code.
Nick Mathewson
2023-06-05
1
-2
/
+2
*
Merge branch 'rpc-auth-and-meta' into 'main'
Nick Mathewson
2023-05-24
5
-105
/
+308
|
\
|
*
rpc: Remove downgrade_owned for now
Nick Mathewson
2023-05-24
2
-27
/
+0
|
*
rpc: Disable auth:get_rpc_protocol for now.
Nick Mathewson
2023-05-24
1
-0
/
+8
|
*
rpc: Implement functionality to remove objects from a session
Nick Mathewson
2023-05-24
3
-5
/
+99
|
*
rpc: Make the top-level returned object a "session".
Nick Mathewson
2023-05-24
4
-38
/
+67
|
*
rpc: Implement auth:query.
Nick Mathewson
2023-05-23
1
-1
/
+39
|
*
rpc: Implement the auth:get_rpc_protocol method.
Nick Mathewson
2023-05-23
1
-0
/
+49
|
*
rpc: move existing auth code to new module.
Nick Mathewson
2023-05-23
2
-72
/
+84
*
|
rpc: Remove fake_generational_arena
Nick Mathewson
2023-05-23
1
-76
/
+1
|
/
*
rpc: Split the generational index into two.
Nick Mathewson
2023-05-16
1
-113
/
+92
*
rpc: Change the formatting of object IDs
Nick Mathewson
2023-05-15
1
-22
/
+71
*
rpc: rename GenIdx::into/try_from implementations
Nick Mathewson
2023-05-15
2
-11
/
+9
*
rpc: do not deduplicate strong object ids
Nick Mathewson
2023-05-15
1
-52
/
+39
*
rpc: Repair an error in our ObjectId encoding.
Nick Mathewson
2023-05-15
1
-1
/
+1
*
objmap: move types to top of file.
Nick Mathewson
2023-05-04
1
-74
/
+74
*
Note/clean more TODOs in objmap.
Nick Mathewson
2023-05-04
1
-1
/
+4
*
RPC: Make the "client" return optional.
Nick Mathewson
2023-05-04
1
-2
/
+2
*
RPC: Make "Weak" and "Strong" entries separate.
Nick Mathewson
2023-05-04
1
-43
/
+41
*
Temporarily replace generational-arena with a fake version.
Nick Mathewson
2023-05-04
1
-1
/
+77
[next]