Jason A. Donenfeld
|
42c6d0e261
|
Change package path
|
2019-02-18 05:11:39 +01:00 |
|
Jason A. Donenfeld
|
89d2c5ed7a
|
Extend structs rather than embed, when possible
|
2019-02-05 12:59:42 +01:00 |
|
Jason A. Donenfeld
|
dff424baf8
|
Update copyright
|
2019-02-05 12:59:42 +01:00 |
|
Jason A. Donenfeld
|
5be541d147
|
global: fix up copyright headers
|
2018-09-16 18:49:19 +02:00 |
|
Jason A. Donenfeld
|
2f2eca8947
|
Catch EINTR
|
2018-05-24 15:36:29 +02:00 |
|
Jason A. Donenfeld
|
588b9f01ae
|
Adopt GOPATH
GOPATH is annoying, but the Go community pushing me to adopt it is even
more annoying.
|
2018-05-23 05:18:13 +02:00 |
|
Jason A. Donenfeld
|
5a2228a5c9
|
Move replay into subpackage
|
2018-05-23 03:58:27 +02:00 |
|
Mathias Hall-Andersen
|
38accea986
|
Add copyright headers
|
2018-05-19 02:40:22 +02:00 |
|
Jason A. Donenfeld
|
2326d6a4d7
|
Odds and ends
|
2018-05-13 19:34:28 +02:00 |
|
Jason A. Donenfeld
|
2c27ab205c
|
Rework index hashtable
|
2018-05-13 18:26:09 +02:00 |
|
Jason A. Donenfeld
|
233f079a94
|
Rewrite timers and related state machines
|
2018-05-10 16:08:03 +02:00 |
|
Jason A. Donenfeld
|
a040786645
|
global: Add SPDX tags and copyright header
Mathias should probably add his copyright headers to each file too.
|
2018-05-03 15:06:25 +02:00 |
|
Jason A. Donenfeld
|
099219be2a
|
Align 64-bit atomics
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-04-18 06:54:21 +02:00 |
|
Mathias Hall-Andersen
|
a0f54cbe5a
|
Align with go library layout
|
2018-02-04 16:08:26 +01:00 |
|