| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-30 | Ignore GO-2025-4015 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-30 | Ignore GO-2025-4014 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-30 | Ignore GO-2025-4013 | Markus Pettersson | 1 | -0/+7 | |
| 2025-10-30 | Ignore GO-2025-4012 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-30 | Ignore GO-2025-4011 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-30 | Ignore GO-2025-4010 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-30 | Ignore GO-2025-4009 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-30 | Ignore GO-2025-4008 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-30 | Ignore GO-2025-4007 | Markus Pettersson | 1 | -0/+7 | |
| 2025-10-30 | Ignore GO-2025-4006 | Markus Pettersson | 1 | -0/+6 | |
| 2025-10-24 | Update important log message | Joakim Hulthe | 1 | -1/+1 | |
| 2025-10-24 | Fix disallow compiling libwg & maybenot for Windows from non-Windows | Markus Pettersson | 1 | -1/+4 | |
| 2025-10-03 | Bump windows-sys version to latest | David Lönnhager | 1 | -1/+1 | |
| This also refactors and documents some code | |||||
| 2025-09-23 | Ignore CVE-2025-47906 since it does not affect wireguard-go | David Lönnhager | 1 | -0/+6 | |
| 2025-09-16 | Extend ignore of Go CVEs in `libwg` | Markus Pettersson | 1 | -16/+16 | |
| Instruct `osv-scanner` to ignore a bunch of CVEs that affect Go code in wireguard-go-rs/libwg. All CVEs have been checked to not affect libwg in any way, so they are safe to ignore. | |||||
| 2025-08-08 | Ignore vuln GO-2025-3849 affecting database/sql | David Lönnhager | 1 | -0/+6 | |
| 2025-07-31 | Support 16kb page size | David Göransson | 1 | -2/+5 | |
| 2025-07-15 | Fix `collapsible_if` clippy lint | Markus Pettersson | 1 | -4/+5 | |
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 2 | -2/+2 | |
| 2025-07-09 | Inline format arguments | Linus Färnstrand | 1 | -5/+1 | |
| 2025-07-07 | Add musl as a target ABI for wireguard-go-rs | Markus Pettersson | 1 | -3/+22 | |
| Do not assume target ABI to be glibc. The current solution is not directly extensible by the user, but it easily could be if we really wanted to. At least we don't break cross-compilation to musl targets though. | |||||
| 2025-06-13 | Ignore more irrelevant CVEs for wireguard-go | David Lönnhager | 1 | -0/+18 | |
| 2025-06-12 | Fix tun file descriptor ownership | Joakim Hulthe | 1 | -25/+40 | |
| We accidentally borrowed the file descriptor when we should have moved it. This commit adds more `OwnedFd` and friends to help handle ownership correctly. Signed-off-by: Joakim Hulthe <joakim.hulthe@mullvad.net> | |||||
| 2025-06-12 | Bump ignoreUntil for ignored vulns | David Lönnhager | 1 | -12/+12 | |
| 2025-06-05 | Fix typos | omahs | 1 | -6/+6 | |
| 2025-05-14 | Use OnDrop from talpid-types in wggors | Joakim Hulthe | 3 | -19/+4 | |
| 2025-04-17 | Silence `GO-2025-3595` in libwg | Markus Pettersson | 1 | -0/+6 | |
| 2025-04-11 | Silence CVE GO-2025-3563 in `libwg` | Markus Pettersson | 1 | -0/+6 | |
| 2025-04-02 | Silence GO-2025-3503 in `wireguard-go` | Markus Pettersson | 1 | -0/+6 | |
| 2025-03-12 | Silence `GO-2025-3447` in `libwg` | Markus Pettersson | 1 | -0/+6 | |
| 2025-03-12 | Silence `GO-2025-3487` in `libwg` | Markus Pettersson | 1 | -0/+6 | |
| 2025-03-12 | Update end date for silencing CVEs in `libwg/osv-scanner.toml` | Markus Pettersson | 1 | -7/+7 | |
| 2025-02-12 | Format workspace | Sebastian Holmin | 1 | -1/+1 | |
| The 2024 edition contains new formatting rules. All of these are not compatible with the 2021 formatting style, but most of them are. To change the formatting to be as close to the new style as possible while remaining compatible with the 2021 edition, I first ran `cargo +beta fmt` with the edition set to 2024, then, with the edition set to 2021, I ran `cargo fmt`. | |||||
| 2025-02-12 | Make extern block unsafe | Sebastian Holmin | 1 | -2/+2 | |
| 2025-02-12 | Format `.toml` files | Sebastian Holmin | 1 | -1/+6 | |
| 2025-02-12 | Update edition | Sebastian Holmin | 1 | -1/+1 | |
| 2025-02-07 | Update windows build to use new maybenot | Linus Färnstrand | 1 | -3/+8 | |
| Adds --locked to enforce lockfile, and explicitly build as shared library | |||||
| 2025-02-07 | Change maybenot-ffi hack, to always include it in workspace lockfile | Linus Färnstrand | 4 | -7/+12 | |
| 2025-01-28 | Silence `CVE-2024-45336` & `CVE-2024-45341` in osv-scanner | Markus Pettersson | 1 | -0/+12 | |
| 2025-01-27 | Fix memory leak in libwg | David Lönnhager | 1 | -1/+3 | |
| 2025-01-24 | Complete leak checker and implement in daemon | Joakim Hulthe | 1 | -1/+1 | |
| 2025-01-24 | Add build constraints for libwg_windows and libwg_android | David Lönnhager | 2 | -0/+6 | |
| 2025-01-24 | Update copyright notices in libwg | David Lönnhager | 7 | -7/+7 | |
| 2025-01-24 | Clean up wireguard-go-rs build script | David Lönnhager | 1 | -109/+119 | |
| 2025-01-24 | Exclude maybenot_ffi from toml file on Android | David Lönnhager | 2 | -2/+2 | |
| 2025-01-24 | Fix debug profile selection in wireguard-go-rs | David Lönnhager | 1 | -3/+7 | |
| 2025-01-24 | Build `maybenot` with inherited `--profile` | Markus Pettersson | 1 | -0/+1 | |
| 2025-01-24 | Add more elaborate error message | Markus Pettersson | 1 | -2/+2 | |
| 2025-01-24 | Pack libwg.dll and maybenot.dll for wireguard-go | David Lönnhager | 1 | -1/+1 | |
| 2025-01-24 | Search for `lib.exe` when cross-compiling | Markus Pettersson | 1 | -17/+47 | |
