]> git.ipfire.org Git - thirdparty/wireguard-go.git/shortlog
thirdparty/wireguard-go.git
2020-05-02  Jason A. Donenfelduapi: linux: put sock files in netns-specific subdir jd/netns-specific-uapi
2020-05-02  David Crawshawwgcfg: remove for now
2020-05-01  David Crawshawwgcfg: remove JSON marshal methods
2020-05-01  Jason A. Donenfelddevice: use atomic access for unlocked keypair.next
2020-05-01  David Crawshawwgcfg: rename Key to PublicKey
2020-05-01  Wenxuan Zhaodevice: add nil check before convert typed error back
2020-04-07  David Crawshawdevice: move stats fields back down and add test diagno...
2020-04-07  David CrawshawRevert "device: use wgcfg key types"
2020-04-03  David Andersondevice: remove racey read in session key rotation.
2020-04-02  Avery Pennarundevice: add debug logs describing handshake rejection
2020-04-02  David Crawshawdevice: use wgcfg key types
2020-04-02  Brad Fitzpatricktun: return a better error message if /dev/net/tun...
2020-04-02  David Andersondevice: return generic error from Ipc{Get,Set}Operation.
2020-04-02  Avery Pennaruntun: NetlinkListener: don't send EventDown before sendi...
2020-04-02  David Crawshawdevice: give handshake state a type
2020-04-01  David Crawshawtuntest: split out testing package
2020-03-31  David Crawshawwgcfg: improve SymmetricKey docs
2020-03-30  Brad Fitzpatrickwgcfg: fix bug preventing IPv6 addresses from working
2020-03-30  Brad Fitzpatrickwgcfg: clean up IP type/method signatures
2020-03-30  Tyler Kroppwgcfg: add fast CIDR.Contains implementation
2020-03-30  David Crawshawwgcfg: new config package
2020-03-30  Brad Fitzpatricktun: fix data race on name field
2020-03-30  Brad Fitzpatricktun: remove unused isUp method
2020-03-30  David Crawshawconn: new package that splits out the Bind and Endpoint...
2020-03-30  Avery Pennarunwintun: split error message for create vs open namespace.
2020-03-30  David Andersondevice: make Peer fields safe for atomic access on...
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
next