]> git.ipfire.org Git - thirdparty/wireguard-go.git/shortlog
thirdparty/wireguard-go.git
2023-02-16  Jason A. Donenfelddevice: uniformly check ECDH output for zeros
2023-02-09  Jordan Whitedtun: guard Device.Events() against chan writes
2023-02-07  Jason A. Donenfeldglobal: bump copyright year
2023-02-07  Soren L. Hansentun/netstack: make http examples communicate with each...
2023-02-07  Colin Adlertun/netstack: bump gvisor
2022-09-20  Jason A. Donenfeldglobal: bump copyright year
2022-09-20  Colin Adlertun/netstack: ensure `(*netTun).incomingPacket` chan...
2022-09-04  Brad Fitzpatrickall: use Go 1.19 and its atomic types
2022-08-29  Jason A. Donenfeldtun/netstack: remove separate module
2022-08-29  Shengjing Zhutun/netstack: bump to latest gvisor
2022-07-03  Brad Fitzpatrickconn, device, tun: set CLOEXEC on fds
2022-06-01  Tobias Klausertun: use ByteSliceToString from golang.org/x/sys/unix
2022-04-07  Josh Bleecher... conn: remove the final alloc per packet receive
2022-03-18  Jason A. Donenfeldconn: use netip for std bind
2022-03-17  Jason A. Donenfeldversion: bump snapshot 0.0.20220316
2022-03-17  Jason A. Donenfeldtun/netstack: bump mod
2022-03-16  Jason A. Donenfeldmod: bump packages and remove compat netip
2022-03-16  Josh Bleecher... all: use any in place of interface{}
2022-03-16  Josh Bleecher... all: update to Go 1.18
2022-03-10  Alexander Neumanntun/netstack: check error returned by SetDeadline()
2022-03-10  Alexander Neumanntun/netstack: update to latest wireguard-go
2022-02-02  Jason A. Donenfeldtun/netstack: simplify read timeout on ping socket
2022-02-02  Thomas H. Ptacektun/netstack: implement ICMP ping
2022-01-17  Jason A. Donenfeldversion: bump snapshot 0.0.20220117
2022-01-14  Jason A. Donenfeldipc: bsd: try again if kqueue returns EINTR
2021-12-09  Jason A. Donenfeldglobal: apply gofumpt
2021-11-29  Jason A. Donenfelddevice: handle peer post config on blank line
2021-11-23  Josh Bleecher... device: reduce peer lock critical section in UAPI
2021-11-23  Josh Bleecher... device: remove code using unsafe
2021-11-23  Jason A. Donenfeldglobal: use netip where possible now
2021-11-16  Jason A. Donenfelddevice: only propagate roaming value before peer is...
2021-11-16  Jason A. Donenfelddevice: align 64-bit atomic member in Device
2021-11-16  Jason A. Donenfelddevice: start peers before running handshake test
2021-11-16  Jason A. DonenfeldMakefile: don't use test -v because it hides failures...
2021-11-16  David Andersondevice: fix nil pointer dereference in uapi read
2021-11-15  Jason A. Donenfelddevice: make new peers inherit broken mobile semantics
2021-11-15  Jason A. Donenfelddevice: defer state machine transitions until configura...
2021-11-15  Jason A. Donenfelddevice: do not consume handshake messages if not running
2021-11-04  Jason A. Donenfeldtun: move wintun to its own repo
2021-11-04  Jason A. Donenfeldnamedpipe: rename from winpipe to keep in sync with...
2021-10-28  Jason A. Donenfelddevice: timers: use pre-seeded per-thread unlocked...
2021-10-28  Jason A. Donenfelddevice: timers: seed unsafe rng before use for jitter
2021-10-26  Jason A. Donenfeldwintun: align 64-bit argument on ARM32
2021-10-25  Jason A. DonenfeldREADME: raise minimum Go to 1.17
2021-10-22  Mikael Magnussontun/netstack: update gvisor
2021-10-20  Brad Fitzpatrickipc, rwcancel: compile on js/wasm
2021-10-20  Jason A. Donenfeldwintun: allow retrieving DLL version
2021-10-17  Jason A. Donenfeldversion: bump snapshot 0.0.20211016
2021-10-17  Jason A. Donenfeldwintun: remove memmod option for dll loading
2021-10-12  Jason A. Donenfeldglobal: remove old-style build tags
2021-10-12  Jason A. Donenfeldglobal: add newer-style build tags
2021-10-12  Jason A. Donenfeldwintun: use new swdevice-based API for upcoming Wintun...
2021-10-11  Jason A. Donenfeldconn,wintun: use unsafe.Slice instead of unsafeSlice
2021-10-11  Jason A. Donenfeldmemmod: import from wireguard-windows
2021-09-27  Jason A. Donenfeldrwcancel: use unix.Poll again but bump x/sys so it...
2021-09-26  Jason A. Donenfeldrwcancel: use ppoll on Linux for Android
2021-09-23  Tobias Klausertun: make operateonfd.go build tags more specific
2021-09-23  Tobias Klausertun: avoid leaking sock fd in CreateTUN error cases
2021-09-05  Jason A. Donenfeldglobal: add new go 1.17 build comments
2021-08-05  Jason A. Donenfeldmemmod: register exception handler tables
2021-07-28  Jason A. Donenfeldmemmod: fix protected delayed load the right way
2021-07-28  Jason A. Donenfeldmemmod: disable protected delayed load for now
2021-06-24  Jason A. Donenfeldipc: allow admins but require high integrity label
2021-06-04  Jason A. Donenfelddevice: zero out allowedip node pointers when removing
2021-06-03  Jason A. Donenfelddevice: limit allowedip fuzzer a to 4 times through
2021-06-03  Jason A. Donenfelddevice: simplify allowedips lookup signature
2021-06-03  Jason A. Donenfelddevice: remove nodes by peer in O(1) instead of O(n)
2021-06-03  Jason A. Donenfelddevice: remove recursion from insertion and connect...
2021-06-03  Jason A. Donenfelddevice: reduce size of trie struct
2021-05-25  Josh Bleecher... go.mod: bump golang.org/x/sys again
2021-05-21  Jason A. Donenfelddevice: allow reducing queue constants on iOS
2021-05-20  Jason A. Donenfeldtun: linux: account for interface removal from outside
2021-05-20  Jason A. Donenfeldconn: linux: protect read fds
2021-05-20  Jason A. Donenfeldrwcancel: use ordinary os.ErrClosed instead of custom...
2021-05-20  Jason A. Donenfeldrwcancel: use poll instead of select
2021-05-18  Jason A. Donenfelddevice: optimize Peer.String even more
2021-05-13  Josh Bleecher... device: optimize Peer.String
2021-05-11  Jason A. Donenfeldconn: windows: set count=0 on retry
2021-05-10  Jason A. Donenfeldmain: replace crlf on windows in fmt test
2021-05-10  Jason A. Donenfeldmain: check that code is formatted in unit test
2021-05-07  Jason A. Donenfeldtun: format
2021-05-07  Jason A. Donenfelddevice: add ID to repeated routines
2021-05-07  Jason A. Donenfelddevice: remove unusual ... in messages
2021-05-07  Jason A. Donenfelddevice: avoid verbose log line during ordinary shutdown...
2021-05-07  Jason A. Donenfeldtun: windows: set event before waiting
2021-05-07  Jason A. Donenfeldtun: windows: rearrange struct to avoid alignment trap...
2021-05-07  Jason A. Donenfeldtun: windows: check alignment in unit test
2021-05-06  Josh Bleecher... device: log all errors received by RoutineReceiveIncoming
2021-05-06  Jason A. Donenfeldtun/netstack: update go mod and remove GSO argument
2021-05-05  Jason A. Donenfeldtun: windows: send MTU update when forced MTU changes
2021-04-27  Jason A. Donenfeldtun: windows: protect reads from closing
2021-04-27  Jason A. Donenfeldconn: windows: do not error out when receiving UDP...
2021-04-24  Jason A. Donenfeldversion: bump snapshot 0.0.20210424
2021-04-19  Jason A. Donenfeldtun: freebsd: avoid OOB writes
2021-04-19  Jason A. Donenfeldtun: freebsd: become controlling process when reopening...
2021-04-19  Jason A. Donenfeldtun: freebsd: restructure and cleanup
2021-04-19  Jason A. Donenfeldtun: freebsd: remove horrific hack for getting tunnel...
2021-04-19  Jason A. Donenfeldtun: freebsd: set IFF_MULTICAST for routing daemons
2021-04-16  Jason A. Donenfeldmain: print kernel warning on OpenBSD and FreeBSD too
2021-04-12  Jason A. Donenfelddevice: don't defer unlocking from loop
next