]> git.ipfire.org Git - thirdparty/wireguard-go.git/shortlog
thirdparty/wireguard-go.git
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
2019-03-10  Jason A. Donenfeldwintun: Poll more often
2019-03-10  Jason A. Donenfelduapi: make ipcerror conform to interface
2019-03-08  Simon Rozmanwintun: Make errors more descriptive
2019-03-08  Simon Rozmanwintun: Return correct reboot-req flag on CreateInterfa...
2019-03-08  Simon Rozmanwintun: Fix double-quoted strings escaping on output
2019-03-08  Simon Rozmanwintun: Introduce SetupAPI enumerator and machineName...
2019-03-08  Odd StranneWindows: Apply strict security descriptor on pipe server
2019-03-08  Jason A. Donenfelduapi: windows: work out pipe semantics
2019-03-07  Simon Rozmanwintun: Cleanup
2019-03-07  Simon Rozmanwintun: Refactor network registry key name generation
2019-03-07  Simon Rozmanwintun: Revise interface creation wait
2019-03-07  Jason A. Donenfeldreceive: squelch tear down error
2019-03-07  Jason A. Donenfeldtun: linux: work out netpoll trick
2019-03-04  Simon Rozmanwintun: Resolve some of golint warnings
2019-03-04  Simon RozmanElaborate the failing step when forwarding errors on...
2019-03-04  Simon RozmanSimplify reading NetCfgInstanceId from registry
2019-03-04  Simon RozmanUnify interface-specific network registry key open
2019-03-04  Jason A. Donenfeldtun: import mobile particularities
2019-03-04  Jason A. Donenfeldboundif: introduce API for socket binding
2019-03-03  Jason A. Donenfeldglobal: begin modularization
2019-02-28  Jason A. Donenfeldtun: windows: expose GUID
2019-02-28  Jason A. Donenfeldtun: allow special methods in NativeTun
2019-02-27  Jason A. Donenfeldtun: linux: netpoll is broken for tun's epoll
2019-02-27  Jason A. Donenfeldtun: linux: netlink sock needs cleaning up but file...
2019-02-27  Jason A. Donenfeldtun: use netpoll instead of rwcancel
2019-02-27  Jason A. Donenfeldtun: use sysconn instead of .Fd with Go 1.12
2019-02-22  Jason A. DonenfeldRearrange imports
2019-02-22  Jason A. Donenfelddevice: send persistent keepalive when bringing up...
2019-02-22  Simon Rozmanwintun: Read/write packet size from/to exchange buffer...
2019-02-22  Simon Rozmanwintun: Make two-step slicing a one step
2019-02-20  Simon Rozmanwintun: Write exchange buffer increased back to 1MiB
2019-02-20  Simon Rozmanwintun: Migrate from unsafe buffer handling to encoding...
2019-02-20  Simon Rozmanwintun: Adopt new packet data alignment
2019-02-20  Simon Rozmanwintun: Cleanup
2019-02-20  Simon Rozmanwintun: Add TUN device locking
2019-02-20  Simon Rozmanwintun: Move exchange buffer in separate struct on...
2019-02-19  Simon Rozmanwintun: Switch to dynamic packet sizes
next