]> git.ipfire.org Git - thirdparty/wireguard-go.git/shortlog
thirdparty/wireguard-go.git
2020-05-04  David Crawshaw[WIP] device: run testns.sh from a Go test harness dc/nstest
2020-05-02  Jason A. Donenfeldmain: now that we're upstreamed, relax Linux warning
2020-05-02  Jason A. DonenfeldREADME: specify go 1.13
2020-05-02  Jason A. Donenfeldglobal: update header comments and modules
2020-05-02  David Crawshawipc: deduplicate some unix-specific code
2020-05-02  David Crawshawipc: remove unnecessary error check
2020-05-02  Jason A. Donenfelddevice: use atomic access for unlocked keypair.next
2020-05-02  Simon Rozmanwintun: make remaining HWID comparisons case insensitive
2020-05-02  Simon Rozmansetupapi: extend struct size constant definitions for...
2020-05-02  Avery Pennarundevice: add debug logs describing handshake rejection
2020-05-02  Brad Fitzpatricktun: return a better error message if /dev/net/tun...
2020-05-02  David Andersondevice: return generic error from Ipc{Get,Set}Operation.
2020-05-02  Avery Pennaruntun: NetlinkListener: don't send EventDown before sendi...
2020-05-02  David Crawshawdevice: give handshake state a type
2020-05-02  David Crawshawtuntest: split out testing package
2020-05-02  Brad Fitzpatricktun: fix data race on name field
2020-05-02  Brad Fitzpatricktun: remove unused isUp method
2020-05-02  David Crawshawconn: introduce new package that splits out the Bind...
2020-05-02  Avery Pennarunwintun: split error message for create vs open namespace.
2020-05-02  David Andersondevice: add test to ensure Peer fields are safe for...
2020-03-30  David Crawshawrwcancel: no-op builds for windows and darwin
2020-03-30  David Crawshawratelimiter: use a fake clock in tests and style cleanups
2020-03-20  Jason A. Donenfeldversion: bump snapshot 0.0.20200320
2020-03-18  Jason A. Donenfeldnoise: unify zero checking of ecdh
2020-03-18  Tobias Klauserglobal: use RTMGRP_* consts from x/sys/unix
2020-02-14  Jason A. Donenfeldsend: account for zero mtu
2020-02-04  Jason A. Donenfelddevice: fix private key removal logic
2020-02-04  Jason A. Donenfelduapi: allow unsetting device private key with /dev...
2020-01-21  Jason A. Donenfeldversion: bump snapshot 0.0.20200121
2020-01-15  Jason A. Donenfeldtun: darwin: ignore ENOMEM errors
2020-01-07  Jason A. Donenfeldtun: windows: serialize write calls
2019-12-30  Jason A. DonenfeldREADME: update repo urls
2019-11-28  Jason A. Donenfelddevice: SendmsgN mutates the input sockaddr
2019-11-22  Jason A. Donenfeldwintun: manage ring memory manually
2019-10-30  Jason A. Donenfeldconstants: recalculate rekey max based on a one minute...
2019-10-22  Jonathan Tookerglobal: fix a few typos courtesy of codespell
2019-10-21  Jason A. Donenfelddevice: allow blackholing sockets
2019-10-21  Jason A. Donenfelddevice: remove dead error reporting code
2019-10-21  Jason A. Donenfeldnamespaceapi: remove tasteless comment
2019-10-17  Jason A. Donenfelddevice: recheck counters while holding write lock
2019-10-17  Jason A. Donenfeldwintun: normalize variable names for their types
2019-10-17  Avery Pennarunwintun: quickly ignore non-Wintun devices
2019-10-17  Avery Pennaruntun: match windows CreateTUN signature to the Linux...
2019-10-17  Avery Pennarunrwcancel: handle EINTR and EAGAIN in unixSelect()
2019-10-16  David Crawshawdevice: test packets between two fake devices
2019-10-12  Jason A. Donenfeldversion: bump snapshot 0.0.20191012
2019-10-08  Jason A. DonenfeldMakefile: remove v prefix
2019-10-08  Jason A. Donenfeldwintun: expose version
2019-10-04  Jason A. Donenfelduapi: allow preventing creation of new peers when updating
2019-10-04  Jason A. Donenfeldmod: bump versions
2019-09-17  Jason A. Donenfeldwinpipe: use x/sys/windows instead of syscall
2019-09-17  Jason A. Donenfeldwintun: use correct length for security attributes
2019-09-08  Jason A. Donenfeldtun: windows: unify error message format
2019-09-08  Jason A. Donenfeldversion: bump snapshot 0.0.20190908
2019-09-08  Jason A. Donenfeldmain: simplify warnings
2019-09-07  Jason A. Donenfeldtun: openbsd: check for interface already being up
2019-09-06  Jason A. Donenfeldnamespaceapi: AddSIDToBoundaryDescriptor modifies the...
2019-09-02  Jason A. Donenfeldwintun: take mutex first always
2019-09-02  Jason A. Donenfeldwintun: consider abandoned mutexes as released
2019-08-31  Jason A. Donenfeldipc: windows: use protected prefix
2019-08-30  Jason A. Donenfeldwinpipe: enforce ownership of client connection
2019-08-30  Jason A. Donenfeldwintun: put mutex into private namespace
2019-08-30  Jason A. Donenfeldnamespaceapi: fix mistake
2019-08-30  Simon Rozmannamespaceapi: initial version
2019-08-30  Jason A. Donenfeldwintun: take mutex so that deletion uses the right...
2019-08-29  Jason A. Donenfeldwintun: move ring constants into module
2019-08-29  Jason A. Donenfeldwintun: delete all interfaces is not used anymore
2019-08-29  Jason A. Donenfeldwintun: Wintun->Interface
2019-08-29  Jason A. Donenfeldwintun: keep reference to pool in wintun object
2019-08-29  Simon Rozmanwintun: introduce adapter pools
2019-08-29  Jason A. Donenfeldwintun: simplify rename logic
2019-08-28  Jason A. Donenfeldwintun: give better errors when ndis interface listing...
2019-08-28  Jason A. Donenfeldwintun: also check for numbered suffix and friendly...
2019-08-28  Simon Rozmanwintun: upgrade deleting all interfaces and make it...
2019-08-27  Jason A. Donenfeldwintun: cleanup earlier
2019-08-27  Jason A. Donenfeldwintun: rename duplicate adapters instead of ourselves
2019-08-26  Jason A. Donenfeldwintun: match suffix numbers
2019-08-25  Jason A. Donenfelddevice: getsockname on linux to determine port
2019-08-24  Jason A. Donenfeldwintun: make description consistent across fields
2019-08-22  Jason A. Donenfeldwintun: try multiple names until one isn't a duplicate
2019-08-21  Jason A. Donenfeldwintun: use nci.dll directly instead of buggy netshell
2019-08-20  Jason A. Donenfeldwintun: set friendly a bit better
2019-08-19  Jason A. Donenfeldwintun: also set friendly name after setting interface...
2019-08-19  Jason A. Donenfeldwintun: defer requires unique variable
2019-08-19  Jason A. Donenfeldwintun: set adapter description name
2019-08-19  Jason A. Donenfeldtun: windows: don't spin unless we really need it
2019-08-05  Jason A. Donenfeldversion: bump snapshot 0.0.20190805
2019-08-05  Jason A. Donenfelddevice: drop lock before expiring keys
2019-08-05  Jason A. Donenfelduapi: skip peers with invalid keys
2019-08-03  Jason A. Donenfeldtun: windows: spin for only a millisecond/80
2019-08-02  Simon Rozmanwintun: merge opening device registry key
2019-08-02  Simon Rozmanwintun: simplify checking reboot requirement
2019-08-02  Simon Rozmanwintun: refactor `err == nil` error checking
2019-08-02  Jason A. Donenfeldwintun: handle error for deadgwdetect
2019-08-02  Jason A. Donenfeldtun: darwin: do not attempt to close tun.event twice
2019-07-23  Jason A. Donenfeldwintun: get interface path properly with cfgmgr
2019-07-23  Jason A. Donenfeldtun: windows: style
2019-07-23  Jason A. Donenfeldwintun: simplify resolution of dev node
2019-07-22  Jason A. Donenfeldwintun: enable sharing of pnp node
2019-07-22  Jason A. Donenfeldtun: windows: close event handle on shutdown
next