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
/
conn
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpc: tweak documentation and variable names wrt renaming
Nick Mathewson
2026-03-25
1
-31
/
+36
*
rpc: Rename nb_stream.rs → ll_conn.rs
Nick Mathewson
2026-03-25
2
-7
/
+7
*
rpc: Rename NonblockingStream → NonblockingConnection.
Nick Mathewson
2026-03-25
1
-2
/
+2
*
rpc: Rename PollingStream → BlockingConnection.
Nick Mathewson
2026-03-25
2
-14
/
+14
*
Fix typos
Tobias Stoeckmann
2026-03-24
2
-2
/
+2
*
rpc: add ffi wrappers for nonblocking and event-loop functions.
Nick Mathewson
2026-03-23
1
-3
/
+0
*
Merge branch 'typos' into 'main'
opara
2026-03-16
1
-2
/
+2
|
\
|
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-2
/
+2
*
|
rpc-client: add support to prefer/require su permission
Nick Mathewson
2026-03-16
1
-2
/
+56
|
/
*
Merge branch 'nonblocking-rpc-part3' into 'main'
Nick Mathewson
2026-03-05
2
-65
/
+551
|
\
|
*
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
2
-13
/
+31
|
*
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
2
-9
/
+18
|
*
rpc: Remove WantIo and expose wants_to_write().
Nick Mathewson
2026-03-05
1
-0
/
+7
|
*
rpc: Change Waker implementation to EventLoop.
Nick Mathewson
2026-03-05
2
-16
/
+19
|
*
rpc: API for event-driven IO.
Nick Mathewson
2026-03-05
2
-2
/
+133
|
*
RPC: Raname Tag,RequestTag to UserTag.
Nick Mathewson
2026-03-05
1
-30
/
+26
|
*
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
1
-3
/
+25
|
*
rpc: Backend support for pollable requests.
Nick Mathewson
2026-02-26
1
-5
/
+75
|
*
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
1
-59
/
+181
*
|
Add missing #[cfg(unix)] in arti-rpc-client-core to fix Windows build.
Alexander Hansen Færøy
2026-02-28
1
-0
/
+1
|
/
*
RPC: Fix documentation about "readers".
Nick Mathewson
2026-02-04
1
-10
/
+12
*
rpc: Replace llconn backend with nb_stream backend.
Nick Mathewson
2026-02-04
2
-64
/
+51
*
rpc: Move responsibility for wrapping streams to rpc-client-core
Nick Mathewson
2026-02-04
1
-6
/
+19
*
rpc-client-core: Add missing CookieBeginReply docs
Gabriela Moldovan
2025-12-01
1
-0
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
4
-8
/
+8
*
fix `clippy::doc_overindented_list_items`
Steven Engler
2025-04-03
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
rpclib: Obey error Display convention wrt sources.
Nick Mathewson
2025-02-04
1
-3
/
+3
*
fix: fix typos
Dimitris Apostolou
2025-01-30
1
-2
/
+2
*
rpclib: Rename ConnPtSource to ConnPtOrigin.
Nick Mathewson
2025-01-29
1
-11
/
+11
*
rpclib: Rename WithinDir.{expanded => file}.
Nick Mathewson
2025-01-29
1
-3
/
+6
*
rpclib: Move from_env_string_elt onto SearchLocation.
Nick Mathewson
2025-01-29
1
-4
/
+6
*
rpclib: Implement accessors for ConnectFailure
Nick Mathewson
2025-01-29
1
-1
/
+1
*
rpclib: Implement Display for ConnPtDescription
Nick Mathewson
2025-01-29
1
-4
/
+51
*
rpclib: New combined error type for RPC connect failures.
Nick Mathewson
2025-01-29
1
-9
/
+25
*
rpclib: Pipe connect-point locations through our loading process.
Nick Mathewson
2025-01-29
1
-22
/
+77
*
rpclib: Keep track of where each SearchEntry comes from.
Nick Mathewson
2025-01-29
1
-24
/
+91
*
arti-rpc-client-core: Rename Authentication{Rejected=>Failed}
Nick Mathewson
2025-01-23
1
-3
/
+3
*
rpclib: Avoid overuse of execute_internal_ok.
Nick Mathewson
2025-01-23
2
-18
/
+36
*
rpclib: Rename params/reply structs for consistency.
Nick Mathewson
2025-01-21
3
-26
/
+25
*
Merge branch 'rpc-connect-clarify' into 'main'
Nick Mathewson
2025-01-16
1
-11
/
+41
|
\
[next]