aboutsummaryrefslogtreecommitdiffstats
path: root/cookie.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extend structs rather than embed, when possibleJason A. Donenfeld2019-02-051-24/+24
|
* Update copyrightJason A. Donenfeld2019-02-051-2/+2
|
* Use upstream's xchacha20poly1305Jason A. Donenfeld2018-12-101-15/+4
|
* 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-16/+16
|
* 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-2/+3
| | | | This reverts commit bffe99aeadae09abd02f2bd3184925af6b680535.
* Don't use modulesJason A. Donenfeld2018-02-121-3/+2
| | | | | 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.
* Added missing mutex acquisitionMathias Hall-Andersen2018-02-111-0/+3
|
* Started migration to sub-packagesMathias Hall-Andersen2018-02-091-2/+3
|
* Align with go library layoutMathias Hall-Andersen2018-02-041-0/+252