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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
tor-proto: Move stream msg delivery to a separate function (fmt).
Gabriela Moldovan
2025-01-28
1
-33
/
+32
*
|
tor-proto: Move stream msg delivery to a separate function.
Gabriela Moldovan
2025-01-28
1
-33
/
+47
*
|
tor-proto: Move stream ID extraction out of handle_relay_msg().
Gabriela Moldovan
2025-01-28
1
-9
/
+18
*
|
tor-proto: Wrap an extra long lone.
Gabriela Moldovan
2025-01-28
1
-1
/
+5
*
|
tor-proto: Use continue instead of () for clarity.
Gabriela Moldovan
2025-01-28
1
-1
/
+1
*
|
tor-proto: Adjust handle_cell() docs.
Gabriela Moldovan
2025-01-28
1
-1
/
+1
*
|
tor-proto: Split handle_relay_cell().
Gabriela Moldovan
2025-01-28
1
-4
/
+15
*
|
tor-proto: Split out send_relay_cell().
Gabriela Moldovan
2025-01-28
2
-13
/
+28
*
|
tor-proto: Group imports.
Gabriela Moldovan
2025-01-28
1
-2
/
+1
*
|
tor-proto: Replace fully-qualified paths with use.
Gabriela Moldovan
2025-01-28
1
-6
/
+6
*
|
tor-proto: Derive Default for MutableState.
Gabriela Moldovan
2025-01-28
2
-4
/
+2
*
|
Merge branch 'strongrefs_are_not_deduped' into 'main'
Nick Mathewson
2025-01-28
3
-8
/
+10
|
\
\
|
*
|
rpc: Clean up comments surrounding strong references
Nick Mathewson
2025-01-27
3
-8
/
+10
|
|
/
*
|
rpcbase: Enforce validity on error datum keywords.
Nick Mathewson
2025-01-27
2
-4
/
+12
*
|
rpcbase: Make recognized namespace list optional.
Nick Mathewson
2025-01-27
2
-8
/
+11
*
|
rpcbase: Move is_valid_rpc_identifier to crate root.
Nick Mathewson
2025-01-27
2
-91
/
+89
*
|
rpc: Rename InvalidMethodName to InvalidRpcIdentifier.
Nick Mathewson
2025-01-27
3
-17
/
+19
*
|
Remove RPC TODO about bypass_method_dispatch method.
Nick Mathewson
2025-01-27
1
-6
/
+1
|
/
*
Fix not(unix) build error introduced in cb090c7b4c.
Alexander Hansen Færøy
2025-01-26
1
-2
/
+2
*
Merge branch 'rpc-missing-dir' into 'main'
Nick Mathewson
2025-01-23
1
-8
/
+16
|
\
|
*
connpts: Document behavior on nonexistent directory
Nick Mathewson
2025-01-23
1
-0
/
+2
|
*
rpc: Tolerate NotFound on configured connect point directory.
Nick Mathewson
2025-01-23
1
-8
/
+14
*
|
Merge branch 'avoid_execute_internal_ok' into 'main'
Nick Mathewson
2025-01-23
4
-31
/
+69
|
\
\
|
*
|
rpclib: More explanations about internal method usage.
Nick Mathewson
2025-01-23
1
-3
/
+5
|
*
|
arti-rpc-client-core: Rename Authentication{Rejected=>Failed}
Nick Mathewson
2025-01-23
3
-9
/
+9
|
*
|
rpclib: Avoid overuse of execute_internal_ok.
Nick Mathewson
2025-01-23
4
-24
/
+60
|
|
/
*
|
Merge branch 'rpc-todos-1' into 'main'
Nick Mathewson
2025-01-23
2
-20
/
+3
|
\
\
|
*
|
rpcserver: remove dead code exception in objmap.rs
Nick Mathewson
2025-01-22
1
-3
/
+1
|
*
|
rpcserver: remove dead code in codecs.rs
Nick Mathewson
2025-01-22
1
-17
/
+2
*
|
|
arti: Make Rpc argument unconditional when constructing socks proxy
Nick Mathewson
2025-01-23
6
-33
/
+43
*
|
|
arti::socks: Re-wrap a section.
Nick Mathewson
2025-01-23
1
-2
/
+3
*
|
|
arti: remove an obsolete rpc todo.
Nick Mathewson
2025-01-23
1
-1
/
+0
*
|
|
arti: remove an obsolete rpc todo.
Nick Mathewson
2025-01-23
1
-1
/
+0
*
|
|
arti: remove an obsolete rpc todo.
Nick Mathewson
2025-01-23
1
-1
/
+0
*
|
|
arti: Remove old workaround for runtime selection under RPC.
Nick Mathewson
2025-01-23
1
-6
/
+1
|
|
/
|
/
|
*
|
Merge branch 'dev/cve/mistrust-doc' into 'main'
Nick Mathewson
2025-01-23
1
-0
/
+12
|
\
\
|
*
|
tor-config: Improve mistrust documentation
Clara Engler
2025-01-23
1
-0
/
+12
*
|
|
arti-rpc-client-core: Use EmptyReply instead of EmptyResponse.
Gabriela Moldovan
2025-01-23
1
-2
/
+2
*
|
|
Merge branch 'rpc-cancel-2' into 'main'
Nick Mathewson
2025-01-23
9
-49
/
+391
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
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
3
-28
/
+74
|
*
|
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
|
*
|
arti-rpc-client-core: Document that dropping a request does not cancel it.
Nick Mathewson
2025-01-22
3
-6
/
+8
|
*
|
arti-rpc-client-core: Implement and expose cancellation.
Nick Mathewson
2025-01-22
4
-3
/
+65
[prev]
[next]