summaryrefslogtreecommitdiff
path: root/src/uapi_darwin.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Align with go library layoutMathias Hall-Andersen2018-02-041-99/+0
|
* Clean up error handling of listen portJason A. Donenfeld2017-09-261-1/+1
|
* Fixed TUN interface implementation os OS XMathias Hall-Andersen2017-09-031-1/+23
|
* Close UDP connection when listen port changesMathias Hall-Andersen2017-07-231-6/+0
|
* Reviewed and added OSX patchMathias Hall-Andersen2017-07-191-0/+83
The patch was provided by: Naveen Nathan <naveen@lastninja.net> The following modifications to the patch was made: - Added copyright notice - Fixed file descriptor leak in .MTU() method - Migrated to the new(er) golang.org/x/sys/unix package - Removed non-functioning Daemonize method