| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | RPC: add a temporary "listen" function. | Nick Mathewson | 2023-04-12 | 4 | -1/+66 | |
| | * | | | | | rpc: Declare a trivial Echo command that works on a session. | Nick Mathewson | 2023-04-12 | 1 | -1/+24 | |
| | * | | | | | rpc: Wire up arti-rpcserver to use tor-rpccmd. | Nick Mathewson | 2023-04-12 | 2 | -24/+159 | |
| | * | | | | | rpc: temporary converion functions for some error types. | Nick Mathewson | 2023-04-12 | 1 | -0/+22 | |
| | * | | | | | rpc: Make all object lookup fns return LookupError. | Nick Mathewson | 2023-04-12 | 2 | -9/+3 | |
| | * | | | | | rpc: Try refactoring the context type to _be_ a Sink. | Nick Mathewson | 2023-04-12 | 2 | -45/+53 | |
| | * | | | | | tor-rpccmd: Apply standard warnings and make them pass. | Nick Mathewson | 2023-04-12 | 6 | -8/+80 | |
| | * | | | | | rpc: Make a real test for our dispatch logic. | Nick Mathewson | 2023-04-12 | 1 | -20/+83 | |
| | * | | | | | rpc: Remove type mangling from rpc_invoke_fn! | Nick Mathewson | 2023-04-12 | 1 | -15/+14 | |
| | * | | | | | rpc: Add an RpcError type. | Nick Mathewson | 2023-04-12 | 5 | -9/+60 | |
| | * | | | | | rpc: Make invoke return a Result of erased_serde::Serialize | Nick Mathewson | 2023-04-12 | 4 | -10/+41 | |
| | * | | | | | rpc: Add Update functionality to rpc::Context. | Nick Mathewson | 2023-04-12 | 4 | -0/+46 | |
| | * | | | | | rpc: do a better job of hiding impl_const_type_id! | Nick Mathewson | 2023-04-12 | 4 | -5/+67 | |
| | * | | | | | RPC: Initial implementation of a multiple-argument dispatch | Nick Mathewson | 2023-04-12 | 8 | -8/+412 | |
| | * | | | | | Start on a lower-level tor-rpccmd crate. | Nick Mathewson | 2023-04-12 | 9 | -35/+107 | |
| | * | | | | | rpc: Add a Session object and an interaction loop. | Nick Mathewson | 2023-04-12 | 2 | -0/+184 | |
| | * | | | | | rpc: Add asynchronous_codec wrapper for jsonlines. | Nick Mathewson | 2023-04-12 | 4 | -0/+103 | |
| | * | | | | | rpc: Add a cancellable future type. | Nick Mathewson | 2023-04-12 | 4 | -0/+138 | |
| | * | | | | | rpc: Implement json message types for serde. | Nick Mathewson | 2023-04-12 | 6 | -2/+337 | |
| | * | | | | | tor-proto: Be explicit about an into(). | Nick Mathewson | 2023-04-12 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Add another entry to global semver.md | Nick Mathewson | 2023-04-12 | 1 | -0/+1 | |
| * | | | | | Merge branch 'audit' into 'main' | gabi-250 | 2023-04-12 | 1 | -3/+16 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Run cargo audit last and in its own job | Ian Jackson | 2023-04-12 | 1 | -3/+16 | |
| * | | | | | | Merge branch 'fix' into 'main' | gabi-250 | 2023-04-12 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-hsclient: Add an allow to this incomplete code | Ian Jackson | 2023-04-12 | 1 | -0/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'fix' into 'main' | gabi-250 | 2023-04-12 | 1 | -2/+2 | |
| |\| | | | | | ||||||
| | * | | | | | Apply ProtocolViolation renaming to hs connector code | Ian Jackson | 2023-04-12 | 1 | -2/+2 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'msrv-1.65' into 'main' | Ian Jackson | 2023-04-12 | 52 | -57/+58 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add a global semver.md for MSRV break. | Nick Mathewson | 2023-04-11 | 1 | -0/+1 | |
| | * | | | | | Test with 1.65 in minimal_versions. | Nick Mathewson | 2023-04-11 | 1 | -1/+1 | |
| | * | | | | | Update MSRV in README | Nick Mathewson | 2023-04-11 | 1 | -1/+1 | |
| | * | | | | | Use bool::then_some() as appropriate | Nick Mathewson | 2023-04-11 | 7 | -13/+13 | |
| | * | | | | | Increment MSRV to 1.65 in every crate. | Nick Mathewson | 2023-04-11 | 42 | -42/+42 | |
| * | | | | | | Merge branch 'bug804' into 'main' | Nick Mathewson | 2023-04-11 | 4 | -13/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | s/ProtocolFailed/ProtocolViolation/g where possible | Neel Chauhan | 2023-04-08 | 4 | -13/+6 | |
| * | | | | | | | Merge branch 'rpc2' into 'main' | Ian Jackson | 2023-04-11 | 1 | -0/+114 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | rpc: Fix typos/grammar errors | Nick Mathewson | 2023-04-11 | 1 | -2/+2 | |
| | * | | | | | | rpc: Rewrite `data` spec in JSON terms | Ian Jackson | 2023-04-11 | 1 | -4/+12 | |
| | * | | | | | | rpc: Clarify that error formatting display is indicative | Ian Jackson | 2023-04-11 | 1 | -0/+4 | |
| | * | | | | | | Use non-JSON-RPC-reserved values for our own errors | Ian Jackson | 2023-04-11 | 1 | -2/+4 | |
| | * | | | | | | rpc: Fix mistake in "JSON-RPC compatibility" section for errors | Ian Jackson | 2023-04-11 | 1 | -1/+2 | |
| | * | | | | | | rpc: Discourage use of `code` | Ian Jackson | 2023-04-11 | 1 | -1/+8 | |
| | * | | | | | | rpc: Warn about relying too much about `data` | Ian Jackson | 2023-04-11 | 1 | -0/+5 | |
| | * | | | | | | rpc: Provide example of an error response | Ian Jackson | 2023-04-11 | 1 | -0/+18 | |
| | * | | | | | | rpc: Provide a list of ErrorKind strings | Ian Jackson | 2023-04-11 | 1 | -2/+17 | |
| | * | | | | | | rpc: Be more explicit about what the string error message is for (typo) | Ian Jackson | 2023-04-11 | 1 | -1/+1 | |
| | * | | | | | | rpc: Be more explicit about what the string error message is for | Nick Mathewson | 2023-04-11 | 1 | -1/+3 | |
| | * | | | | | | rpc: Proposed error format | Ian Jackson | 2023-04-11 | 1 | -0/+52 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'hs' into 'main' | Ian Jackson | 2023-04-11 | 7 | -38/+641 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | hs connect: Improve a todo and refer to #813 | Ian Jackson | 2023-04-11 | 1 | -2/+1 | |
