summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-6/+6
* Run "fixup-features" in preparation for release.Nick Mathewson2025-01-061-1/+1
* rpc-client: Initial implementation for RPC connect points.Nick Mathewson2024-12-091-0/+3
* rpc-client: move Builder to its own module.Nick Mathewson2024-12-091-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
|/
* 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-091-2/+1
|/
* arti-rpc-client-core: Use new tor-socksproto APIIan Jackson2024-10-011-0/+1
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-3/+3
* Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-1/+1
* Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\
| * Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* | Merge branch 'upgrades-20240925' into 'main'Nick Mathewson2024-09-261-1/+1
|\ \ | |/ |/|
| * Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-1/+1
* | Run fixup-features in preparation for upcoming release.Nick Mathewson2024-09-251-1/+1
|/
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* rpclib: FFI for opening data streams.Nick Mathewson2024-09-091-0/+1
* rpclib: Support opening a data stream.Nick Mathewson2024-09-091-0/+3
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-2/+2
* Merge branch 'ffi_dylib' into 'main'Alexander Færøy2024-08-131-0/+3
|\
| * ffi: Build client-core as a dynamic library.Nick Mathewson2024-08-061-0/+3
* | Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
|/
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-2/+2
* Run "fixup-features".Nick Mathewson2024-08-011-1/+1
* ffi: use void to omit unreachable "on invalid" blocksNick Mathewson2024-07-311-0/+1
* rpc: Initial core of an FFI interface.Nick Mathewson2024-07-311-1/+4
* rpclib: Initial tests for RpcConnNick Mathewson2024-07-241-0/+3
* rpclib: Test low-level reader/writer.Nick Mathewson2024-07-241-0/+1
* rpc client: Documentation.Nick Mathewson2024-07-161-0/+1
* WIP: Lower and middle levels of Arti rpc core.Nick Mathewson2024-07-161-0/+30