aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-31Verify source addressMathias Hall-Andersen1-4/+4
2017-07-27Fixed shadowing bugMathias Hall-Andersen1-1/+1
2017-07-27Improved timer codeMathias Hall-Andersen6-188/+241
2017-07-23Close UDP connection when listen port changesMathias Hall-Andersen2-23/+14
2017-07-21Fixed UAPI deadlockMathias Hall-Andersen2-9/+4
2017-07-20Moved remaining platform dependent UAPI codeMathias Hall-Andersen4-35/+44
2017-07-19Reviewed and added OSX patchMathias Hall-Andersen3-0/+370
2017-07-18Added last_handshake_time fields to UAPIMathias Hall-Andersen5-7/+23
2017-07-18Fixed file descriptor leak on linuxMathias Hall-Andersen2-4/+6
2017-07-17Fixed deadlock in index.goMathias Hall-Andersen8-151/+193
2017-07-15Added paddingMathias Hall-Andersen4-17/+77
2017-07-15Conforming to the cross-platform UXMathias Hall-Andersen3-25/+165
2017-07-14Improved throughputMathias Hall-Andersen4-41/+79
2017-07-13Endpoint discovery from handshake initiationMathias Hall-Andersen1-0/+6
2017-07-13Terminate on interface deletionMathias Hall-Andersen9-97/+132
2017-07-12Restructured MAC/cookie calculationMathias Hall-Andersen7-96/+374
2017-07-11Fixed MTU method for linux TUN interfaceMathias Hall-Andersen5-30/+69
2017-07-11Added ratelimiting of handshake messagesMathias Hall-Andersen5-5/+248
2017-07-10Fixed incomming initiation bugMathias Hall-Andersen2-6/+7
2017-07-10Added replay protectionMathias Hall-Andersen7-42/+227
2017-07-08Improved timer state machineMathias Hall-Andersen10-222/+418
2017-07-08Added source verificationMathias Hall-Andersen5-44/+115
2017-07-07Fixed cookie reply processing bugMathias Hall-Andersen10-95/+173
2017-07-06Fixed broken testMathias Hall-Andersen6-15/+15
2017-07-06Initial working full exchangeMathias Hall-Andersen8-203/+186
2017-07-02Fixed transport header problemMathias Hall-Andersen5-20/+32
2017-07-01Handshake negotiation functioningMathias Hall-Andersen10-82/+512
2017-06-30Removed exponential backoffMathias Hall-Andersen1-45/+29
2017-06-30Completed initial version of outbound flowMathias Hall-Andersen17-272/+476
2017-06-29Completed get/set configurationMathias Hall-Andersen6-80/+109
2017-06-28Work on UAPIMathias Hall-Andersen18-230/+694
2017-06-27Implemented MAC1/2 calculationMathias Hall-Andersen13-85/+454
2017-06-26Begin implementation of outbound work queueMathias Hall-Andersen6-84/+181
2017-06-26Begin work on outbound packet flowMathias Hall-Andersen9-95/+315
2017-06-24Completed noise handshakeMathias Hall-Andersen5-44/+191
2017-06-24Restructuring of noise impl.Mathias Hall-Andersen10-122/+414
2017-06-23Fixed missing typeMathias Hall-Andersen1-2/+4
2017-06-23Beginning work noise handshakeMathias Hall-Andersen7-4/+422
2017-06-04Beginning work on TUN interfaceMathias Hall-Andersen9-62/+290
2017-06-02Trie random testMathias Hall-Andersen1-4/+10