]> git.ipfire.org Git - thirdparty/wireguard-go.git/shortlog
thirdparty/wireguard-go.git
2017-10-08  Mathias Hall... Added new UDPBind interface
2017-10-07  Mathias Hall... Begin incorporating new src cache into receive
2017-10-06  Mathias Hall... Definition of platform specific socket bind
2017-09-26  Jason A. DonenfeldSleep to close fd
2017-09-26  Jason A. DonenfeldClean up error handling of listen port
2017-09-26  Jason A. DonenfeldSimplified xplatform spec
2017-09-24  Mathias Hall... Begin work on source address caching (linux)
2017-09-21  Jason A. DonenfeldFix up fwmark handling
2017-09-20  Mathias Hall... Added last_minute_handshake_guard
2017-09-09  Mathias Hall... Improved readability of send/receive code
2017-09-03  Mathias Hall... Fixed TUN interface implementation os OS X
2017-09-01  Mathias Hall... Fixed KDF tests
2017-09-01  Mathias Hall... Improved handling of key-material
2017-08-28  Mathias Hall... Renamed config.go to follow general naming pattern
2017-08-27  Mathias Hall... Added code from windows branch
2017-08-25  Mathias Hall... Added fwmark code
2017-08-22  Mathias Hall... Add support for fwmark on linux
2017-08-22  Mathias Hall... Update MTU based on netlink messages (linux)
2017-08-17  Mathias Hall... Added missing IF index check
2017-08-16  Mathias Hall... Detects interface status on linux
2017-08-14  Mathias Hall... Improved test script
2017-08-14  Mathias Hall... Improved cookie/mac computation code
2017-08-11  Mathias Hall... Improved receive.go
2017-08-07  Mathias Hall... Number of fixes in response to code review
2017-08-04  Mathias Hall... First set of code review patches
2017-08-02  Mathias Hall... Merge branch 'master' of git.zx2c4.com:wireguard-go
2017-08-02  Mathias Hall... Create /var/run/wireguard if non-existent
2017-08-01  Jason A. DonenfeldMakefile: cleanup a bit and add cloc
2017-08-01  Mathias Hall... Remove stale unix socket
2017-08-01  Mathias Hall... Close UAPI socket before exit
2017-07-31  Mathias Hall... Verify source address
2017-07-27  Mathias Hall... Fixed shadowing bug
2017-07-27  Mathias Hall... Merge branch 'master' of git.zx2c4.com:wireguard-go
2017-07-27  Mathias Hall... Improved timer code
2017-07-23  Mathias Hall... Close UDP connection when listen port changes
2017-07-23  Mathias Hall... Merge branch 'darwin'
2017-07-21  Mathias Hall... Fixed UAPI deadlock
2017-07-20  Mathias Hall... Moved remaining platform dependent UAPI code
2017-07-19  Mathias Hall... Reviewed and added OSX patch
2017-07-18  Mathias Hall... Added last_handshake_time fields to UAPI
2017-07-18  Mathias Hall... Fixed file descriptor leak on linux
2017-07-17  Mathias Hall... Fixed deadlock in index.go
2017-07-15  Mathias Hall... Added padding
2017-07-15  Mathias Hall... Conforming to the cross-platform UX
2017-07-14  Mathias Hall... Improved throughput
2017-07-13  Mathias Hall... Endpoint discovery from handshake initiation
2017-07-13  Mathias Hall... Terminate on interface deletion
2017-07-12  Mathias Hall... Restructured MAC/cookie calculation
2017-07-11  Mathias Hall... Fixed MTU method for linux TUN interface
2017-07-11  Mathias Hall... Added ratelimiting of handshake messages
2017-07-10  Mathias Hall... Fixed incomming initiation bug
2017-07-10  Mathias Hall... Added replay protection
2017-07-08  Mathias Hall... Improved timer state machine
2017-07-08  Mathias Hall... Added source verification
2017-07-07  Mathias Hall... Fixed cookie reply processing bug
2017-07-06  Mathias Hall... Fixed broken test
2017-07-06  Mathias Hall... Initial working full exchange
2017-07-02  Mathias Hall... Fixed transport header problem
2017-07-01  Mathias Hall... Handshake negotiation functioning
2017-06-30  Mathias Hall... Removed exponential backoff
2017-06-30  Mathias Hall... Completed initial version of outbound flow
2017-06-29  Mathias Hall... Completed get/set configuration
2017-06-28  Mathias Hall... Work on UAPI
2017-06-27  Mathias Hall... Implemented MAC1/2 calculation
2017-06-26  Mathias Hall... Begin implementation of outbound work queue
2017-06-26  Mathias Hall... Begin work on outbound packet flow
2017-06-24  Mathias Hall... Completed noise handshake
2017-06-24  Mathias Hall... Restructuring of noise impl.
2017-06-23  Mathias Hall... Fixed missing type
2017-06-23  Mathias Hall... Beginning work noise handshake
2017-06-04  Mathias Hall... Beginning work on TUN interface
2017-06-02  Mathias Hall... Trie random test
2017-06-02  Mathias Hall... Added random test for trie
2017-06-01  Mathias Hall... Inital implementation of trie
2017-05-30  Mathias Hall... Merge branch 'master' of git.zx2c4.com:wireguard-go
2017-05-30  Mathias Hall... Beginning work on UAPI and routing table
2017-05-30  Peter WuREADME: rust -> go
2017-05-29  Jason A. DonenfeldInitial scaffolding