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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Document more that cancel is uncancellable.
Nick Mathewson
2025-01-22
1
-0
/
+2
*
|
rpc: Correct RPC error code for "RequestNotFound".
Nick Mathewson
2025-01-22
1
-1
/
+4
*
|
cancel: Distinguish the internal-error case for double-cancel.
Nick Mathewson
2025-01-22
1
-2
/
+23
*
|
cancel: Document deadlock/panic issue and how to avoid it.
Nick Mathewson
2025-01-22
1
-2
/
+19
*
|
rpc: Make cancel requests uncancellable.
Nick Mathewson
2025-01-22
2
-27
/
+56
*
|
cancel: Add a TODO about moving the Future inside the lock.
Nick Mathewson
2025-01-22
1
-0
/
+5
*
|
Cancel: Drop lock before calling waker.
Nick Mathewson
2025-01-22
1
-0
/
+1
*
|
cancel: Remove FusedFuture implementation.
Nick Mathewson
2025-01-22
1
-12
/
+1
*
|
cancel: Use Waker::clone_from to avoid needless clones.
Nick Mathewson
2025-01-22
1
-1
/
+9
*
|
rpc: Implement the rpc:cancel command.
Nick Mathewson
2025-01-16
2
-1
/
+79
*
|
rpc: Better RpcErrorKind for for RequestCancelled.
Nick Mathewson
2025-01-16
1
-4
/
+7
*
|
rpc: Strengthen guarantees from Cancel.
Nick Mathewson
2025-01-16
2
-20
/
+125
|
/
*
Merge branch 'rpc-clean-up-after-auth' into 'main'
Nick Mathewson
2025-01-15
1
-0
/
+5
|
\
|
*
rpc: More documentation on cookie_continue.
Nick Mathewson
2025-01-15
1
-0
/
+5
*
|
Merge branch 'rpc-renaming-2' into 'main'
Nick Mathewson
2025-01-15
2
-62
/
+56
|
\
\
|
*
|
rpc: Clean up documenation surrounding OneshotClient
Nick Mathewson
2025-01-15
1
-11
/
+13
|
*
|
rpc: Rename new_stream_handle to new_oneshot_client.
Nick Mathewson
2025-01-15
2
-52
/
+44
|
|
/
*
/
arti-rpcserver: Rename MethodNotFound to NoSuchMethod.
Nick Mathewson
2025-01-15
3
-4
/
+4
|
/
*
arti-rpcserver: require latest tiny-keccak.
Nick Mathewson
2025-01-15
1
-1
/
+1
*
rpc: Clarify auth-repetition rules.
Nick Mathewson
2025-01-15
1
-2
/
+5
*
rpc: Document cookie messages a little more.
Nick Mathewson
2025-01-15
1
-1
/
+14
*
rpc: Refactor Cookie and UnloadedCookie into a single type.
Nick Mathewson
2025-01-15
2
-2
/
+11
*
rpc: consolodate naming of "inherent" auth.
Nick Mathewson
2025-01-15
2
-9
/
+13
*
rpc: Tweak cookie protocol to bind both nonces.
Nick Mathewson
2025-01-15
1
-4
/
+9
*
rpc: Keep Cookie in an Arc.
Nick Mathewson
2025-01-15
1
-2
/
+2
*
arti-rpcserver: Server side of cookie auth.
Nick Mathewson
2025-01-15
3
-8
/
+189
*
arti-rpcserver: Tell connections what kind of auth to expect.
Nick Mathewson
2025-01-15
5
-15
/
+36
*
arti-rpcserver: move inherent authentication to its own module.
Nick Mathewson
2025-01-15
2
-69
/
+83
*
arti-rpcserver: remove some dead code.
Nick Mathewson
2025-01-15
1
-57
/
+0
*
Implement banner for RPC protocol.
Nick Mathewson
2025-01-09
1
-2
/
+12
*
Bump versions of internal arti crates for Arti 1.3.2
Nick Mathewson
2025-01-07
1
-10
/
+10
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Bump all the unstable tor- and arti- crates to 0.25.0.
Gabriela Moldovan
2024-12-02
1
-10
/
+10
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-12-02
1
-1
/
+1
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-1
/
+1
*
Bump minor versions of crates with new APIs/impls
Ian Jackson
2024-10-30
1
-1
/
+1
*
Bump unstable tor-* and arti-* crates to 0.24.0
Ian Jackson
2024-10-30
1
-10
/
+10
*
Remove echo structs
Neel Chauhan
2024-10-25
1
-14
/
+0
*
arti-rpcserver: Remove echo_on_session
Neel Chauhan
2024-10-25
1
-12
/
+0
*
rpc: Tweak release_owned to give an error on second removal of "connection".
Nick Mathewson
2024-10-23
1
-16
/
+20
*
rpc: Use a const for the "connection" object ID.
Nick Mathewson
2024-10-23
1
-2
/
+9
*
rpc: Simplify method-dispatch-bypass logic a bit
Nick Mathewson
2024-10-23
2
-9
/
+2
*
rpc: Add support for dropping the special "connection" object ID.
Nick Mathewson
2024-10-23
1
-9
/
+19
*
rpc: Move "rpc:release" to be a method on the rpc object.
Nick Mathewson
2024-10-23
1
-24
/
+24
*
rpcserver: detect and use methods that bypass method dispatch.
Nick Mathewson
2024-10-23
1
-3
/
+8
*
rpc: Remove unimplemented rpc:downgrade method for now.
Nick Mathewson
2024-10-23
1
-9
/
+0
*
rpc: Move some object-id-manipulation methods to a new module.
Nick Mathewson
2024-10-23
3
-50
/
+63
*
Merge branch 'arti-rpcserver-comment' into 'main'
wesleyac
2024-10-21
1
-1
/
+1
|
\
|
*
Fix typo in arti-rpcserver auth.rs comment
Neel Chauhan
2024-10-18
1
-1
/
+1
[prev]
[next]