summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core
Commit message (Expand)AuthorAgeFilesLines
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-6/+6
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-2/+2
* Run cargo update.Wesley Aptekar-Cassels2025-04-291-1/+1
* fix `clippy::doc_overindented_list_items`Steven Engler2025-04-032-2/+2
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-6/+6
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-1/+1
* Upgrade to cbindgen 0.28.0Nick Mathewson2025-03-301-1/+1
* Update expected warnings from cbindgen.Nick Mathewson2025-03-301-51/+0
* Revise READMEs for RPC crates.Nick Mathewson2025-03-251-20/+12
* RPC: Explain in more detail about Windows "named pipe"sIan Jackson2025-03-241-2/+5
* AF_UNIX terminology: Rename two error variantsIan Jackson2025-03-241-1/+1
* RPC: Abolish an unused and misnamed error variantIan Jackson2025-03-241-1/+0
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-5/+5
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-3/+3
* rpc-client: Increase test coverage for the msgs modulevcrn2025-03-182-1/+35
* tor-rtmock: task: Remove Default impl for ThreadDescriptorIan Jackson2025-03-041-1/+1
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-6/+6
* Upgrade to derive_more 2Nick Mathewson2025-02-261-1/+1
* Bump minor version of fs-mistrustIan Jackson2025-02-071-1/+1
* Version bumps to 0.27.0Ian Jackson2025-02-061-6/+6
* fs-mistrust: bump minor version, and in-tree depsIan Jackson2025-02-061-1/+1
* rpclib: Improve output for ConnectFailureNick Mathewson2025-02-042-2/+58
* rpclib: Include sources when formatting FFI errors.Nick Mathewson2025-02-041-2/+14
* rpclib: Obey error Display convention wrt sources.Nick Mathewson2025-02-044-26/+25
* rpclib: Move socketpair to a testing module; use it in llconn testsNick Mathewson2025-02-034-33/+39
* rpclib: In tests, use an ersatz socketpair on windows.Nick Mathewson2025-02-032-3/+35
* rpclib: make conn::complex use fewer iterations.Nick Mathewson2025-02-031-1/+1
* Merge branch 'rpc_document_internal_optimism' into 'main'Nick Mathewson2025-01-302-12/+0
|\
| * rpc: Correct API documentation about optimismNick Mathewson2025-01-302-12/+0
* | fix: fix typosDimitris Apostolou2025-01-304-5/+5
|/
* Merge branch 'rpc-docs-1' into 'main'Nick Mathewson2025-01-302-20/+104
|\
| * tweak cbindgen documentation.Nick Mathewson2025-01-292-4/+9
| * rpclib: Update cbindgen documentation.Nick Mathewson2025-01-292-17/+96
* | rpclib: Rename ConnPtSource to ConnPtOrigin.Nick Mathewson2025-01-291-11/+11
* | rpclib: Rename WithinDir.{expanded => file}.Nick Mathewson2025-01-291-3/+6
* | rpclib: Move from_env_string_elt onto SearchLocation.Nick Mathewson2025-01-291-4/+6
* | rpclib: Implement accessors for ConnectFailureNick Mathewson2025-01-293-3/+23
* | rpclib: Implement Display for ConnPtDescriptionNick Mathewson2025-01-291-4/+51
* | rpclib: New combined error type for RPC connect failures.Nick Mathewson2025-01-293-9/+52
* | rpclib: Pipe connect-point locations through our loading process.Nick Mathewson2025-01-291-22/+77
* | rpclib: Keep track of where each SearchEntry comes from.Nick Mathewson2025-01-291-24/+91
|/
* rpclib: More explanations about internal method usage.Nick Mathewson2025-01-231-3/+5
* arti-rpc-client-core: Rename Authentication{Rejected=>Failed}Nick Mathewson2025-01-233-9/+9
* rpclib: Avoid overuse of execute_internal_ok.Nick Mathewson2025-01-234-24/+60
* arti-rpc-client-core: Use EmptyReply instead of EmptyResponse.Gabriela Moldovan2025-01-231-2/+2
* Merge branch 'rpc-cancel-2' into 'main'Nick Mathewson2025-01-234-9/+73
|\
| * arti-rpc-client-core: Document that dropping a request does not cancel it.Nick Mathewson2025-01-223-6/+8
| * arti-rpc-client-core: Implement and expose cancellation.Nick Mathewson2025-01-224-3/+65
* | rpclib: Rename params/reply structs for consistency.Nick Mathewson2025-01-214-29/+28
|/