Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-16 | Fixed potential DoS issue | Mathias Hall-Andersen | |
2018-01-13 | Work on timer teardown + bug fixes | Mathias Hall-Andersen | |
Added waitgroups to peer struct for routine start / stop synchronisation | |||
2017-12-29 | Peer timer teardown | Mathias Hall-Andersen | |
2017-12-04 | Removed IFF_NO_PI from TUN linux | Mathias Hall-Andersen | |
This change was needed for the Linux TUN status hack to work properly (not increment the error counter). This commit also updates the TUN interface to allow for the construction / removal of the TUN info headers in-place. | |||
2017-12-02 | Removed profiler code | Mathias Hall-Andersen | |
2017-12-01 | More consistent use of signal struct | Mathias Hall-Andersen | |
2017-12-01 | Fixed receive path infinite loop | Mathias Hall-Andersen | |
2017-11-30 | Added missing exit codes | Mathias Hall-Andersen | |
2017-11-30 | Refactor timers.go | Mathias Hall-Andersen | |
2017-11-29 | Fixed typos | Mathias Hall-Andersen | |
2017-11-29 | Added cross namespace TUN status detection | Mathias Hall-Andersen | |
2017-11-19 | Better naming of bind helpers | Mathias Hall-Andersen | |
2017-11-19 | Implemented missing methods for Bind and Endpoint | Mathias Hall-Andersen | |
2017-11-19 | Begin generic Bind implementation | Mathias Hall-Andersen | |
2017-11-18 | Moved endpoint into interface and simplified peer | Mathias Hall-Andersen | |
2017-11-17 | Ported remaining netns.sh | Mathias Hall-Andersen | |
- Ported remaining netns.sh tests - Begin work on generic implementation of bind interface | |||
2017-11-17 | Allows passing UAPI fd to service | Mathias Hall-Andersen | |
2017-11-14 | Moved TUN device creation to pre-fork | Mathias Hall-Andersen | |
2017-11-14 | Initial working source caching | Mathias Hall-Andersen | |
2017-11-11 | Fixed blocking reader on closed socket | Mathias Hall-Andersen | |
2017-11-11 | Fixed port endianness | Mathias Hall-Andersen | |
2017-10-27 | Fixed message header length in conn_linux | Mathias Hall-Andersen | |
2017-10-17 | Fixed timer issue when failing to send handshake | Mathias Hall-Andersen | |
+ Identified send4 issue | |||
2017-10-16 | Initial implementation of source caching | Mathias Hall-Andersen | |
Yet untested. | |||
2017-10-08 | Added new UDPBind interface | Mathias Hall-Andersen | |
2017-10-07 | Begin incorporating new src cache into receive | Mathias Hall-Andersen | |
2017-10-06 | Definition of platform specific socket bind | Mathias Hall-Andersen | |
2017-09-26 | Sleep to close fd | Jason A. Donenfeld | |
2017-09-26 | Clean up error handling of listen port | Jason A. Donenfeld | |
2017-09-26 | Simplified xplatform spec | Jason A. Donenfeld | |
2017-09-24 | Begin work on source address caching (linux) | Mathias Hall-Andersen | |
2017-09-21 | Fix up fwmark handling | Jason A. Donenfeld | |
2017-09-20 | Added last_minute_handshake_guard | Mathias Hall-Andersen | |
- Added last_minute_handshake_guard and reverted keypair changes. - Added comment explaining the state of Go in releation to handling cryptographic state in memory. - Decreased logging level of netsh test | |||
2017-09-09 | Improved readability of send/receive code | Mathias Hall-Andersen | |
2017-09-03 | Fixed TUN interface implementation os OS X | Mathias Hall-Andersen | |
2017-09-01 | Fixed KDF tests | Mathias Hall-Andersen | |
2017-09-01 | Improved handling of key-material | Mathias Hall-Andersen | |
2017-08-28 | Renamed config.go to follow general naming pattern | Mathias Hall-Andersen | |
2017-08-27 | Added code from windows branch | Mathias Hall-Andersen | |
2017-08-25 | Added fwmark code | Mathias Hall-Andersen | |
2017-08-22 | Add support for fwmark on linux | Mathias Hall-Andersen | |
2017-08-22 | Update MTU based on netlink messages (linux) | Mathias Hall-Andersen | |
2017-08-17 | Added missing IF index check | Mathias Hall-Andersen | |
2017-08-17 | Detects interface status on linux | Mathias Hall-Andersen | |
2017-08-14 | Improved test script | Mathias Hall-Andersen | |
2017-08-14 | Improved cookie/mac computation code | Mathias Hall-Andersen | |
2017-08-11 | Improved receive.go | Mathias Hall-Andersen | |
- 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 | |||
2017-08-07 | Number of fixes in response to code review | Mathias Hall-Andersen | |
This version cannot complete a handshake. The program will panic upon receiving any message on the UDP socket. | |||
2017-08-04 | First set of code review patches | Mathias Hall-Andersen | |
2017-08-02 | Merge branch 'master' of git.zx2c4.com:wireguard-go | Mathias Hall-Andersen | |