summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-09version: put version in right place0.0.20190409Jason A. Donenfeld
2019-04-09version: bump snapshotJason A. Donenfeld
2019-04-09tun: windows: do not sleep after OPERATION_ABORTEDJason A. Donenfeld
2019-04-04tun: windows: Retry R/W on ERROR_OPERATION_ABORTEDSimon Rozman
2019-04-03tun: windows: Attempt to reopen handle on all errorsSimon Rozman
2019-04-01wintun: rename device using undocumented API that netsh.exe usesJason A. Donenfeld
2019-04-01wintun: add more retry loopsJason A. Donenfeld
2019-03-26tun: windows: cancel ongoing reads on closing and delete after closeJason A. Donenfeld
2019-03-22wintun: query for NetCfgInstanceId several timesJason A. Donenfeld
2019-03-22tun: windows: delete interface before deleting file handlesJason A. Donenfeld
2019-03-22tun: windows: Make adapter rename asynchronousSimon Rozman
2019-03-22tun: windows: Adapter devices renamed to WINTUN<LUID Index>Simon Rozman
2019-03-22tun: windows: Increase unavailable adapter timeout to 30secSimon Rozman
2019-03-22tun: windows: Make writing persistent tooSimon Rozman
2019-03-22tun: windows: Fix paused adapter testSimon Rozman
2019-03-21tun: windows: just open two file handlesJason A. Donenfeld
2019-03-21receive: implement flush semanticsJason A. Donenfeld
2019-03-21tun: windows: add dummy overlapped events backJason A. Donenfeld
2019-03-20tun: windows: use new constants in sysJason A. Donenfeld
2019-03-20uapi: remove unhelpful log messagesJason A. Donenfeld
2019-03-21wintun: Use native Win32 API for I/OSimon Rozman
2019-03-19uapi: report endpoint errorJason A. Donenfeld
2019-03-18tun: windows: wintun does iocpJason A. Donenfeld
2019-03-13tun: windows: temporary hack for forcing MTUJason A. Donenfeld
2019-03-10wintun: Poll more oftenJason A. Donenfeld
2019-03-10uapi: make ipcerror conform to interfaceJason A. Donenfeld
2019-03-08wintun: Make errors more descriptiveSimon Rozman
2019-03-08wintun: Return correct reboot-req flag on CreateInterface() error tooSimon Rozman
2019-03-08wintun: Fix double-quoted strings escaping on outputSimon Rozman
2019-03-08wintun: Introduce SetupAPI enumerator and machineName constsSimon Rozman
2019-03-08Windows: Apply strict security descriptor on pipe serverOdd Stranne
2019-03-08uapi: windows: work out pipe semanticsJason A. Donenfeld
2019-03-07wintun: CleanupSimon Rozman
2019-03-07wintun: Refactor network registry key name generationSimon Rozman
2019-03-07wintun: Revise interface creation waitSimon Rozman
2019-03-07receive: squelch tear down errorJason A. Donenfeld
2019-03-07tun: linux: work out netpoll trickJason A. Donenfeld
2019-03-04wintun: Resolve some of golint warningsSimon Rozman
2019-03-04Elaborate the failing step when forwarding errors on returnSimon Rozman
2019-03-04Simplify reading NetCfgInstanceId from registrySimon Rozman
2019-03-04Unify interface-specific network registry key openSimon Rozman
2019-03-04tun: import mobile particularitiesJason A. Donenfeld
2019-03-04boundif: introduce API for socket bindingJason A. Donenfeld
2019-03-03global: begin modularizationJason A. Donenfeld
2019-03-01tun: windows: expose GUIDJason A. Donenfeld
2019-03-01tun: allow special methods in NativeTunJason A. Donenfeld
2019-02-27tun: linux: netpoll is broken for tun's epollJason A. Donenfeld
2019-02-27tun: linux: netlink sock needs cleaning up but file will be gc'dJason A. Donenfeld
2019-02-27tun: use netpoll instead of rwcancelJason A. Donenfeld
2019-02-27tun: use sysconn instead of .Fd with Go 1.12Jason A. Donenfeld