Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-14 | Netlink sockets can't be shutdown | Jason A. Donenfeld | |
2018-05-14 | Clean more | Jason A. Donenfeld | |
2018-05-14 | Shorthand for empty channels | Jason A. Donenfeld | |
2018-05-14 | Smoother netlink shutdown | Jason A. Donenfeld | |
2018-05-14 | Ensure go routines can exit | Jason A. Donenfeld | |
2018-05-14 | Introduce rwcancel | Jason A. Donenfeld | |
2018-05-13 | Odds and ends | Jason A. Donenfeld | |
2018-05-05 | tun: simplify and combine creation logic on Linux | Jason A. Donenfeld | |
2018-05-05 | Style | Jason A. Donenfeld | |
2018-05-05 | tun: account for null termination on Linux | Jason A. Donenfeld | |
2018-05-03 | global: Add SPDX tags and copyright header | Jason A. Donenfeld | |
Mathias should probably add his copyright headers to each file too. | |||
2018-04-27 | Clear src cache if route changes to new ifindex | Jason A. Donenfeld | |
2018-04-27 | Fix error handling and cleanup of netlink listener | Jason A. Donenfeld | |
2018-04-20 | Check for correct first nibble | Jason A. Donenfeld | |
The code before assumed that the flow label was always zero. | |||
2018-04-20 | Signal using select and a pipe for bringing down TUN reader | Jason A. Donenfeld | |
Waiting on resolution of these to fix in better way: - https://github.com/golang/go/issues/22939 - https://github.com/golang/go/issues/24331 | |||
2018-04-19 | We can determine the interface name ourselves | Jason A. Donenfeld | |
2018-04-18 | Allow determining name | Jason A. Donenfeld | |
2018-02-28 | Support nopi mode | Jason A. Donenfeld | |
2018-02-18 | Close tun fd when bringing down tunnel | Jason A. Donenfeld | |
2018-02-13 | Reimplemented bind_rtmgrp in pure Go | Dominik Süß | |
Getting rid of the Cgo dependency for listing on netlink. Ported original patch from "syscall" to "golang.org/x/sys/unix". Signed-off-by: Dominik Süß <dominik.suess@outlook.at> Co-Authored-By: Mathias Hall-Andersen <mathias@hall-andersen.dk> | |||
2018-02-11 | Reverted event changes | Mathias Hall-Andersen | |
This feature was not needed for Android, upon further inspection. | |||
2018-02-09 | Started migration to sub-packages | Mathias Hall-Andersen | |
2018-02-04 | Align with go library layout | Mathias Hall-Andersen | |