summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core
Commit message (Expand)AuthorAgeFilesLines
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-6/+6
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | fix: fix typosDimitris Apostolou2025-01-061-1/+1
|/
* Run "fixup-features" in preparation for release.Nick Mathewson2025-01-061-1/+1
* Label our cbindgen output, to detect version incompatibility.Nick Mathewson2024-12-091-0/+1
* Remove needless cbindgen item.Nick Mathewson2024-12-092-1/+1
* rpc-client: Reject relative paths.Nick Mathewson2024-12-093-1/+11
* rpc-client: split paths better on windows.Nick Mathewson2024-12-091-1/+12
* rpc-client: Add TODOs about links to connect point docsNick Mathewson2024-12-091-0/+6
* rpc-client: Rename PathEntry to SearchEntry.Nick Mathewson2024-12-091-18/+18
* rpc-client: Clarity and consistency in envvar docsNick Mathewson2024-12-091-10/+20
* artilib: Revise C and Python APIs for builders.Nick Mathewson2024-12-096-40/+231
* rpc-client-core: Correct various FFI error types.Nick Mathewson2024-12-093-6/+65
* rpc-client: Initial implementation for RPC connect points.Nick Mathewson2024-12-095-70/+314
* rpc-client: move Builder to its own module.Nick Mathewson2024-12-093-85/+96
* Resolve clippy::empty_line_after_doc_comments warnings.Nick Mathewson2024-12-031-1/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-4/+4
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* Merge branch 'versions' into 'main'Ian Jackson2024-10-301-4/+4
|\
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-4/+4
* | cargo: Run fixup-featuresIan Jackson2024-10-301-1/+1
|/
* rpc: Re-run cbindgen.Nick Mathewson2024-10-231-1/+0
* rpc: correct msg and doc for InvalidInput::NullPointerNick Mathewson2024-10-231-2/+2
* rpc: Move "rpc:release" to be a method on the rpc object.Nick Mathewson2024-10-231-9/+1
* rpclib: Rename RequestCancelled to be accurate.Nick Mathewson2024-10-214-18/+9
* Replace _ => panic!() elsewhereIan Jackson2024-10-151-1/+1
* Merge branch 'rpclib-dependency-reduction' into 'main'Nick Mathewson2024-10-101-1/+1
|\
| * arti-rpc-client-core: remove dependency on unused tor-error feature.Nick Mathewson2024-10-091-1/+1
* | arti-rpc-client-core: remove 'c_str_macro' dependencySteven Engler2024-10-092-18/+16
|/
* Merge branch 'prop351-refs' into 'main'Jim Newsome2024-10-031-1/+2
|\
| * Replace references to prop351 with socks-extensions.mdNick Mathewson2024-10-021-1/+2
* | Merge branch 'ffi_seal' into 'main'Nick Mathewson2024-10-021-34/+41
|\ \ | |/ |/|
| * artilib: Take a different approach to sealing a pair of traits.Nick Mathewson2024-10-011-34/+41
* | Merge branch 'rpc_unexpected_reply' into 'main'Nick Mathewson2024-10-026-46/+121
|\ \
| * | rpclib: Add a #[source] annotation.Nick Mathewson2024-10-021-1/+1
| * | Apply 1 suggestion(s) to 1 file(s)Nick Mathewson2024-10-021-1/+1
| * | update cbindgen warnings.Nick Mathewson2024-09-251-0/+1
| * | rpclib: Unify code internally generated requestsNick Mathewson2024-09-254-45/+112
| * | rpclib: Implement Display for Utf8CString.Nick Mathewson2024-09-251-0/+7
| * | rpc: Finish an incomplete sentence in a doc.Nick Mathewson2024-09-251-1/+1
* | | tor-socksproto: Handle 0-byte reads (EOF) correctlyIan Jackson2024-10-011-1/+1
* | | arti-rpc-client-core: Use new tor-socksproto API (fmt)Ian Jackson2024-10-011-2/+1
* | | arti-rpc-client-core: Use new tor-socksproto APIIan Jackson2024-10-012-33/+17
* | | Apply deferred rustfmt churnIan Jackson2024-10-011-3/+2
* | | tor-socksproto: Move `handshake` to be a trait methodIan Jackson2024-10-011-0/+1
* | | Revert "socks users: detect closed sockets."Ian Jackson2024-10-012-11/+1
* | | Revert "rpclib: read SOCKS _after_ processing."Ian Jackson2024-10-011-12/+12
| |/ |/|
* | Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-3/+3