summaryrefslogtreecommitdiffhomepage
path: root/src/uapi_linux.go
AgeCommit message (Collapse)Author
2018-02-04Align with go library layoutMathias Hall-Andersen
2017-11-17Allows passing UAPI fd to serviceMathias Hall-Andersen
2017-09-26Clean up error handling of listen portJason A. Donenfeld
2017-09-03Fixed TUN interface implementation os OS XMathias Hall-Andersen
2017-08-11Improved receive.goMathias Hall-Andersen
- Fixed configuration listen-port semantics - Improved receive.go code for updating listen port - Updated under load detection, how follows the kernel space implementation - Fixed trie bug accidentally introduced in last commit - Added interface name to log (format still subject to change) - Can now configure the logging level using the LOG_LEVEL variable - Begin porting netsh.sh tests - A number of smaller changes
2017-08-07Number of fixes in response to code reviewMathias Hall-Andersen
This version cannot complete a handshake. The program will panic upon receiving any message on the UDP socket.
2017-08-04First set of code review patchesMathias Hall-Andersen
2017-08-02Create /var/run/wireguard if non-existentMathias Hall-Andersen
2017-08-01Remove stale unix socketMathias Hall-Andersen
2017-07-20Moved remaining platform dependent UAPI codeMathias Hall-Andersen
2017-07-15Conforming to the cross-platform UXMathias Hall-Andersen
The implementation now terminates when the unix socket is deleted. Currently we are unable to use fsnotify (on linux), since it does not notify on the deletion of open files. The implementation can now daemonize (on linux) or be kept in the foreground by providing the necessary flag.