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
*
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
*
rpc: Add "Io Safety" documentation.
Nick Mathewson
2026-02-12
1
-2
/
+31
*
rpc nb: Documentation improvements from diziet.
Nick Mathewson
2026-02-12
1
-5
/
+27
*
rpc: Clean up pub items in nb_stream.
Nick Mathewson
2026-02-04
4
-16
/
+10
*
RPC: Fix documentation about "readers".
Nick Mathewson
2026-02-04
2
-10
/
+14
*
rpc: Replace llconn backend with nb_stream backend.
Nick Mathewson
2026-02-04
7
-313
/
+87
*
rpc: New nonblocking backend for interacting with streams
Nick Mathewson
2026-02-04
2
-0
/
+704
*
rpc: Move responsibility for wrapping streams to rpc-client-core
Nick Mathewson
2026-02-04
3
-6
/
+24
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
rpc-client-core: Add missing CookieBeginReply docs
Gabriela Moldovan
2025-12-01
1
-0
/
+1
*
rpclib: Rename `OutPtr` to `OutBoxedPtr`
Neel Chauhan
2025-11-06
3
-39
/
+39
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
8
-8
/
+8
*
Fix warnings and errors from edition 2024.
Nick Mathewson
2025-08-07
2
-21
/
+21
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
10
-27
/
+27
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
fix `clippy::doc_overindented_list_items`
Steven Engler
2025-04-03
2
-2
/
+2
*
RPC: Explain in more detail about Windows "named pipe"s
Ian Jackson
2025-03-24
1
-2
/
+5
*
AF_UNIX terminology: Rename two error variants
Ian Jackson
2025-03-24
1
-1
/
+1
*
RPC: Abolish an unused and misnamed error variant
Ian Jackson
2025-03-24
1
-1
/
+0
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-5
/
+5
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
rpc-client: Increase test coverage for the msgs module
vcrn
2025-03-18
2
-1
/
+35
*
rpclib: Improve output for ConnectFailure
Nick Mathewson
2025-02-04
2
-2
/
+58
*
rpclib: Include sources when formatting FFI errors.
Nick Mathewson
2025-02-04
1
-2
/
+14
*
rpclib: Obey error Display convention wrt sources.
Nick Mathewson
2025-02-04
4
-26
/
+25
*
rpclib: Move socketpair to a testing module; use it in llconn tests
Nick Mathewson
2025-02-03
4
-33
/
+39
*
rpclib: In tests, use an ersatz socketpair on windows.
Nick Mathewson
2025-02-03
1
-2
/
+32
*
rpclib: make conn::complex use fewer iterations.
Nick Mathewson
2025-02-03
1
-1
/
+1
*
Merge branch 'rpc_document_internal_optimism' into 'main'
Nick Mathewson
2025-01-30
1
-6
/
+0
|
\
|
*
rpc: Correct API documentation about optimism
Nick Mathewson
2025-01-30
1
-6
/
+0
*
|
fix: fix typos
Dimitris Apostolou
2025-01-30
3
-4
/
+4
|
/
*
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
3
-3
/
+23
*
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
3
-9
/
+52
*
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
*
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
[next]