Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-13 | Odds and ends | Jason A. Donenfeld | |
2018-05-13 | Cleanup ratelimiter | Jason A. Donenfeld | |
2018-05-13 | Rework index hashtable | Jason A. Donenfeld | |
2018-05-10 | Rewrite timers and related state machines | Jason A. Donenfeld | |
2018-05-05 | Merge branch 'master' of ssh://git.zx2c4.com/wireguard-go | Mathias Hall-Andersen | |
2018-05-05 | Removed remaining signals from peer | Mathias Hall-Andersen | |
1. Removed remaining signals from peer struct 2. Made needAnotherKeepalive local 3. Removed environment check from warning text (annoying when debugging) | |||
2018-05-05 | Reorder stopping messages so that logs are coherent | Jason A. Donenfeld | |
2018-05-05 | More robust solution to close deadlock | Jason A. Donenfeld | |
2018-05-05 | Fix infinite loop in exit routine | Jason A. Donenfeld | |
2018-05-05 | Merge branch 'master' of ssh://git.zx2c4.com/wireguard-go | Mathias Hall-Andersen | |
2018-05-05 | Use Int32n for jitter | Mathias Hall-Andersen | |
2018-05-05 | Merge branch 'master' of ssh://git.zx2c4.com/wireguard-go | Jason A. Donenfeld | |
2018-05-05 | Merge branch 'master' of ssh://git.zx2c4.com/wireguard-go | Mathias Hall-Andersen | |
2018-05-05 | Removed old signals | Mathias Hall-Andersen | |
2018-05-05 | tun: simplify and combine creation logic on Linux | Jason A. Donenfeld | |
2018-05-05 | Style | Jason A. Donenfeld | |
2018-05-05 | Merge branch 'master' of ssh://git.zx2c4.com/wireguard-go | Mathias Hall-Andersen | |
2018-05-05 | tun: account for null termination on Linux | Jason A. Donenfeld | |
2018-05-05 | Merge branch 'master' of ssh://git.zx2c4.com/wireguard-go | Mathias Hall-Andersen | |
2018-05-05 | Initial version of migration to new event model | Mathias Hall-Andersen | |
- Begin move away from global timer state. - Made logging format more consistent | |||
2018-05-04 | uapi: use kqueue for sock deletion on darwin | Jason A. Donenfeld | |
2018-05-04 | tun: print automatically assigned interface name to stdout | Jason A. Donenfeld | |
This way scripts know what process they just started. | |||
2018-05-04 | tun: allow darwin to auto assign names | Jason A. Donenfeld | |
2018-05-04 | warning: put into main | Jason A. Donenfeld | |
2018-05-03 | global: Add SPDX tags and copyright header | Jason A. Donenfeld | |
Mathias should probably add his copyright headers to each file too. | |||
2018-05-03 | Daemonize with environment variable | Jason A. Donenfeld | |
2018-05-03 | Start to dust off Darwin | Jason A. Donenfeld | |
2018-05-01 | Add missing locks and fix debug output, and try to flush queues | Jason A. Donenfeld | |
Flushing queues on exit is sort of a partial solution, but this could be better. Really what we want is for no more packets to be enqueued after isUp is set to false. | |||
2018-04-27 | Clear src cache if route changes to new ifindex | Jason A. Donenfeld | |
2018-04-27 | Fix error handling and cleanup of netlink listener | Jason A. Donenfeld | |
2018-04-20 | Fix wrong debug messages | Jason A. Donenfeld | |
2018-04-20 | Rework sticky sockets | Jason A. Donenfeld | |
2018-04-20 | Check for correct first nibble | Jason A. Donenfeld | |
The code before assumed that the flow label was always zero. | |||
2018-04-20 | Signal using select and a pipe for bringing down TUN reader | Jason A. Donenfeld | |
Waiting on resolution of these to fix in better way: - https://github.com/golang/go/issues/22939 - https://github.com/golang/go/issues/24331 | |||
2018-04-19 | We can determine the interface name ourselves | Jason A. Donenfeld | |
2018-04-19 | Do not hard code MTU default | Jason A. Donenfeld | |
2018-04-18 | Fixed read from closed channel | Mathias Hall-Andersen | |
A premature waitgroup .Done resulted in reading from closed channel. This caused a nil-pointer deref & crash. Added additional debugging when closing routines. | |||
2018-04-18 | Allow determining name | Jason A. Donenfeld | |
2018-04-18 | Use socketcall on x86 | Jason A. Donenfeld | |
2018-04-18 | Use simple 16-bit integer for persistent keepalive | Jason A. Donenfeld | |
Races for this aren't a huge problem. | |||
2018-04-18 | Align 64-bit atomics | Jason A. Donenfeld | |
64-bit varibles that are accessed using the Go atomic functions must be 8-byte aligned on 32-bit platforms. Otherwise there are crashes. | |||
2018-03-08 | Begin work on full device<->device unit-test | Mathias Hall-Andersen | |
To simulate a full interaction between two WireGuard instances without networking, using dummy instances of the interfaces | |||
2018-02-28 | Support nopi mode | Jason A. Donenfeld | |
2018-02-18 | Close tun fd when bringing down tunnel | Jason A. Donenfeld | |
2018-02-18 | Fix timer typo | Jason A. Donenfeld | |
2018-02-18 | Seperated fwmark update code into function | Mathias Hall-Andersen | |
2018-02-13 | MPLv2 for App Store | Jason A. Donenfeld | |
2018-02-13 | Reimplemented bind_rtmgrp in pure Go | Dominik Süß | |
Getting rid of the Cgo dependency for listing on netlink. Ported original patch from "syscall" to "golang.org/x/sys/unix". Signed-off-by: Dominik Süß <dominik.suess@outlook.at> Co-Authored-By: Mathias Hall-Andersen <mathias@hall-andersen.dk> | |||
2018-02-12 | Use relative imports | Jason A. Donenfeld | |
2018-02-12 | Revert "Don't use modules" | Mathias Hall-Andersen | |
This reverts commit bffe99aeadae09abd02f2bd3184925af6b680535. |