]> git.ipfire.org Git - thirdparty/wireguard-go.git/shortlog
thirdparty/wireguard-go.git
2018-02-18  Jason A. DonenfeldClose tun fd when bringing down tunnel
2018-02-18  Jason A. DonenfeldFix timer typo
2018-02-18  Mathias Hall... Seperated fwmark update code into function
2018-02-13  Jason A. DonenfeldMPLv2 for App Store
2018-02-13  Dominik SüßReimplemented bind_rtmgrp in pure Go
2018-02-12  Jason A. DonenfeldUse relative imports
2018-02-12  Mathias Hall... Revert "Don't use modules"
2018-02-12  Jason A. DonenfeldDon't use modules
2018-02-11  Mathias Hall... Moved test-processes to background
2018-02-11  Mathias Hall... TUN status hack was causing spam during shutdown
2018-02-11  Mathias Hall... Added missing mutex acquisition
2018-02-11  Mathias Hall... Removed exported methods from ratelimiter package
2018-02-11  Mathias Hall... Moved ratelimiter to internal package
2018-02-11  Mathias Hall... Moved tai64n into sub-package
2018-02-11  Mathias Hall... Fixed tabs
2018-02-11  Mathias Hall... Reverted event changes
2018-02-09  Mathias Hall... Started migration to sub-packages
2018-02-07  Jason A. DonenfeldGo treats underscores specially
2018-02-04  Mathias Hall... Work on logging format
2018-02-04  Mathias Hall... Merge branch 'master' into timer-teardown
2018-02-04  Mathias Hall... Removed debugging locks
2018-02-04  Mathias Hall... Align with go library layout
2018-02-02  Mathias Hall... Fixed tests
2018-02-02  Mathias Hall... Clear cryptographic state when interface down
2018-02-02  Mathias Hall... Rework of entire locking system
2018-02-01  Mathias Hall... Merge branch 'timer-teardown' of git.zx2c4.com:wireguar...
2018-01-31  Mathias Hall... Added binary to .gitignore
2018-01-26  Mathias Hall... Added initial version of peer teardown
2018-01-16  Mathias Hall... Fixed potential DoS issue
2018-01-13  Mathias Hall... Work on timer teardown + bug fixes
2018-01-09  Mathias Hall... Fixed fwmark update without device status change
2018-01-04  Mathias Hall... Revert "Peer timer teardown"
2017-12-29  Mathias Hall... Peer timer teardown
2017-12-04  Mathias Hall... Removed IFF_NO_PI from TUN linux
2017-12-01  Mathias Hall... Removed profiler code
2017-12-01  Mathias Hall... More consistent use of signal struct
2017-11-30  Mathias Hall... Fixed receive path infinite loop
2017-11-30  Mathias Hall... Added missing exit codes
2017-11-30  Mathias Hall... Refactor timers.go
2017-11-29  Mathias Hall... Fixed typos
2017-11-29  Mathias Hall... Added cross namespace TUN status detection
2017-11-19  Mathias Hall... Better naming of bind helpers
2017-11-19  Mathias Hall... Merge branch 'source-caching'
2017-11-19  Mathias Hall... Implemented missing methods for Bind and Endpoint
2017-11-18  Mathias Hall... Begin generic Bind implementation
2017-11-18  Mathias Hall... Moved endpoint into interface and simplified peer
2017-11-17  Mathias Hall... Ported remaining netns.sh
2017-11-17  Mathias Hall... Allows passing UAPI fd to service
2017-11-14  Mathias Hall... Moved TUN device creation to pre-fork
2017-11-14  Mathias Hall... Initial working source caching
2017-11-11  Mathias Hall... Fixed blocking reader on closed socket
2017-11-11  Mathias Hall... Fixed port endianness
2017-11-11  Aurélien ChabotClose tun device with device
2017-10-27  Mathias Hall... Fixed message header length in conn_linux
2017-10-17  Mathias Hall... Fixed timer issue when failing to send handshake
2017-10-16  Mathias Hall... Initial implementation of source caching
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
next