summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-10-27Fixed message header length in conn_linuxMathias Hall-Andersen
2017-10-17Fixed timer issue when failing to send handshakeMathias Hall-Andersen
2017-10-16Initial implementation of source cachingMathias Hall-Andersen
2017-10-08Added new UDPBind interfaceMathias Hall-Andersen
2017-10-07Begin incorporating new src cache into receiveMathias Hall-Andersen
2017-10-06Definition of platform specific socket bindMathias Hall-Andersen
2017-09-26Sleep to close fdJason A. Donenfeld
2017-09-26Clean up error handling of listen portJason A. Donenfeld
2017-09-26Simplified xplatform specJason A. Donenfeld
2017-09-24Begin work on source address caching (linux)Mathias Hall-Andersen
2017-09-21Fix up fwmark handlingJason A. Donenfeld
2017-09-20Added last_minute_handshake_guardMathias Hall-Andersen
2017-09-09Improved readability of send/receive codeMathias Hall-Andersen
2017-09-03Fixed TUN interface implementation os OS XMathias Hall-Andersen
2017-09-01Fixed KDF testsMathias Hall-Andersen
2017-09-01Improved handling of key-materialMathias Hall-Andersen
2017-08-28Renamed config.go to follow general naming patternMathias Hall-Andersen
2017-08-27Added code from windows branchMathias Hall-Andersen
2017-08-25Added fwmark codeMathias Hall-Andersen
2017-08-22Add support for fwmark on linuxMathias Hall-Andersen
2017-08-22Update MTU based on netlink messages (linux)Mathias Hall-Andersen
2017-08-17Added missing IF index checkMathias Hall-Andersen
2017-08-17Detects interface status on linuxMathias Hall-Andersen
2017-08-14Improved test scriptMathias Hall-Andersen
2017-08-14Improved cookie/mac computation codeMathias Hall-Andersen
2017-08-11Improved receive.goMathias Hall-Andersen
2017-08-07Number of fixes in response to code reviewMathias Hall-Andersen
2017-08-04First set of code review patchesMathias Hall-Andersen
2017-08-02Merge branch 'master' of git.zx2c4.com:wireguard-goMathias Hall-Andersen
2017-08-02Create /var/run/wireguard if non-existentMathias Hall-Andersen
2017-08-01Makefile: cleanup a bit and add clocJason A. Donenfeld
2017-08-01Remove stale unix socketMathias Hall-Andersen
2017-08-01Close UAPI socket before exitMathias Hall-Andersen
2017-07-31Verify source addressMathias Hall-Andersen
2017-07-27Fixed shadowing bugMathias Hall-Andersen
2017-07-27Merge branch 'master' of git.zx2c4.com:wireguard-goMathias Hall-Andersen
2017-07-27Improved timer codeMathias Hall-Andersen
2017-07-23Close UDP connection when listen port changesMathias Hall-Andersen
2017-07-23Merge branch 'darwin'Mathias Hall-Andersen
2017-07-21Fixed UAPI deadlockMathias Hall-Andersen
2017-07-20Moved remaining platform dependent UAPI codeMathias Hall-Andersen
2017-07-19Reviewed and added OSX patchMathias Hall-Andersen
2017-07-18Added last_handshake_time fields to UAPIMathias Hall-Andersen
2017-07-18Fixed file descriptor leak on linuxMathias Hall-Andersen
2017-07-17Fixed deadlock in index.goMathias Hall-Andersen
2017-07-15Added paddingMathias Hall-Andersen
2017-07-15Conforming to the cross-platform UXMathias Hall-Andersen
2017-07-14Improved throughputMathias Hall-Andersen
2017-07-13Endpoint discovery from handshake initiationMathias Hall-Andersen
2017-07-13Terminate on interface deletionMathias Hall-Andersen