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-rpc-client-core
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
8
-0
/
+8
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-1
/
+1
*
rpc: Fix up documentation links
Nick Mathewson
2026-03-25
2
-1
/
+6
*
rpc: tweak documentation and variable names wrt renaming
Nick Mathewson
2026-03-25
3
-69
/
+74
*
rpc: Make stream type in NonblockingConnection opaque.
Nick Mathewson
2026-03-25
3
-22
/
+52
*
Split ll_conn module into blocking/nonblocking layers
Nick Mathewson
2026-03-25
3
-901
/
+939
*
rpc: Rename nb_stream.rs → ll_conn.rs
Nick Mathewson
2026-03-25
6
-11
/
+11
*
rpc: Rename NonblockingStream → NonblockingConnection.
Nick Mathewson
2026-03-25
2
-23
/
+23
*
rpc: Rename PollingStream → BlockingConnection.
Nick Mathewson
2026-03-25
4
-31
/
+31
*
rpc: Remove mention of two already-removed arguments.
Nick Mathewson
2026-03-25
1
-4
/
+0
*
Fix typos
Tobias Stoeckmann
2026-03-24
2
-2
/
+2
*
typo fixes from @jnewsome
Nick Mathewson
2026-03-23
1
-1
/
+1
*
rpc: add ffi wrappers for nonblocking and event-loop functions.
Nick Mathewson
2026-03-23
2
-6
/
+313
*
rpc: define FFI wrappers for nonblocking request APIs
Nick Mathewson
2026-03-23
1
-1
/
+137
*
Merge branch 'typos' into 'main'
opara
2026-03-16
2
-3
/
+3
|
\
|
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
2
-3
/
+3
*
|
Merge branch 'rpc-su-v2' into 'main'
Nick Mathewson
2026-03-16
4
-2
/
+94
|
\
\
|
*
|
rpc-client: add support to prefer/require su permission
Nick Mathewson
2026-03-16
4
-2
/
+94
|
|
/
*
/
arti-rpc-client-core: Fix windows build
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
|
/
*
rpc: Actually call the stop_writing method when data is all written!
Nick Mathewson
2026-03-10
1
-0
/
+4
*
Merge branch 'nonblocking-rpc-part3' into 'main'
Nick Mathewson
2026-03-05
6
-213
/
+1006
|
\
|
*
rpc: edit and revise EventLoop documentation.
Nick Mathewson
2026-03-05
1
-7
/
+8
|
*
rpc: Transpose Results in RpcPoll::poll.
Nick Mathewson
2026-03-05
1
-7
/
+5
|
*
rpc: document when try_as_{fd,socket} can fail.
Nick Mathewson
2026-03-05
1
-1
/
+11
|
*
rpc: Usage documentation for polling API
Ian Jackson
2026-03-05
3
-22
/
+168
|
*
rpc: Propose to transpose a Result<Result<>>
Ian Jackson
2026-03-05
1
-0
/
+2
|
*
rpc: Add a question in the form of a TODO
Ian Jackson
2026-03-05
1
-0
/
+2
|
*
rpc: Fix many long lines in docs and comments
Ian Jackson
2026-03-05
4
-22
/
+44
|
*
rpc: Fix two mis-formatted json! blocks
Ian Jackson
2026-03-05
1
-2
/
+13
|
*
rpc: Remove WantIo and expose wants_to_write().
Nick Mathewson
2026-03-05
3
-43
/
+21
|
*
rpc: Change Waker implementation to EventLoop.
Nick Mathewson
2026-03-05
5
-112
/
+149
|
*
rpc: API for event-driven IO.
Nick Mathewson
2026-03-05
5
-21
/
+245
|
*
RPC: Explain why UserTag is a separate type.
Nick Mathewson
2026-03-05
1
-0
/
+8
|
*
RPC: Raname Tag,RequestTag to UserTag.
Nick Mathewson
2026-03-05
3
-37
/
+33
|
*
rpc: documentation fixes and clarifications
Nick Mathewson
2026-02-26
1
-3
/
+8
|
*
rpc: Add a paragraph to the connimpl overview
Nick Mathewson
2026-02-26
1
-0
/
+3
|
*
rpc: Add overview documentation to connimpl.
Nick Mathewson
2026-02-26
1
-0
/
+64
|
*
rpc: Nonblocking request submit API (Rust only)
Nick Mathewson
2026-02-26
2
-5
/
+52
|
*
rpc: Backend support for pollable requests.
Nick Mathewson
2026-02-26
3
-7
/
+92
|
*
rpc: Add "Tag"s to response queues.
Nick Mathewson
2026-02-26
1
-25
/
+49
|
*
rpc: Refactor connimpl in preparation for pollable requests.
Nick Mathewson
2026-02-26
3
-59
/
+189
*
|
Add missing #[cfg(unix)] in arti-rpc-client-core to fix Windows build.
Alexander Hansen Færøy
2026-02-28
1
-0
/
+1
|
/
*
Merge branch 'ticket_2338' into 'main'
Nick Mathewson
2026-02-19
1
-0
/
+4
|
\
|
*
arti-rpc-client-core: Document why we don't need ErrorSources.
Nick Mathewson
2026-02-16
1
-0
/
+4
*
|
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
|
/
*
rpc nb: Fix documentation link.
Nick Mathewson
2026-02-12
1
-1
/
+1
*
rpc nb: Capitalize a letter
Nick Mathewson
2026-02-12
1
-1
/
+1
*
rpc: Use vec::drain.
Nick Mathewson
2026-02-12
1
-3
/
+4
*
rpc: Flush after write.
Nick Mathewson
2026-02-12
1
-1
/
+4
*
rpc: Handle eintr in NonblockingStream.
Nick Mathewson
2026-02-12
1
-13
/
+18
[next]