| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-10-05 | Updating version in package files | Linus Färnstrand | 1 | -6/+6 | |
| 2022-10-03 | Implement zeroize for the WireGuard PresharedKey type | Linus Färnstrand | 1 | -0/+1 | |
| 2022-09-28 | Bump windows-sys to 0.42.0 | David Lönnhager | 1 | -15/+72 | |
| 2022-09-27 | Update tonic to 0.8 | Emīls Piņķis | 1 | -53/+146 | |
| 2022-09-26 | Updating version in package files | Linus Färnstrand | 1 | -6/+6 | |
| 2022-09-21 | Always block on shutdown | Emīls Piņķis | 1 | -0/+1 | |
| 2022-09-16 | Remove unused dependencies | David Lönnhager | 1 | -58/+13 | |
| 2022-09-16 | Update jnix to 0.5 | David Lönnhager | 1 | -36/+12 | |
| 2022-09-07 | Update cpufeatures to 0.2.5 | Emīls Piņķis | 1 | -2/+2 | |
| 2022-09-07 | Upgrade the classic-mceliece-rust library | Linus Färnstrand | 1 | -2/+4 | |
| 2022-09-07 | Upgrade chacha20poly1305 to unblock upgrading zeroize to latest | Linus Färnstrand | 1 | -8/+8 | |
| 2022-09-01 | Replace winapi with windows-sys for all remaining crates | David Lönnhager | 1 | -6/+6 | |
| 2022-08-25 | Rewrite ST service code to use windows-service crate | David Lönnhager | 1 | -0/+1 | |
| 2022-08-25 | Update chrono to 0.4.21 to fix Android | Emīls Piņķis | 1 | -15/+38 | |
| 2022-08-19 | Updating version in package files | Linus Färnstrand | 1 | -6/+6 | |
| 2022-08-15 | Allow for migrating windows users to WG | Jonathan | 1 | -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-10 | Use windows-sys instead of winapi for dnsapi | David Lönnhager | 1 | -0/+1 | |
| 2022-08-10 | Flush DNS cache directly using dnsapi | David Lönnhager | 1 | -2/+3 | |
| 2022-08-10 | Updating version in package files | Linus Färnstrand | 1 | -6/+6 | |
| 2022-08-09 | Bump chrono to 0.4.20 | David Lönnhager | 1 | -3/+4 | |
| 2022-07-28 | Updating version in package files | Linus Färnstrand | 1 | -6/+6 | |
| 2022-07-27 | Update netlink crates to support later kernels | Emīls Piņķis | 1 | -20/+19 | |
| 2022-07-21 | Update windows-service crate | David Lönnhager | 1 | -10/+10 | |
| 2022-07-19 | Upgrade x25519-dalek and rand to latest versions | Linus Färnstrand | 1 | -30/+20 | |
| 2022-07-05 | Update version in package files | David Lönnhager | 1 | -6/+6 | |
| 2022-07-05 | Upgrade all trust-dns related crates | Linus Färnstrand | 1 | -22/+10 | |
| Some of them were on alpha versions. Upgraded these to "stable" releases | |||||
| 2022-07-05 | Upgrade tokio and all tokio-* crates to latest version | Linus Färnstrand | 1 | -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-05 | Upgrade pin-project from a yanked version | Linus Färnstrand | 1 | -4/+4 | |
| 2022-07-01 | Remove dependencies reported as unused by cargo udeps | Linus Färnstrand | 1 | -74/+0 | |
| 2022-07-01 | Upgrade internet-checksum to latest version | Linus Färnstrand | 1 | -5/+2 | |
| This version has proper license metadata | |||||
| 2022-06-29 | Remove notify dependency and add inotify instead | Jonathan | 1 | -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-27 | Updating version in package files | Linus Färnstrand | 1 | -6/+6 | |
| 2022-06-22 | Upgrade digest and block-buffer to non-yanked versions | Linus Färnstrand | 1 | -12/+12 | |
| 2022-06-20 | Add abstraction for atomic file I/O | David Lönnhager | 1 | -1/+1 | |
| 2022-06-14 | Rename talpid-relay-config-client to talpid-tunnel-config-client | David Lönnhager | 1 | -10/+10 | |
| 2022-06-14 | Use v2 branch of classic-mceliece-rust | David Lönnhager | 1 | -38/+5 | |
| 2022-06-14 | Switch from liboqs to classic-mceliece-rust | David Lönnhager | 1 | -201/+60 | |
| 2022-06-14 | Implement initial PQ PSK exchange for wireguard-nt | David Lönnhager | 1 | -0/+1 | |
| 2022-06-14 | Add relay feature gRPC client | David Lönnhager | 1 | -16/+264 | |
| 2022-06-13 | Bump desktop versions to 2022.2 | Linus Färnstrand | 1 | -6/+6 | |
| 2022-05-25 | Save 'created' and 'hijack_dns' fields in device structs | David Lönnhager | 1 | -0/+1 | |
| 2022-05-17 | Updating version in package files | Linus Färnstrand | 1 | -6/+6 | |
| 2022-04-26 | Move the relay selector to its own crate | David Lönnhager | 1 | -0/+23 | |
| 2022-04-12 | Bump shadowsocks to released versions | David Lönnhager | 1 | -2/+4 | |
| 2022-04-11 | Refactor long-running timers and use talpid-time for suspend-aware | David Lönnhager | 1 | -0/+3 | |
| clocks | |||||
| 2022-04-11 | Add talpid-time crate | David Lönnhager | 1 | -0/+8 | |
| 2022-04-05 | Bump shadowsocks to get rid of unused dependencies | David Lönnhager | 1 | -370/+58 | |
| 2022-04-05 | Use shadowsocks crate instead of subprocess | David Lönnhager | 1 | -39/+550 | |
| 2022-03-25 | Upgrade udp-over-tcp to get rid of structopt dependency | Linus Färnstrand | 1 | -83/+7 | |
| 2022-03-24 | Bump udp-over-tcp to 0.2 | David Lönnhager | 1 | -3/+2 | |
