summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
| * | netdoc: Use derive amplify::Getters for HsDesc accessors.Nick Mathewson2023-06-201-0/+48
* | | Upgrade to memmap2 0.7Nick Mathewson2023-06-211-2/+2
* | | Upgrade to strum 0.25.Nick Mathewson2023-06-211-5/+5
| |/ |/|
* | Merge branch 'geoip-nullity-fromstr' into 'main'Nick Mathewson2023-06-211-0/+1
|\ \
| * | geoip: Make ?? a little more bullet-proofNick Mathewson2023-06-201-0/+1
* | | Bump openssl because RUSTSEC-2023-0044Ian Jackson2023-06-211-4/+4
* | | Merge branch 'keymgr-refactor-fs-ops' into 'main'gabi-2502023-06-201-0/+1
|\ \ \ | |/ / |/| |
| * | keymgr: Move FS operations out of ssh.rsGabriela Moldovan2023-06-201-0/+1
| |/
* | Merge branch 'add-tor-geoip' into 'main'Nick Mathewson2023-06-201-2/+18
|\ \ | |/ |/|
| * 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