aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up error handling of listen portJason A. Donenfeld2017-09-264-6/+6
* Simplified xplatform specJason A. Donenfeld2017-09-261-17/+9
* Begin work on source address caching (linux)Mathias Hall-Andersen2017-09-245-11/+273
* Fix up fwmark handlingJason A. Donenfeld2017-09-214-20/+30
* Added last_minute_handshake_guardMathias Hall-Andersen2017-09-207-91/+60
* Improved readability of send/receive codeMathias Hall-Andersen2017-09-092-218/+178
* Fixed TUN interface implementation os OS XMathias Hall-Andersen2017-09-033-30/+91
* Fixed KDF testsMathias Hall-Andersen2017-09-012-7/+10
* Improved handling of key-materialMathias Hall-Andersen2017-09-017-91/+203
* Renamed config.go to follow general naming patternMathias Hall-Andersen2017-08-281-0/+0
* Added code from windows branchMathias Hall-Andersen2017-08-276-337/+896
* Added fwmark codeMathias Hall-Andersen2017-08-256-21/+75
* Add support for fwmark on linuxMathias Hall-Andersen2017-08-224-12/+44
* Update MTU based on netlink messages (linux)Mathias Hall-Andersen2017-08-223-41/+43
* Added missing IF index checkMathias Hall-Andersen2017-08-173-22/+37
* Detects interface status on linuxMathias Hall-Andersen2017-08-171-12/+147
* Improved test scriptMathias Hall-Andersen2017-08-141-3/+5
* Improved cookie/mac computation codeMathias Hall-Andersen2017-08-1410-442/+523
* Improved receive.goMathias Hall-Andersen2017-08-1116-217/+615
* Number of fixes in response to code reviewMathias Hall-Andersen2017-08-0712-397/+504
* First set of code review patchesMathias Hall-Andersen2017-08-0415-180/+313
* Merge branch 'master' of git.zx2c4.com:wireguard-goMathias Hall-Andersen2017-08-021-5/+8
|\
| * Makefile: cleanup a bit and add clocJason A. Donenfeld2017-08-011-5/+8
* | Create /var/run/wireguard if non-existentMathias Hall-Andersen2017-08-021-1/+15
|/
* Remove stale unix socketMathias Hall-Andersen2017-08-011-1/+28
* Close UAPI socket before exitMathias Hall-Andersen2017-08-013-7/+29
* Verify source addressMathias Hall-Andersen2017-07-311-4/+4
* Fixed shadowing bugMathias Hall-Andersen2017-07-271-1/+1
* Merge branch 'master' of git.zx2c4.com:wireguard-goMathias Hall-Andersen2017-07-274-22/+380
|\
| * Close UDP connection when listen port changesMathias Hall-Andersen2017-07-232-23/+14
| * Merge branch 'darwin'Mathias Hall-Andersen2017-07-235-9/+374
| |\
| | * Fixed UAPI deadlockMathias Hall-Andersen2017-07-212-9/+4
| | * Reviewed and added OSX patchMathias Hall-Andersen2017-07-193-0/+370
* | | Improved timer codeMathias Hall-Andersen2017-07-276-188/+241
|/ /
* | Moved remaining platform dependent UAPI codeMathias Hall-Andersen2017-07-204-35/+44
* | Added last_handshake_time fields to UAPIMathias Hall-Andersen2017-07-185-7/+23
* | Fixed file descriptor leak on linuxMathias Hall-Andersen2017-07-182-4/+6
|/
* Fixed deadlock in index.goMathias Hall-Andersen2017-07-178-151/+193
* Added paddingMathias Hall-Andersen2017-07-154-17/+77
* Conforming to the cross-platform UXMathias Hall-Andersen2017-07-153-25/+165
* Improved throughputMathias Hall-Andersen2017-07-144-41/+79
* Endpoint discovery from handshake initiationMathias Hall-Andersen2017-07-131-0/+6
* Terminate on interface deletionMathias Hall-Andersen2017-07-139-97/+132
* Restructured MAC/cookie calculationMathias Hall-Andersen2017-07-127-96/+374
* Fixed MTU method for linux TUN interfaceMathias Hall-Andersen2017-07-115-30/+69
* Added ratelimiting of handshake messagesMathias Hall-Andersen2017-07-115-5/+248
* Fixed incomming initiation bugMathias Hall-Andersen2017-07-102-6/+7
* Added replay protectionMathias Hall-Andersen2017-07-107-42/+227
* Improved timer state machineMathias Hall-Andersen2017-07-0810-222/+418
* Added source verificationMathias Hall-Andersen2017-07-085-44/+115