aboutsummaryrefslogtreecommitdiffstats
path: root/noise-protocol.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: fix up copyright headersJason A. Donenfeld2018-09-161-2/+1
|
* Catch EINTRJason A. Donenfeld2018-05-241-1/+1
|
* Adopt GOPATHJason A. Donenfeld2018-05-231-1/+1
| | | | | GOPATH is annoying, but the Go community pushing me to adopt it is even more annoying.
* Add copyright headersMathias Hall-Andersen2018-05-191-0/+1
|
* Clean moreJason A. Donenfeld2018-05-141-5/+5
|
* More refactoringJason A. Donenfeld2018-05-131-34/+33
|
* More odds and endsJason A. Donenfeld2018-05-131-6/+27
|
* Rework index hashtableJason A. Donenfeld2018-05-131-29/+22
|
* Rewrite timers and related state machinesJason A. Donenfeld2018-05-101-15/+18
|
* Removed old signalsMathias Hall-Andersen2018-05-051-1/+1
|
* global: Add SPDX tags and copyright headerJason A. Donenfeld2018-05-031-0/+5
| | | | Mathias should probably add his copyright headers to each file too.
* Use relative importsJason A. Donenfeld2018-02-121-1/+1
|
* Revert "Don't use modules"Mathias Hall-Andersen2018-02-121-4/+5
| | | | This reverts commit bffe99aeadae09abd02f2bd3184925af6b680535.
* Don't use modulesJason A. Donenfeld2018-02-121-5/+4
| | | | | 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.
* Moved tai64n into sub-packageMathias Hall-Andersen2018-02-111-4/+5
|
* Go treats underscores speciallyJason A. Donenfeld2018-02-071-0/+578
In case there's ever a platform called helpers or protocol, we don't want to be doing this.