aboutsummaryrefslogtreecommitdiffstats
path: root/keypair.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: begin modularizationJason A. Donenfeld2019-03-031-50/+0
|
* Change package pathJason A. Donenfeld2019-02-181-1/+1
|
* Extend structs rather than embed, when possibleJason A. Donenfeld2019-02-051-3/+3
|
* Update copyrightJason A. Donenfeld2019-02-051-2/+2
|
* 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.
* Move replay into subpackageJason A. Donenfeld2018-05-231-1/+2
|
* Add copyright headersMathias Hall-Andersen2018-05-191-0/+1
|
* Odds and endsJason A. Donenfeld2018-05-131-1/+1
|
* Rework index hashtableJason A. Donenfeld2018-05-131-1/+1
|
* Rewrite timers and related state machinesJason A. Donenfeld2018-05-101-7/+7
|
* global: Add SPDX tags and copyright headerJason A. Donenfeld2018-05-031-0/+5
| | | | Mathias should probably add his copyright headers to each file too.
* Align 64-bit atomicsJason A. Donenfeld2018-04-181-1/+1
| | | | | 64-bit varibles that are accessed using the Go atomic functions must be 8-byte aligned on 32-bit platforms. Otherwise there are crashes.
* Align with go library layoutMathias Hall-Andersen2018-02-041-0/+44