| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Improved cookie/mac computation code | 2017-08-14 | 10 | -442/+523 | ||
| * | Improved receive.go | 2017-08-11 | 16 | -217/+615 | ||
| * | Number of fixes in response to code review | 2017-08-07 | 12 | -397/+504 | ||
| * | First set of code review patches | 2017-08-04 | 15 | -180/+313 | ||
| * | Merge branch 'master' of git.zx2c4.com:wireguard-go | 2017-08-02 | 1 | -5/+8 | ||
| |\ | ||||||
| | * | Makefile: cleanup a bit and add cloc | 2017-08-01 | 1 | -5/+8 | ||
| * | | Create /var/run/wireguard if non-existent | 2017-08-02 | 1 | -1/+15 | ||
| |/ | ||||||
| * | Remove stale unix socket | 2017-08-01 | 1 | -1/+28 | ||
| * | Close UAPI socket before exit | 2017-08-01 | 3 | -7/+29 | ||
| * | Verify source address | 2017-07-31 | 1 | -4/+4 | ||
| * | Fixed shadowing bug | 2017-07-27 | 1 | -1/+1 | ||
| * | Merge branch 'master' of git.zx2c4.com:wireguard-go | 2017-07-27 | 4 | -22/+380 | ||
| |\ | ||||||
| | * | Close UDP connection when listen port changes | 2017-07-23 | 2 | -23/+14 | ||
| | * | Merge branch 'darwin' | 2017-07-23 | 5 | -9/+374 | ||
| | |\ | ||||||
| | | * | Fixed UAPI deadlock | 2017-07-21 | 2 | -9/+4 | ||
| | | * | Reviewed and added OSX patch | 2017-07-19 | 3 | -0/+370 | ||
| * | | | Improved timer code | 2017-07-27 | 6 | -177/+230 | ||
| |/ / | ||||||
| * | | Moved remaining platform dependent UAPI code | 2017-07-20 | 4 | -35/+44 | ||
| * | | Added last_handshake_time fields to UAPI | 2017-07-18 | 5 | -7/+23 | ||
| * | | Fixed file descriptor leak on linux | 2017-07-18 | 2 | -4/+6 | ||
| |/ | ||||||
| * | Fixed deadlock in index.go | 2017-07-17 | 8 | -151/+193 | ||
| * | Added padding | 2017-07-15 | 4 | -17/+77 | ||
| * | Conforming to the cross-platform UX | 2017-07-15 | 3 | -25/+165 | ||
| * | Improved throughput | 2017-07-14 | 4 | -41/+79 | ||
| * | Endpoint discovery from handshake initiation | 2017-07-13 | 1 | -0/+6 | ||
| * | Terminate on interface deletion | 2017-07-13 | 9 | -97/+132 | ||
| * | Restructured MAC/cookie calculation | 2017-07-12 | 7 | -96/+374 | ||
| * | Fixed MTU method for linux TUN interface | 2017-07-11 | 5 | -30/+69 | ||
| * | Added ratelimiting of handshake messages | 2017-07-11 | 5 | -5/+248 | ||
| * | Fixed incomming initiation bug | 2017-07-10 | 2 | -6/+7 | ||
| * | Added replay protection | 2017-07-10 | 7 | -42/+227 | ||
| * | Improved timer state machine | 2017-07-08 | 10 | -222/+418 | ||
| * | Added source verification | 2017-07-08 | 5 | -44/+115 | ||
| * | Fixed cookie reply processing bug | 2017-07-07 | 10 | -95/+173 | ||
| * | Fixed broken test | 2017-07-06 | 6 | -15/+15 | ||
| * | Initial working full exchange | 2017-07-06 | 8 | -200/+183 | ||
| * | Fixed transport header problem | 2017-07-02 | 5 | -20/+32 | ||
| * | Handshake negotiation functioning | 2017-07-01 | 10 | -82/+512 | ||
| * | Removed exponential backoff | 2017-06-30 | 1 | -45/+29 | ||
| * | Completed initial version of outbound flow | 2017-06-30 | 17 | -261/+465 | ||
| * | Completed get/set configuration | 2017-06-29 | 6 | -80/+109 | ||
| * | Work on UAPI | 2017-06-28 | 18 | -230/+694 | ||
| * | Implemented MAC1/2 calculation | 2017-06-27 | 13 | -85/+454 | ||
| * | Begin implementation of outbound work queue | 2017-06-26 | 6 | -84/+181 | ||
| * | Begin work on outbound packet flow | 2017-06-26 | 9 | -95/+315 | ||
| * | Completed noise handshake | 2017-06-24 | 5 | -44/+191 | ||
| * | Restructuring of noise impl. | 2017-06-24 | 10 | -122/+414 | ||
| * | Fixed missing type | 2017-06-23 | 1 | -2/+4 | ||
| * | Beginning work noise handshake | 2017-06-23 | 7 | -4/+422 | ||
| * | Beginning work on TUN interface | 2017-06-04 | 9 | -62/+290 | ||
