aboutsummaryrefslogtreecommitdiff
path: root/src/constants.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added fwmark codeMathias Hall-Andersen2017-08-251-3/+5
|
* Improved cookie/mac computation codeMathias Hall-Andersen2017-08-141-9/+10
|
* Improved receive.goMathias Hall-Andersen2017-08-111-7/+11
| | | | | | | | | | | - Fixed configuration listen-port semantics - Improved receive.go code for updating listen port - Updated under load detection, how follows the kernel space implementation - Fixed trie bug accidentally introduced in last commit - Added interface name to log (format still subject to change) - Can now configure the logging level using the LOG_LEVEL variable - Begin porting netsh.sh tests - A number of smaller changes
* Number of fixes in response to code reviewMathias Hall-Andersen2017-08-071-10/+10
| | | | | This version cannot complete a handshake. The program will panic upon receiving any message on the UDP socket.
* First set of code review patchesMathias Hall-Andersen2017-08-041-1/+2
|
* Improved timer codeMathias Hall-Andersen2017-07-271-0/+1
|
* Terminate on interface deletionMathias Hall-Andersen2017-07-131-2/+2
| | | | | | | Program now terminates when the interface is removed Increases the number of os threads (relevant for Go <1.5, not tested) More consistent commenting Improved logging (additional peer information)
* Fixed MTU method for linux TUN interfaceMathias Hall-Andersen2017-07-111-4/+8
| | | | | Updated the TUN interface Added the "MTU" method for the linux implementation of the TUN interface
* Improved timer state machineMathias Hall-Andersen2017-07-081-0/+4
|
* Fixed cookie reply processing bugMathias Hall-Andersen2017-07-071-1/+1
|
* Initial working full exchangeMathias Hall-Andersen2017-07-061-1/+2
| | | | | | The implementation is now capable of connecting to another wireguard instance, complete a handshake and exchange transport messages.
* Handshake negotiation functioningMathias Hall-Andersen2017-07-011-1/+5
|
* Completed initial version of outbound flowMathias Hall-Andersen2017-06-301-9/+9
|
* Work on UAPIMathias Hall-Andersen2017-06-281-8/+13
| | | | | | | Cross-platform API (get operation) Handshake initiation creation process Outbound packet flow Fixes from code-review
* Implemented MAC1/2 calculationMathias Hall-Andersen2017-06-271-0/+16