summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-02-28Support nopi modeJason A. Donenfeld
2018-02-18Close tun fd when bringing down tunnelJason A. Donenfeld
2018-02-18Fix timer typoJason A. Donenfeld
2018-02-18Seperated fwmark update code into functionMathias Hall-Andersen
2018-02-13MPLv2 for App StoreJason A. Donenfeld
2018-02-13Reimplemented bind_rtmgrp in pure GoDominik Süß
2018-02-12Use relative importsJason A. Donenfeld
2018-02-12Revert "Don't use modules"Mathias Hall-Andersen
2018-02-12Don't use modulesJason A. Donenfeld
2018-02-11Moved test-processes to backgroundMathias Hall-Andersen
2018-02-11TUN status hack was causing spam during shutdownMathias Hall-Andersen
2018-02-11Added missing mutex acquisitionMathias Hall-Andersen
2018-02-11Removed exported methods from ratelimiter packageMathias Hall-Andersen
2018-02-11Moved ratelimiter to internal packageMathias Hall-Andersen
2018-02-11Moved tai64n into sub-packageMathias Hall-Andersen
2018-02-11Fixed tabsMathias Hall-Andersen
2018-02-11Reverted event changesMathias Hall-Andersen
2018-02-09Started migration to sub-packagesMathias Hall-Andersen
2018-02-07Go treats underscores speciallyJason A. Donenfeld
2018-02-04Work on logging formatMathias Hall-Andersen
2018-02-04Merge branch 'master' into timer-teardownMathias Hall-Andersen
2018-02-04Removed debugging locksMathias Hall-Andersen
2018-02-04Align with go library layoutMathias Hall-Andersen
2018-02-02Fixed testsMathias Hall-Andersen
2018-02-02Clear cryptographic state when interface downMathias Hall-Andersen
2018-02-02Rework of entire locking systemMathias Hall-Andersen
2018-02-01Merge branch 'timer-teardown' of git.zx2c4.com:wireguard-go into timer-teardownMathias Hall-Andersen
2018-01-31Added binary to .gitignoreMathias Hall-Andersen
2018-01-26Added initial version of peer teardownMathias Hall-Andersen
2018-01-16Fixed potential DoS issueMathias Hall-Andersen
2018-01-13Work on timer teardown + bug fixesMathias Hall-Andersen
2018-01-09Fixed fwmark update without device status changeMathias Hall-Andersen
2018-01-04Revert "Peer timer teardown"Mathias Hall-Andersen
2017-12-29Peer timer teardownMathias Hall-Andersen
2017-12-04Removed IFF_NO_PI from TUN linuxMathias Hall-Andersen
2017-12-02Removed profiler codeMathias Hall-Andersen
2017-12-01More consistent use of signal structMathias Hall-Andersen
2017-12-01Fixed receive path infinite loopMathias Hall-Andersen
2017-11-30Added missing exit codesMathias Hall-Andersen
2017-11-30Refactor timers.goMathias Hall-Andersen
2017-11-29Fixed typosMathias Hall-Andersen
2017-11-29Added cross namespace TUN status detectionMathias Hall-Andersen
2017-11-19Better naming of bind helpersMathias Hall-Andersen
2017-11-19Merge branch 'source-caching'Mathias Hall-Andersen
2017-11-19Implemented missing methods for Bind and EndpointMathias Hall-Andersen
2017-11-19Begin generic Bind implementationMathias Hall-Andersen
2017-11-18Moved endpoint into interface and simplified peerMathias Hall-Andersen
2017-11-17Ported remaining netns.shMathias Hall-Andersen
2017-11-17Allows passing UAPI fd to serviceMathias Hall-Andersen
2017-11-14Moved TUN device creation to pre-forkMathias Hall-Andersen