]> git.ipfire.org Git - thirdparty/wireguard-go.git/shortlog
thirdparty/wireguard-go.git
2019-07-01  Jason A. Donenfelddevice: create beginnings of conn_windows jd/multibuffer
2019-07-01  Jason A. Donenfelddevice: prepare for multiple send/receive
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
2019-04-13  Jason A. Donenfeldconn: linux: RTA_MARK has moved to x/sys
2019-04-11  Simon Rozmantun: windows: Adopt new error codes returned by Wintun
2019-04-11  Simon Rozmantun: windows: do not sleep after OPERATION_ABORTED...
2019-04-09  Jason A. Donenfeldmain_windows: use proper version constant
2019-04-09  Jason A. Donenfeldversion: put version in right place 0.0.20190409
2019-04-09  Jason A. Donenfeldversion: bump snapshot
2019-04-09  Jason A. Donenfeldtun: windows: do not sleep after OPERATION_ABORTED
2019-04-04  Simon Rozmantun: windows: Retry R/W on ERROR_OPERATION_ABORTED
2019-04-03  Simon Rozmantun: windows: Attempt to reopen handle on all errors
2019-04-01  Jason A. Donenfeldwintun: rename device using undocumented API that netsh...
2019-04-01  Jason A. Donenfeldwintun: add more retry loops
2019-03-26  Jason A. Donenfeldtun: windows: cancel ongoing reads on closing and delet...
2019-03-22  Jason A. Donenfeldwintun: query for NetCfgInstanceId several times
2019-03-22  Jason A. Donenfeldtun: windows: delete interface before deleting file...
2019-03-22  Simon Rozmantun: windows: Make adapter rename asynchronous
2019-03-22  Simon Rozmantun: windows: Adapter devices renamed to WINTUN<LUID...
2019-03-22  Simon Rozmantun: windows: Increase unavailable adapter timeout...
2019-03-22  Simon Rozmantun: windows: Make writing persistent too
2019-03-22  Simon Rozmantun: windows: Fix paused adapter test
2019-03-21  Jason A. Donenfeldtun: windows: just open two file handles
2019-03-21  Jason A. Donenfeldreceive: implement flush semantics
2019-03-21  Jason A. Donenfeldtun: windows: add dummy overlapped events back
2019-03-21  Jason A. Donenfeldtun: windows: use new constants in sys
2019-03-21  Jason A. Donenfelduapi: remove unhelpful log messages
2019-03-20  Simon Rozmanwintun: Use native Win32 API for I/O
2019-03-19  Jason A. Donenfelduapi: report endpoint error
2019-03-18  Jason A. Donenfeldtun: windows: wintun does iocp
2019-03-13  Jason A. Donenfeldtun: windows: temporary hack for forcing MTU
next