Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-05 | Extend structs rather than embed, when possible | Jason A. Donenfeld | |
2019-02-05 | Update copyright | Jason A. Donenfeld | |
2018-09-24 | Fix shutdown races | Jason A. Donenfeld | |
2018-09-24 | More pooling | Jason A. Donenfeld | |
2018-09-22 | Fixup buffer freeing | Jason A. Donenfeld | |
2018-09-16 | device: preallocated buffers scheme | Jason A. Donenfeld | |
Not useful now but quite possibly later. | |||
2018-09-16 | global: fix up copyright headers | Jason A. Donenfeld | |
2018-05-23 | Adopt GOPATH | Jason A. Donenfeld | |
GOPATH is annoying, but the Go community pushing me to adopt it is even more annoying. | |||
2018-05-23 | Move tun to subpackage | Jason A. Donenfeld | |
2018-05-20 | Style | Jason A. Donenfeld | |
2018-05-20 | Give bind its own wait group | Jason A. Donenfeld | |
In a waitgroup, all waits must come after all adds | |||
2018-05-20 | Avoid deadlock when the mutex isn't required, since these are atomics | Jason A. Donenfeld | |
Maybe this fixes the "double lock issue" in f73d2fb2d96bc3fbc8bc4cce452e3c19689de01e? | |||
2018-05-19 | Add copyright headers | Mathias Hall-Andersen | |
2018-05-18 | Style | Jason A. Donenfeld | |
2018-05-16 | Finer-grained start-stop synchronization | Jason A. Donenfeld | |
2018-05-14 | Clean more | Jason A. Donenfeld | |
2018-05-14 | Shorthand for empty channels | Jason A. Donenfeld | |
2018-05-14 | Ensure go routines can exit | Jason A. Donenfeld | |
2018-05-13 | More refactoring | Jason A. Donenfeld | |
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 | More robust solution to close deadlock | 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-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-19 | Do not hard code MTU default | Jason A. Donenfeld | |
2018-04-18 | Allow determining name | Jason A. Donenfeld | |
2018-02-12 | Use relative imports | Jason A. Donenfeld | |
2018-02-12 | Revert "Don't use modules" | Mathias Hall-Andersen | |
This reverts commit bffe99aeadae09abd02f2bd3184925af6b680535. | |||
2018-02-12 | Don't use modules | Jason A. Donenfeld | |
Feel free to revert this if you have a strong feeling about it. But so far as I can see, it adds a lot of complexity for basically no upsides. | |||
2018-02-11 | Moved ratelimiter to internal package | Mathias Hall-Andersen | |
2018-02-04 | Work on logging format | Mathias Hall-Andersen | |
2018-02-04 | Removed debugging locks | Mathias Hall-Andersen | |
2018-02-04 | Align with go library layout | Mathias Hall-Andersen | |