summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-1/+1
* | rpclib: Note a key property of RPC error returns.Nick Mathewson2024-09-262-8/+7
* | 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
* | | | rpclib: read SOCKS _after_ processing.Nick Mathewson2024-09-251-12/+12
| |/ / |/| |
* | | Merge branch 'socks_read_zero' into 'main'Nick Mathewson2024-09-252-1/+11
|\ \ \
| * | | socks users: detect closed sockets.Nick Mathewson2024-09-242-1/+11
| |/ /
* | | Merge branch 'rename_singleton_id' into 'main'Jim Newsome2024-09-251-2/+2
|\ \ \ | | |/ | |/|
| * | rpc: Rename SingletonId to SingleIdResponseNick Mathewson2024-09-241-2/+2
* | | Run fixup-features in preparation for upcoming release.Nick Mathewson2024-09-251-1/+1
| |/ |/|
* | rpclib: Use prop351 protocol to open streams.Nick Mathewson2024-09-183-11/+16
|/
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* rpclib: Remove TODO about connect=>stream renaming.Nick Mathewson2024-09-101-4/+0
* rpclib: Rename "connect" to "open_stream" as appropriate.Nick Mathewson2024-09-103-21/+21
* rpclib: Rename connect.rs to stream.rsNick Mathewson2024-09-102-2/+2
* Re-run cbindben for new warnings and status codesNick Mathewson2024-09-092-43/+16
* Add TODO for renaming connect.rs to streams.rsNick Mathewson2024-09-091-0/+4
* socksproto: Add a const for suggested buffer length.Nick Mathewson2024-09-091-2/+2