]> git.ipfire.org Git - thirdparty/wireguard-go.git/shortlog
thirdparty/wireguard-go.git
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
2019-02-18  Jason A. DonenfeldChange package path
2019-02-14  Jason A. DonenfeldBump dependencies for ARM ChaCha20
2019-02-08  Simon Rozmanwintun: Auto-calculate TUN exchange buffer size
2019-02-08  Simon Rozmanwintun: Simplify Read method()
2019-02-08  Simon Rozmanwintun: Make constants private and adopt Go recommended...
2019-02-08  Simon Rozmanwintun: Check for user close in read loop regardless...
2019-02-08  Simon Rozmanwintun: Adjust tunRWQueue.left member to match Wintun...
2019-02-07  Simon Rozmansetupapi: Merge _SP_DRVINFO_DETAIL_DATA and DrvInfoDeta...
2019-02-07  Simon Rozmansetupapi: Merge SP_DRVINFO_DATA and DrvInfoData
2019-02-07  Simon Rozmansetupapi: Rename SP_REMOVEDEVICE_PARAMS to RemoveDevice...
2019-02-07  Simon Rozmansetupapi: Rename SP_CLASSINSTALL_HEADER to ClassInstall...
2019-02-07  Simon Rozmansetupapi: Merge _SP_DEVINSTALL_PARAMS and DevInstallParams
2019-02-07  Simon Rozmansetupapi: Merge _SP_DEVINFO_LIST_DETAIL_DATA and DevInf...
2019-02-07  Simon Rozmansetupapi: Rename SP_DEVINFO_DATA to DevInfoData
2019-02-07  Simon Rozmanwintun: Detect if a foreign interface with the same...
2019-02-07  Simon Rozmanwintun: Clean excessive setupapi.DevInfo.GetDeviceInfoL...
2019-02-07  Simon Rozmanwintun: Explain rationale behind case-insensitive inter...
2019-02-07  Simon Rozmanwintun: Implement TODO in TestSetupDiGetDeviceRegistryP...
2019-02-07  Jason A. Donenfeldwintun: add FlushInterface stub
2019-02-07  Jason A. Donenfeldmain_windows: Get iface name from argument
2019-02-07  Jason A. Donenfeldwintun: Compare values of GUID, not pointers, when...
2019-02-07  Jason A. Donenfeldmain_windows: Catch more exit events
2019-02-07  Jason A. Donenfeldwintun: Introduce new package for obscuring Windows...
2019-02-07  Jason A. Donenfeldtun_windows: Style
2019-02-07  Jason A. Donenfeldsetupapi: Lower case params
2019-02-07  Jason A. Donenfeldsetupapi: Do not export the toGo/toWindows functions
2019-02-07  Jason A. Donenfeldsetupapi: Pass pointers instead of values
2019-02-06  Simon Rozmantun_windows: Introduce preliminary TUN interface creation
2019-02-06  Simon Rozmantun_windows: Stop checking minimum size of received...
2019-02-06  Simon Rozmansetupapi: Add DrvInfoDetailData.IsCompatible() to simpl...
2019-02-06  Simon Rozmansetupapi: Add SP_DRVINFO_DATA.IsNewer() method to simpl...
2019-02-06  Simon Rozmansetupapi: Make toUTF16() public and add UTF16ToBuf...
2019-02-05  Jason A. DonenfeldFix up errors and paths
2019-02-05  Jason A. Donenfeldconn: close ipv4 socket when ipv6 socket fails
2019-02-05  Simon Rozmansetupapi: Add support for driver info lists
2019-02-05  Simon Rozmansetupapi: Move Go<>Windows struct marshaling to types_w...
2019-02-05  Simon Rozmansetupapi: Add support for SetupDi(Get|Set)DeviceRegistr...
2019-02-05  Simon Rozmansetupapi: Introduce DevInfo methods for cleaner code
next