summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-geoip: Add new crate with GeoIP database functionalityeta2023-06-201-2/+18
* | keymgr: Add an error variant for fs_mistrust errors.Gabriela Moldovan2023-06-201-0/+1
* | Merge branch 'arti-client' into 'main'Alexander Færøy2023-06-191-0/+1
|\ \
| * | arti-client: Provide ErrorDetailDiscriminants for convenient testingIan Jackson2023-06-161-0/+1
* | | Merge branch 'netdoc-todos' into 'main'Nick Mathewson2023-06-161-0/+1
|\ \ \ | |/ / |/| |
| * | netdoc: use ct_lookup for rend descriptor cookie lookupNick Mathewson2023-06-161-0/+1
* | | keymgr: Move the HS client and service key specifiers out of tor-keymgr.Gabriela Moldovan2023-06-151-0/+1
* | | keymgr: Add key manager implementation stub.Gabriela Moldovan2023-06-151-0/+1
* | | keymgr: Add ArtiNativeKeyStore implementation skeleton.Gabriela Moldovan2023-06-151-11/+246
|/ /
* | Upgrade async-trait requirement to 1.54Nick Mathewson2023-06-121-3/+3
* | tor-hsclient: Implement rendezvous setup, and retry frameworkIan Jackson2023-06-091-0/+2
* | tor-hscrypto: implement Rng.gen() for RendCookieIan Jackson2023-06-091-0/+1
|/
* Merge branch 'ipt_to_circtarget' into 'main'Nick Mathewson2023-06-071-0/+1
|\
| * hsclient: Create a CircTarget from an IntroPointDesc.Nick Mathewson2023-06-071-0/+1
* | Merge branch 'remove_arrayref' into 'main'Nick Mathewson2023-06-061-11/+0
|\ \
| * | tor-cell: remove use of arrayrefNick Mathewson2023-06-011-7/+0
| * | tor-llcrypto: remove use of arrayrefNick Mathewson2023-06-011-1/+0
| * | tor-netdoc: remove use of arrayref.Nick Mathewson2023-06-011-1/+0
| * | tor-proto: Remove use of arrayref.Nick Mathewson2023-06-011-1/+0
| * | tor-bytes: Remove use of arrayrefNick Mathewson2023-05-251-1/+0
* | | 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