]> git.ipfire.org Git - thirdparty/wireguard-go.git/shortlog
thirdparty/wireguard-go.git
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
2019-07-19  Jason A. Donenfeldipc: windows: match SDDL of WDK and make monkeyable
2019-07-19  Jason A. Donenfeldtun: windows: get rid of retry logic
2019-07-19  Jason A. Donenfeldtun: windows: use specific IOCTL code
2019-07-18  Jason A. Donenfelddevice: do not crash on nil'd bind in windows binding
2019-07-18  Jason A. Donenfeldtun: windows: open file at startup time
2019-07-18  Jason A. Donenfeldtun: windows: silently drop packet when ring is full
2019-07-18  Jason A. Donenfeldtun: windows: switch to NDIS device object
2019-07-18  Jason A. Donenfeldwintun: calculate path of NDIS device object symbolic...
2019-07-18  Michael Zeltnertun: openbsd: don't change MTU when it's already the...
2019-07-18  Jason A. Donenfeldtun: windows: spin for a bit before falling back to...
2019-07-17  Simon Rozmantun: windows: implement ring buffers
2019-07-11  Jason A. Donenfelddevice: immediately rekey all peers after changing...
2019-07-08  Jason A. DonenfeldREADME: update windows info
2019-07-05  Jason A. Donenfeldtun: windows: registration of write buffer no longer...
2019-07-05  Jason A. Donenfeldtun: windows: decrease alignment to 4
2019-07-04  Jason A. Donenfeldtun: windows: delay initial write
2019-07-01  Jason A. Donenfelddevice: receive: uniform message for source address...
2019-07-01  Jason A. Donenfeldtun: windows: packetNum is unused
2019-07-01  Jason A. Donenfelddevice: receive: simplify flush loop
2019-06-26  Jason A. Donenfeldtun: windows: inform wintun of maximum buffer length...
2019-06-18  Jason A. Donenfeldtun: windows: never retry open on Windows 10
2019-06-14  Matt Layhertun: remove TUN prefix from types to reduce stutter...
2019-06-11  Jason A. Donenfelddevice: update transfer counters correctly
2019-06-10  Jason A. Donenfeldwintun: increase registry timeout
2019-06-10  Jason A. Donenfeldwintun: add helper for cleaning up
2019-06-10  Jason A. Donenfeldwintun: simplify error matching and remove dumb comments
2019-06-10  Jason A. Donenfeldwintun: fix comments and remove hwnd param
2019-06-10  Simon Rozmansetupapi: add SetDeviceRegistryPropertyString description
2019-06-10  Simon Rozmansetupapi: unify ERROR_INSUFFICIENT_BUFFER handling
2019-06-10  Jason A. Donenfeldwintun: allow controlling GUID
2019-06-10  Jason A. Donenfeldsetupapi: add DeviceInstanceID()
2019-06-06  Jason A. Donenfeldglobal: fixup TODO comment spacing
2019-06-06  Jason A. Donenfeldwintun: guid functions are upstream
2019-06-06  Simon Rozmanwintun: simplify DeleteInterface method signature
2019-06-05  Jason A. Donenfeldwintun: don't run HrRenameConnection in separate thread
2019-06-05  Simon Rozmantun: windows: obsolete 256 packets per exchange buffer...
2019-06-04  Simon Rozmansetupapi, wintun: replace syscall with golang.org/x...
2019-06-04  Simon Rozmanwintun: set DI_QUIETINSTALL flag for GUI-less device...
2019-06-04  Simon Rozmansetupapi: define PropChangeParams struct
2019-06-04  Matt Layherdevice: remove redundant return statements
2019-06-04  Matt Layherdevice: use bytes.Equal for equality check, simplify...
2019-06-03  Matt Layherdevice, ratelimiter: replace uses of time.Now().Sub...
2019-06-03  Matt Layheripc/winpipe: go fmt
2019-05-31  Jason A. Donenfeldtun: windows: mitigate infinite loop in Flush()
2019-05-30  Jason A. Donenfelddevice: add SendKeepalivesToPeersWithCurrentKeypair...
2019-05-29  Jason A. Donenfeldtai64n: account for whitening in test
2019-05-29  Matt Layherdevice, tun: rearrange code and fix device tests
2019-05-26  Jason A. Donenfeldwintun: remove extra /
2019-05-25  Jason A. Donenfelddevice: darwin actually doesn't need bound interfaces
2019-05-25  Jason A. Donenfelddevice: make initiations per second match kernel implem...
2019-05-24  Jason A. Donenfelddevice: timers: add jitter on ack failure reinitiation
2019-05-24  Simon Rozmanwintun: revise GetInterface()
2019-05-23  Jason A. Donenfeldwintun: never return nil, nil
2019-05-23  Jason A. Donenfeldipc: use simplified fork of winio
2019-05-22  Simon Rozmansetupapi: trim "Get" from getters
2019-05-17  Jason A. Donenfeldwintun: don't try to flush interface, but rather delete
2019-05-17  Jason A. Donenfelddevice: fail to give bind if it doesn't exist
2019-05-17  Jason A. Donenfeldwintun: make certain methods private
2019-05-17  Jason A. Donenfeldversion: bump snapshot 0.0.20190517
2019-05-17  Jason A. Donenfeldmakefile: do not show warning on non-linux
2019-05-17  Simon Rozmanwintun: change acronyms to uppercase
2019-05-14  Jason A. Donenfeldglobal: regroup all imports
2019-05-11  Jason A. Donenfeldwintun: registry: fix nits
2019-05-11  Simon Rozmanwintun: registry: revise value reading
2019-05-10  Jason A. Donenfeldwintun: call HrRenameConnection in another thread
2019-05-10  Jason A. Donenfeldwintun: add LUID accessor
2019-05-10  Jason A. Donenfeldwintun: enumerate faster by using COMPATDRIVER instead...
2019-05-10  Jason A. Donenfeldwintun: destroy devinfolist after usage
2019-05-10  Simon Rozmanwintun: registry: replace REG_NOTIFY with NOTIFY
2019-05-10  Jason A. Donenfeldwintun: IpConfig is a MULTI_SZ, and fix errors
2019-05-10  Jason A. Donenfeldwintun: poll for device key
2019-05-10  Jason A. Donenfeldwintun: fix scope of error object
2019-05-10  Simon Rozmanwintun: wait for interface registry key on device creation
2019-05-09  Jason A. Donenfeldconn: remove scope when sanity checking IP address...
2019-05-09  Simon Rozmanwintun: fix GUID leading zero padding
2019-05-03  Jason A. Donenfeldmod: update deps
2019-05-03  Jason A. Donenfeldsetupapi: safer aliasing of slice types
2019-05-02  Jason A. Donenfeldwintun: work around GetInterface staleness bug
2019-05-02  Jason A. Donenfeldwintun: don't retry when not creating
2019-04-29  Jason A. Donenfeldwintun: try harder to open registry key
2019-04-29  Jason A. Donenfeldgo.mod: use vendored winio
2019-04-23  Jason A. Donenfeldtun: freebsd: work around numerous kernel panics on...
2019-04-19  Simon Rozmansetupapi: Fix struct size mismatches
2019-04-19  Jason A. Donenfeldsetupapi: actually fix padding by rounding up to sizeof...
2019-04-18  Jason A. Donenfeldtun: darwin: write routeSocket variable in helper
2019-04-18  Jason A. Donenfeldmain: revise warnings
2019-04-18  Jason A. Donenfelddevice: send: check packet length before freeing element
2019-04-18  Simon Rozmansetupapi: Revise DrvInfoDetailData struct size calculation
2019-04-13  Jason A. Donenfeldwindows: use proper constants from updated x/sys
next