aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
* | | arti: Interpret socks request to mean "lookup an RPC session"Nick Mathewson2023-06-051-0/+1
* | | RPC: Implement a "global identifier" for non-session-bound IDsNick Mathewson2023-06-051-0/+18
* | | rpc: Give RpcMgr a registry of connections.Nick Mathewson2023-06-051-0/+2
| |/ |/|
* | Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-43/+43
* | Run "cargo update" in preparation for Thursday release.Nick Mathewson2023-05-301-80/+71
|/
* rpc: Remove fake_generational_arenaNick Mathewson2023-05-231-0/+10
* Upgrade notify dependency to 6.0Nick Mathewson2023-05-221-2/+2
* Upgrade async-compression dependency to 0.4.0.Nick Mathewson2023-05-221-6/+6
* Upgrade memmap2 dependency to 0.6.1.Nick Mathewson2023-05-221-2/+2
* Upgrade serde_with dependency to 3.0.0Nick Mathewson2023-05-221-6/+12
* Run "cargo update".Nick Mathewson2023-05-221-312/+199
* hs_ntor: Use Subcredential type from tor-hscryptoNick Mathewson2023-05-171-0/+1
* rpc: Change the formatting of object IDsNick Mathewson2023-05-151-0/+4
* llcrypto: upgrade x25519-dalek.Nick Mathewson2023-05-131-7/+50
* linkspec: Make LinkSpecType public.Nick Mathewson2023-05-101-0/+1
* bump to latest version of bumpalo to appease cargo_audit.Nick Mathewson2023-05-091-2/+2
* update rustls to 0.21trinity-1686a2023-05-081-6/+15
* update rsa to 0.9.xtrinity-1686a2023-05-081-13/+14
* tor-netdir: Shuffle the list of HS dirs used for downloading descriptors.Gabriela Moldovan2023-05-041-1/+2
* Temporarily replace generational-arena with a fake version.Nick Mathewson2023-05-041-48/+32
* Add a generational arena for object mapping for RPC.Nick Mathewson2023-05-041-32/+48
* RPC: Start on plumbing TorClient into our RPC codeNick Mathewson2023-05-041-0/+1
* RPC: Move the "listen" part of the RPC listener code to `arti`.Nick Mathewson2023-05-041-2/+1
* rpc: Make an RpcMgr type to own the DispatchTable.Nick Mathewson2023-05-041-1/+0
* tor-netdir: Update tests to parse the descriptor, make test consensus lifetim...Gabriela Moldovan2023-05-031-0/+2
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-2/+2
* Increment crate versions.Nick Mathewson2023-05-031-43/+43
* Run cargo update again. (Tracing 0.1.38 has been yanked)Nick Mathewson2023-04-291-7/+8
* Run cargo update in preparation for release next weekNick Mathewson2023-04-281-84/+134
* Upgrade to serial_test 2.0.0Nick Mathewson2023-04-281-23/+23
* rpcserver: Use with_fn.Nick Mathewson2023-04-191-0/+1
* rpcbase: Use with_fn.Nick Mathewson2023-04-191-0/+1
* Run cargo updateIan Jackson2023-04-131-77/+77
* Merge branch 'use_secmem_proc_03' into 'main'gabi-2502023-04-131-37/+99
|\
| * Update our secmem_proc dependency to 0.3.0Nick Mathewson2023-04-131-54/+116
* | Merge branch 'misc_upgrades' into 'main'gabi-2502023-04-131-28/+28
|\ \
| * | Upgrade our hex-literal dependencyNick Mathewson2023-04-131-2/+2
| * | Upgrade our num_enum dependency.Nick Mathewson2023-04-131-26/+26
| |/
* / rpcbase: Use correct error codes, and add tests.Nick Mathewson2023-04-121-0/+12
|/
* Rename tor-rpccmd to tor-rpcbase.Nick Mathewson2023-04-121-2/+2
* rpc: Reify and expose DispatchTable.Nick Mathewson2023-04-121-0/+1
* rpc: Remove anyhow dependencyNick Mathewson2023-04-121-1/+0
* rpc: Add a demonstration feature to "arti"Nick Mathewson2023-04-121-0/+1
* rpc: Add an authentication step.Nick Mathewson2023-04-121-0/+1
* RPC: add a temporary "listen" function.Nick Mathewson2023-04-121-0/+3
* rpc: Add an RpcError type.Nick Mathewson2023-04-121-0/+1
* rpc: Make invoke return a Result of erased_serde::SerializeNick Mathewson2023-04-121-0/+1
* rpc: Add Update functionality to rpc::Context.Nick Mathewson2023-04-121-0/+1
* RPC: Initial implementation of a multiple-argument dispatchNick Mathewson2023-04-121-0/+11
* Start on a lower-level tor-rpccmd crate.Nick Mathewson2023-04-121-0/+12