]> git.ipfire.org Git - thirdparty/wireguard-go.git/shortlog
thirdparty/wireguard-go.git
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
2021-04-12  Jason A. Donenfeldconn: reconstruct v4 vs v6 receive function based on...
2021-04-12  Kristupas Antanavičiusdevice: allocate new buffer in receive death spiral
2021-04-10  Jason A. Donenfeldconn: windows: reset ring to starting position after...
2021-04-09  Jason A. Donenfeldconn: windows: compare head and tail properly
2021-04-09  Jason A. Donenfeldwinrio: test that IOCP-based RIO is supported
2021-04-02  Josh Bleecher... all: make conn.Bind.Open return a slice of receive...
2021-04-02  Jason A. Donenfeldconn: winrio: pass key parameter into struct
2021-03-30  Josh Bleecher... device: handle broader range of errors in RoutineReceiv...
2021-03-30  Josh Bleecher... conn: document retry loop in StdNetBind.Open
2021-03-30  Josh Bleecher... conn: use local ipvN vars in StdNetBind.Open
2021-03-30  Josh Bleecher... conn: unify code in StdNetBind.Send
2021-03-30  Josh Bleecher... device: rename unsafeCloseBind to closeBindLocked
2021-03-23  Jason A. Donenfeldversion: bump snapshot 0.0.20210323
2021-03-23  Jason A. Donenfeldtun: freebsd: use broadcast mode instead of PPP mode
2021-03-11  Jason A. Donenfelddevice: signal to close device in separate routine
2021-03-11  Jason A. Donenfeldtun: linux: do not spam events every second from hack...
2021-03-09  Kay Diamtun: freebsd: allow empty names
2021-03-09  Jason A. Donenfeldwinpipe: move syscalls into x/sys
2021-03-09  Jason A. Donenfeldmemmod: use resource functions from x/sys
2021-03-09  Jason A. Donenfeldmemmod: do not use IsBadReadPtr
2021-03-09  Jason A. Donenfeldconn: linux: unexport mutex
2021-03-09  Jason A. Donenfeldmod: bump x/sys
2021-03-06  Jason A. Donenfeldmod: rename COPYING to LICENSE
next