Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version: bump snapshot0.0.20180531 | 2018-05-31 | 1 | -1/+1 | |
| | |||||
* | Print version number in log | 2018-05-30 | 1 | -0/+2 | |
| | |||||
* | Update deps | 2018-05-28 | 1 | -3/+3 | |
| | |||||
* | Fix typo in timers | 2018-05-27 | 1 | -1/+1 | |
| | |||||
* | Disable broadcast mode on *BSD | 2018-05-27 | 2 | -26/+0 | |
| | | | | Keeping it on makes IPv6 problematic and confuses routing daemons. | ||||
* | Disappointing anti-sticky experiment | 2018-05-27 | 4 | -29/+22 | |
| | |||||
* | Fix tests | 2018-05-24 | 1 | -4/+5 | |
| | |||||
* | Trick for being extra sensitive to route changes | 2018-05-24 | 1 | -5/+16 | |
| | |||||
* | Back to sticky sockets on android | 2018-05-24 | 2 | -3/+1 | |
| | |||||
* | Do not build on Linux | 2018-05-24 | 1 | -2/+0 | |
| | |||||
* | Catch EINTR | 2018-05-24 | 11 | -27/+40 | |
| | |||||
* | Remove old makefile artifact | 2018-05-24 | 1 | -1/+1 | |
| | |||||
* | version: bump snapshot0.0.20180524 | 2018-05-24 | 1 | -1/+1 | |
| | |||||
* | Add undocumented --version flag | 2018-05-24 | 3 | -2/+17 | |
| | |||||
* | Eye before ee except after see | 2018-05-23 | 1 | -1/+1 | |
| | |||||
* | No zero sequence numbers | 2018-05-23 | 1 | -1/+1 | |
| | |||||
* | Don't cause a new fake gopath to call dep | 2018-05-23 | 1 | -2/+2 | |
| | |||||
* | Infoleak ifnames and be more permissive | 2018-05-23 | 2 | -2/+6 | |
| | | | | | Listing interfaces is already permitted by the OS, so we allow this info leak too. | ||||
* | Adopt GOPATH | 2018-05-23 | 19 | -44/+88 | |
| | | | | | GOPATH is annoying, but the Go community pushing me to adopt it is even more annoying. | ||||
* | Remove more windows cruft | 2018-05-23 | 1 | -6/+0 | |
| | |||||
* | Cleanup | 2018-05-23 | 1 | -2/+0 | |
| | |||||
* | Move replay into subpackage | 2018-05-23 | 5 | -16/+17 | |
| | |||||
* | Move tun to subpackage | 2018-05-23 | 9 | -131/+127 | |
| | |||||
* | Avoid sticky sockets on Android | 2018-05-22 | 2 | -3/+8 | |
| | | | | The android policy routing system does insane things. | ||||
* | Fix integer conversions | 2018-05-22 | 5 | -29/+8 | |
| | |||||
* | Bump dependencies for OpenBSD | 2018-05-22 | 1 | -2/+2 | |
| | |||||
* | Fix markdown | 2018-05-22 | 1 | -2/+2 | |
| | |||||
* | Add OpenBSD tun driver support | 2018-05-22 | 6 | -36/+411 | |
| | |||||
* | Fix code duplication | 2018-05-22 | 1 | -5/+0 | |
| | |||||
* | Notes on FreeBSD limitations | 2018-05-22 | 1 | -1/+1 | |
| | |||||
* | Just in case darwin changes, we also shutdown | 2018-05-22 | 1 | -2/+1 | |
| | |||||
* | Call shutdown on route socket on freebsd | 2018-05-22 | 1 | -2/+1 | |
| | |||||
* | Minor main.go signal fixes | 2018-05-21 | 1 | -2/+3 | |
| | | | | | | | | * Buffer the signal channel as it's non-blocking on the sender side * Notify on SIGTERM instead of the uncatchable SIGKILL License: MIT Signed-off-by: Filippo Valsorda <valsorda@google.com> | ||||
* | Fix Sscanf use in tun_darwin | 2018-05-21 | 1 | -2/+2 | |
| | | | | | License: MIT Signed-off-by: Filippo Valsorda <valsorda@google.com> | ||||
* | Make successful tests silent | 2018-05-21 | 2 | -6/+8 | |
| | | | | | License: MIT Signed-off-by: Filippo Valsorda <valsorda@google.com> | ||||
* | Properly close DummyTUN to avoid deadlock in TestNoiseHandshake | 2018-05-21 | 3 | -1/+12 | |
| | | | | | License: MIT Signed-off-by: Filippo Valsorda <valsorda@google.com> | ||||
* | User cookie is closer to fwmark than setfib | 2018-05-21 | 1 | -2/+2 | |
| | |||||
* | Remove broken windows cruft | 2018-05-21 | 2 | -533/+0 | |
| | |||||
* | Rework freebsd support | 2018-05-21 | 10 | -353/+182 | |
| | |||||
* | Add FreeBSD support | 2018-05-21 | 8 | -20/+792 | |
| | | | | Signed-off-by: Brady OBrien <brady.obrien128@gmail.com> | ||||
* | Close events channel when no status listener | 2018-05-21 | 2 | -3/+10 | |
| | |||||
* | Straighten out UAPI logging | 2018-05-21 | 1 | -17/+17 | |
| | |||||
* | Close hack listener before closing channel | 2018-05-21 | 1 | -10/+14 | |
| | |||||
* | ratelimiter: do not run GC with nothing to do | 2018-05-21 | 1 | -8/+23 | |
| | |||||
* | Reasonable punctuation given the spacing | 2018-05-21 | 3 | -22/+22 | |
| | |||||
* | Fix data races in timers | 2018-05-20 | 4 | -17/+17 | |
| | |||||
* | Fix race with closing event channel | 2018-05-20 | 2 | -3/+6 | |
| | | | | | There's still a tiny race on Linux, since the tun channel is written to from two places. | ||||
* | Style | 2018-05-20 | 2 | -5/+4 | |
| | |||||
* | Remove unused mtu variable | 2018-05-20 | 1 | -2/+0 | |
| | |||||
* | Give bind its own wait group | 2018-05-20 | 3 | -4/+8 | |
| | | | | In a waitgroup, all waits must come after all adds |