summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
AgeCommit message (Collapse)AuthorFilesLines
2022-10-05Updating version in package filesLinus Färnstrand1-6/+6
2022-10-03Implement zeroize for the WireGuard PresharedKey typeLinus Färnstrand1-0/+1
2022-09-28Bump windows-sys to 0.42.0David Lönnhager1-15/+72
2022-09-27Update tonic to 0.8Emīls Piņķis1-53/+146
2022-09-26Updating version in package filesLinus Färnstrand1-6/+6
2022-09-21Always block on shutdownEmīls Piņķis1-0/+1
2022-09-16Remove unused dependenciesDavid Lönnhager1-58/+13
2022-09-16Update jnix to 0.5David Lönnhager1-36/+12
2022-09-07Update cpufeatures to 0.2.5Emīls Piņķis1-2/+2
2022-09-07Upgrade the classic-mceliece-rust libraryLinus Färnstrand1-2/+4
2022-09-07Upgrade chacha20poly1305 to unblock upgrading zeroize to latestLinus Färnstrand1-8/+8
2022-09-01Replace winapi with windows-sys for all remaining cratesDavid Lönnhager1-6/+6
2022-08-25Rewrite ST service code to use windows-service crateDavid Lönnhager1-0/+1
2022-08-25Update chrono to 0.4.21 to fix AndroidEmīls Piņķis1-15/+38
2022-08-19Updating version in package filesLinus Färnstrand1-6/+6
2022-08-15Allow for migrating windows users to WGJonathan1-0/+1
Use a potential value between 0 and 1 provided by the API version check to decide if the Windows client should use WireGuard or OpenVpn. This decision is then persisted in the settings in the form of a random value between 0 and 1 where if the value is higher than the value provided by the API the client will use OpenVpn. If there is no value provided by the API then the client will use WireGuard as the migration has concluded.
2022-08-10Use windows-sys instead of winapi for dnsapiDavid Lönnhager1-0/+1
2022-08-10Flush DNS cache directly using dnsapiDavid Lönnhager1-2/+3
2022-08-10Updating version in package filesLinus Färnstrand1-6/+6
2022-08-09Bump chrono to 0.4.20David Lönnhager1-3/+4
2022-07-28Updating version in package filesLinus Färnstrand1-6/+6
2022-07-27Update netlink crates to support later kernelsEmīls Piņķis1-20/+19
2022-07-21Update windows-service crateDavid Lönnhager1-10/+10
2022-07-19Upgrade x25519-dalek and rand to latest versionsLinus Färnstrand1-30/+20
2022-07-05Update version in package filesDavid Lönnhager1-6/+6
2022-07-05Upgrade all trust-dns related cratesLinus Färnstrand1-22/+10
Some of them were on alpha versions. Upgraded these to "stable" releases
2022-07-05Upgrade tokio and all tokio-* crates to latest versionLinus Färnstrand1-59/+46
Moves from mio 0.7 to 0.8 and gets rid of miow completely Also upgrades parking_lot_core to get rid of duplicate windows-sys dependencies
2022-07-05Upgrade pin-project from a yanked versionLinus Färnstrand1-4/+4
2022-07-01Remove dependencies reported as unused by cargo udepsLinus Färnstrand1-74/+0
2022-07-01Upgrade internet-checksum to latest versionLinus Färnstrand1-5/+2
This version has proper license metadata
2022-06-29Remove notify dependency and add inotify insteadJonathan1-242/+72
Switch from notify to inotify since we only used notify on Linux. This helps cleanup our dependency tree and allows us to have more control over how the thread responsible for monitoring `resolv.conf` exits.
2022-06-27Updating version in package filesLinus Färnstrand1-6/+6
2022-06-22Upgrade digest and block-buffer to non-yanked versionsLinus Färnstrand1-12/+12
2022-06-20Add abstraction for atomic file I/ODavid Lönnhager1-1/+1
2022-06-14Rename talpid-relay-config-client to talpid-tunnel-config-clientDavid Lönnhager1-10/+10
2022-06-14Use v2 branch of classic-mceliece-rustDavid Lönnhager1-38/+5
2022-06-14Switch from liboqs to classic-mceliece-rustDavid Lönnhager1-201/+60
2022-06-14Implement initial PQ PSK exchange for wireguard-ntDavid Lönnhager1-0/+1
2022-06-14Add relay feature gRPC clientDavid Lönnhager1-16/+264
2022-06-13Bump desktop versions to 2022.2Linus Färnstrand1-6/+6
2022-05-25Save 'created' and 'hijack_dns' fields in device structsDavid Lönnhager1-0/+1
2022-05-17Updating version in package filesLinus Färnstrand1-6/+6
2022-04-26Move the relay selector to its own crateDavid Lönnhager1-0/+23
2022-04-12Bump shadowsocks to released versionsDavid Lönnhager1-2/+4
2022-04-11Refactor long-running timers and use talpid-time for suspend-awareDavid Lönnhager1-0/+3
clocks
2022-04-11Add talpid-time crateDavid Lönnhager1-0/+8
2022-04-05Bump shadowsocks to get rid of unused dependenciesDavid Lönnhager1-370/+58
2022-04-05Use shadowsocks crate instead of subprocessDavid Lönnhager1-39/+550
2022-03-25Upgrade udp-over-tcp to get rid of structopt dependencyLinus Färnstrand1-83/+7
2022-03-24Bump udp-over-tcp to 0.2David Lönnhager1-3/+2